Class: Discorb::Embed::Provider
- Inherits:
-
Object
- Object
- 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.
338 339 340 |
# File 'lib/discorb/embed.rb', line 338 def name @name end |
#url -> String (readonly)
Returns The url of provider.
340 341 342 |
# File 'lib/discorb/embed.rb', line 340 def url @url end |