Class: Rubycord::EmbedFooter
- Inherits:
-
Object
- Object
- Rubycord::EmbedFooter
- Defined in:
- lib/rubycord/data/embed.rb
Overview
An Embed footer for the embed object.
Instance Attribute Summary collapse
-
#embed ⇒ Embed
readonly
The embed object this is based on.
-
#icon_url ⇒ String
readonly
The URL of the footer icon.
-
#proxy_icon_url ⇒ String
readonly
The proxied URL of the footer icon.
-
#text ⇒ String
readonly
The footer text.
Instance Attribute Details
#embed ⇒ Embed (readonly)
Returns the embed object this is based on.
76 77 78 |
# File 'lib/rubycord/data/embed.rb', line 76 def @embed end |
#icon_url ⇒ String (readonly)
Returns the URL of the footer icon.
82 83 84 |
# File 'lib/rubycord/data/embed.rb', line 82 def icon_url @icon_url end |
#proxy_icon_url ⇒ String (readonly)
Returns the proxied URL of the footer icon.
85 86 87 |
# File 'lib/rubycord/data/embed.rb', line 85 def proxy_icon_url @proxy_icon_url end |
#text ⇒ String (readonly)
Returns the footer text.
79 80 81 |
# File 'lib/rubycord/data/embed.rb', line 79 def text @text end |