Class: Plex::Config
- Inherits:
- 
      Object
      
        - Object
- Plex::Config
 
- Defined in:
- lib/plex-ruby/config.rb
Instance Attribute Summary collapse
- 
  
    
      #auth_token  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute auth_token. 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Config 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Config. 
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
| 5 6 7 | # File 'lib/plex-ruby/config.rb', line 5 def initialize @auth_token = nil end | 
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
| 3 4 5 | # File 'lib/plex-ruby/config.rb', line 3 def auth_token @auth_token end |