Class: Discorb::Integration::Account
- Inherits:
 - 
      DiscordModel
      
        
- Object
 - DiscordModel
 - Discorb::Integration::Account
 
 
- Defined in:
 - lib/discorb/integration.rb
 
Overview
Represents an account for an integration.
Instance Attribute Summary collapse
- 
  
    
      #id -> String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The ID of the account.
 - 
  
    
      #name -> String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of the account.
 
Method Summary
Methods inherited from DiscordModel
Instance Attribute Details
#id -> String (readonly)
Returns The ID of the account.
      100 101 102  | 
    
      # File 'lib/discorb/integration.rb', line 100 def id @id end  | 
  
#name -> String (readonly)
Returns The name of the account.
      102 103 104  | 
    
      # File 'lib/discorb/integration.rb', line 102 def name @name end  |