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.
2172 2173 2174 |
# File 'lib/discordrb/data.rb', line 2172 def @embed end |
#icon_url ⇒ String (readonly)
Returns the URL of the footer icon.
2178 2179 2180 |
# File 'lib/discordrb/data.rb', line 2178 def icon_url @icon_url end |
#proxy_icon_url ⇒ String (readonly)
Returns the proxied URL of the footer icon.
2181 2182 2183 |
# File 'lib/discordrb/data.rb', line 2181 def proxy_icon_url @proxy_icon_url end |
#text ⇒ String (readonly)
Returns the footer text.
2175 2176 2177 |
# File 'lib/discordrb/data.rb', line 2175 def text @text end |