Class: Discordrb::EmbedFooter

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

Overview

An Embed footer for the embed object.

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



85
86
87
# File 'lib/discordrb/data/embed.rb', line 85

def embed
  @embed
end

#icon_urlString (readonly)



91
92
93
# File 'lib/discordrb/data/embed.rb', line 91

def icon_url
  @icon_url
end

#proxy_icon_urlString (readonly)



94
95
96
# File 'lib/discordrb/data/embed.rb', line 94

def proxy_icon_url
  @proxy_icon_url
end

#textString (readonly)



88
89
90
# File 'lib/discordrb/data/embed.rb', line 88

def text
  @text
end