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