Class: Discordrb::EmbedFooter
- Inherits:
-
Object
- Object
- Discordrb::EmbedFooter
- Defined in:
- lib/discordrb/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
permalink #embed ⇒ Embed (readonly)
Returns the embed object this is based on.
78 79 80 |
# File 'lib/discordrb/data/embed.rb', line 78 def end |
permalink #icon_url ⇒ String (readonly)
Returns the URL of the footer icon.
84 85 86 |
# File 'lib/discordrb/data/embed.rb', line 84 def icon_url @icon_url end |