Class: Lsslog::Services::Base
- Inherits:
- 
      Object
      
        - Object
- Lsslog::Services::Base
 
- Defined in:
- lib/lsslog/services/base.rb
Direct Known Subclasses
GetLssConfig, GetVersion, RemoveLssConfig, SetLssConfig, SetTransExpTime, WriteLog, WriteProdTransaction
Instance Attribute Summary collapse
- 
  
    
      #client  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute client. 
Class Method Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Base 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Base. 
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
| 9 10 11 | # File 'lib/lsslog/services/base.rb', line 9 def initialize @client = ::Lsslog::LssLogService::Stub.new(lss_host, :this_channel_is_insecure) end | 
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
| 7 8 9 | # File 'lib/lsslog/services/base.rb', line 7 def client @client end |