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.
382 383 384 |
# File 'lib/discorb/embed.rb', line 382 def name @name end |
#url -> String (readonly)
Returns The url of provider.
384 385 386 |
# File 'lib/discorb/embed.rb', line 384 def url @url end |