Class: Discordrb::EmbedVideo

Inherits:
Object
  • Object
show all
Defined in:
lib/discordrb/data.rb

Overview

An Embed video for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



2224
2225
2226
# File 'lib/discordrb/data.rb', line 2224

def embed
  @embed
end

#heightInteger (readonly)



2233
2234
2235
# File 'lib/discordrb/data.rb', line 2233

def height
  @height
end

#urlString (readonly)



2227
2228
2229
# File 'lib/discordrb/data.rb', line 2227

def url
  @url
end

#widthInteger (readonly)



2230
2231
2232
# File 'lib/discordrb/data.rb', line 2230

def width
  @width
end