Class: Discordrb::EmbedProvider
- Inherits:
-
Object
- Object
- Discordrb::EmbedProvider
- Defined in:
- lib/discordrb/data.rb
Overview
An Embed provider for the embed object
Instance Attribute Summary collapse
-
#embed ⇒ Embed
readonly
The embed object this is based on.
-
#name ⇒ String
readonly
The provider's name.
-
#url ⇒ String?
readonly
The URL of the provider.
Instance Attribute Details
#embed ⇒ Embed (readonly)
Returns the embed object this is based on.
1507 1508 1509 |
# File 'lib/discordrb/data.rb', line 1507 def @embed end |
#name ⇒ String (readonly)
Returns the provider's name.
1510 1511 1512 |
# File 'lib/discordrb/data.rb', line 1510 def name @name end |
#url ⇒ String? (readonly)
Returns the URL of the provider. nil
is there is no URL.
1513 1514 1515 |
# File 'lib/discordrb/data.rb', line 1513 def url @url end |