Class: Discordrb::EmbedVideo

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

Overview

An Embed video for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



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

def embed
  @embed
end

#heightInteger (readonly)



146
147
148
# File 'lib/discordrb/data/embed.rb', line 146

def height
  @height
end

#urlString (readonly)



140
141
142
# File 'lib/discordrb/data/embed.rb', line 140

def url
  @url
end

#widthInteger (readonly)



143
144
145
# File 'lib/discordrb/data/embed.rb', line 143

def width
  @width
end