Class: Rubycord::EmbedVideo

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

Overview

An Embed video for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



128
129
130
# File 'lib/rubycord/data/embed.rb', line 128

def embed
  @embed
end

#heightInteger (readonly)



137
138
139
# File 'lib/rubycord/data/embed.rb', line 137

def height
  @height
end

#urlString (readonly)



131
132
133
# File 'lib/rubycord/data/embed.rb', line 131

def url
  @url
end

#widthInteger (readonly)



134
135
136
# File 'lib/rubycord/data/embed.rb', line 134

def width
  @width
end