Class: Discorb::Embed::Provider
- Inherits:
-
Entry
- Object
- Entry
- Discorb::Embed::Provider
- Defined in:
- lib/discorb/embed.rb
Overview
Represents a provider of embed.
Instance Attribute Summary collapse
-
#name -> String
readonly
The name of provider.
-
#url -> String
readonly
The url of provider.
Instance Attribute Details
#name -> String (readonly)
Returns The name of provider.
366 367 368 |
# File 'lib/discorb/embed.rb', line 366 def name @name end |
#url -> String (readonly)
Returns The url of provider.
368 369 370 |
# File 'lib/discorb/embed.rb', line 368 def url @url end |