Class: Lsslog::Services::SetLssConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/lsslog/services/set_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(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