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.
      334 335 336  | 
    
      # File 'lib/discorb/embed.rb', line 334 def name @name end  | 
  
#url -> String (readonly)
Returns The url of provider.
      336 337 338  | 
    
      # File 'lib/discorb/embed.rb', line 336 def url @url end  |