Class: ZQuickblox::Config
- Inherits:
- 
      Object
      
        - Object
- ZQuickblox::Config
 
- Defined in:
- lib/zquickblox.rb
Instance Attribute Summary collapse
- 
  
    
      #app_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute app_id. 
- 
  
    
      #auth_key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute auth_key. 
- 
  
    
      #auth_secret  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute auth_secret. 
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
| 23 24 25 | # File 'lib/zquickblox.rb', line 23 def app_id @app_id end | 
#auth_key ⇒ Object
Returns the value of attribute auth_key.
| 23 24 25 | # File 'lib/zquickblox.rb', line 23 def auth_key @auth_key end | 
#auth_secret ⇒ Object
Returns the value of attribute auth_secret.
| 23 24 25 | # File 'lib/zquickblox.rb', line 23 def auth_secret @auth_secret end |