Class: Rubycord::EmbedImage

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

Overview

An Embed image for the embed object.

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



100
101
102
# File 'lib/rubycord/data/embed.rb', line 100

def embed
  @embed
end

#heightInteger (readonly)



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

def height
  @height
end

#proxy_urlString (readonly)



106
107
108
# File 'lib/rubycord/data/embed.rb', line 106

def proxy_url
  @proxy_url
end

#urlString (readonly)



103
104
105
# File 'lib/rubycord/data/embed.rb', line 103

def url
  @url
end

#widthInteger (readonly)



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

def width
  @width
end