Class: Discordrb::EmbedImage

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

Overview

An Embed image for the embed object.

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



2196
2197
2198
# File 'lib/discordrb/data.rb', line 2196

def embed
  @embed
end

#heightInteger (readonly)



2208
2209
2210
# File 'lib/discordrb/data.rb', line 2208

def height
  @height
end

#proxy_urlString (readonly)



2202
2203
2204
# File 'lib/discordrb/data.rb', line 2202

def proxy_url
  @proxy_url
end

#urlString (readonly)



2199
2200
2201
# File 'lib/discordrb/data.rb', line 2199

def url
  @url
end

#widthInteger (readonly)



2205
2206
2207
# File 'lib/discordrb/data.rb', line 2205

def width
  @width
end