Class: Discordrb::EmbedThumbnail

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

Overview

An Embed thumbnail for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



154
155
156
# File 'lib/discordrb/data/embed.rb', line 154

def embed
  @embed
end

#heightInteger (readonly)



167
168
169
# File 'lib/discordrb/data/embed.rb', line 167

def height
  @height
end

#proxy_urlString (readonly)



161
162
163
# File 'lib/discordrb/data/embed.rb', line 161

def proxy_url
  @proxy_url
end

#urlString (readonly)



157
158
159
# File 'lib/discordrb/data/embed.rb', line 157

def url
  @url
end

#widthInteger (readonly)



164
165
166
# File 'lib/discordrb/data/embed.rb', line 164

def width
  @width
end