Class: StrawberryAPI::Configuration
- Inherits:
- 
      Object
      
        - Object
- StrawberryAPI::Configuration
 
- Defined in:
- lib/strawberry_api/configuration.rb
Instance Attribute Summary collapse
- 
  
    
      #api_key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    API access key of Strawberry’s user. 
- 
  
    
      #host  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Hostname or IP address of Strawberry server. 
- 
  
    
      #logger  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    TODO: Use logger within the API client Debugging intented logger. 
- 
  
    
      #password  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Password of Strawberry’s user. 
- 
  
    
      #username  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Username of Strawberry’s user. 
Instance Attribute Details
#api_key ⇒ Object
API access key of Strawberry’s user
| 7 8 9 | # File 'lib/strawberry_api/configuration.rb', line 7 def api_key @api_key end | 
#host ⇒ Object
Hostname or IP address of Strawberry server
| 4 5 6 | # File 'lib/strawberry_api/configuration.rb', line 4 def host @host end | 
#logger ⇒ Object
TODO: Use logger within the API client Debugging intented logger
| 17 18 19 | # File 'lib/strawberry_api/configuration.rb', line 17 def logger @logger end | 
#password ⇒ Object
Password of Strawberry’s user
| 13 14 15 | # File 'lib/strawberry_api/configuration.rb', line 13 def password @password end | 
#username ⇒ Object
Username of Strawberry’s user
| 10 11 12 | # File 'lib/strawberry_api/configuration.rb', line 10 def username @username end |