Module: Cloudpt::API::Config
- Defined in:
- lib/cloudpt-api/util/config.rb
Class Attribute Summary collapse
- 
  
    
      .app_key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute app_key. 
- 
  
    
      .app_secret  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute app_secret. 
- 
  
    
      .endpoints  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute endpoints. 
- 
  
    
      .mode  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute mode. 
- 
  
    
      .prefix  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute prefix. 
Class Attribute Details
.app_key ⇒ Object
Returns the value of attribute app_key.
| 9 10 11 | # File 'lib/cloudpt-api/util/config.rb', line 9 def app_key @app_key end | 
.app_secret ⇒ Object
Returns the value of attribute app_secret.
| 10 11 12 | # File 'lib/cloudpt-api/util/config.rb', line 10 def app_secret @app_secret end | 
.endpoints ⇒ Object
Returns the value of attribute endpoints.
| 7 8 9 | # File 'lib/cloudpt-api/util/config.rb', line 7 def endpoints @endpoints end | 
.mode ⇒ Object
Returns the value of attribute mode.
| 11 12 13 | # File 'lib/cloudpt-api/util/config.rb', line 11 def mode @mode end | 
.prefix ⇒ Object
Returns the value of attribute prefix.
| 8 9 10 | # File 'lib/cloudpt-api/util/config.rb', line 8 def prefix @prefix end |