Class: Lsslog::Services::GetLssConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/lsslog/services/get_lss_config.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

call, #initialize

Constructor Details

This class inherits a constructor from Lsslog::Services::Base

Instance Method Details

#call(flow_id = nil) ⇒ Object



4
5
6
# File 'lib/lsslog/services/get_lss_config.rb', line 4

def call(flow_id = nil)
  client.get_lss_config(Lsslog::LssConfig.new(flow_id: flow_id))
end