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)



130
131
132
# File 'lib/discordrb/data/embed.rb', line 130

def embed
  @embed
end

#heightInteger (readonly)



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

def height
  @height
end

#urlString (readonly)



133
134
135
# File 'lib/discordrb/data/embed.rb', line 133

def url
  @url
end

#widthInteger (readonly)



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

def width
  @width
end