Class: Discordrb::EmbedAuthor

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

Overview

An Embed author for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



203
204
205
# File 'lib/discordrb/data/embed.rb', line 203

def embed
  @embed
end

#icon_urlString? (readonly)



212
213
214
# File 'lib/discordrb/data/embed.rb', line 212

def icon_url
  @icon_url
end

#nameString (readonly)



206
207
208
# File 'lib/discordrb/data/embed.rb', line 206

def name
  @name
end

#proxy_icon_urlString? (readonly)



215
216
217
# File 'lib/discordrb/data/embed.rb', line 215

def proxy_icon_url
  @proxy_icon_url
end

#urlString? (readonly)



209
210
211
# File 'lib/discordrb/data/embed.rb', line 209

def url
  @url
end