Class: Lsslog::Services::SetLssConfig
- Defined in:
- lib/lsslog/services/set_lss_config.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Lsslog::Services::Base
Instance Method Details
#call(config) ⇒ Object
4 5 6 |
# File 'lib/lsslog/services/set_lss_config.rb', line 4 def call(config) client.set_lss_config(Lsslog::LssConfig.new(config)) end |