Class: Discordrb::EmbedFooter
- Inherits:
-
Object
- Object
- Discordrb::EmbedFooter
- Defined in:
- lib/discordrb/data.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.
2150 2151 2152 |
# File 'lib/discordrb/data.rb', line 2150 def @embed end |
#icon_url ⇒ String (readonly)
Returns the URL of the footer icon.
2156 2157 2158 |
# File 'lib/discordrb/data.rb', line 2156 def icon_url @icon_url end |
#proxy_icon_url ⇒ String (readonly)
Returns the proxied URL of the footer icon.
2159 2160 2161 |
# File 'lib/discordrb/data.rb', line 2159 def proxy_icon_url @proxy_icon_url end |
#text ⇒ String (readonly)
Returns the footer text.
2153 2154 2155 |
# File 'lib/discordrb/data.rb', line 2153 def text @text end |