Class: Discordrb::EmbedImage

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

Overview

An Embed image for the embed object.

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



102
103
104
# File 'lib/discordrb/data/embed.rb', line 102

def embed
  @embed
end

#heightInteger (readonly)



114
115
116
# File 'lib/discordrb/data/embed.rb', line 114

def height
  @height
end

#proxy_urlString (readonly)



108
109
110
# File 'lib/discordrb/data/embed.rb', line 108

def proxy_url
  @proxy_url
end

#urlString (readonly)



105
106
107
# File 'lib/discordrb/data/embed.rb', line 105

def url
  @url
end

#widthInteger (readonly)



111
112
113
# File 'lib/discordrb/data/embed.rb', line 111

def width
  @width
end