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)



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

def embed
  @embed
end

#heightInteger (readonly)



121
122
123
# File 'lib/discordrb/data/embed.rb', line 121

def height
  @height
end

#proxy_urlString (readonly)



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

def proxy_url
  @proxy_url
end

#urlString (readonly)



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

def url
  @url
end

#widthInteger (readonly)



118
119
120
# File 'lib/discordrb/data/embed.rb', line 118

def width
  @width
end