Class: Lsslog::Services::SetTransExpTime

Inherits:
Base
  • Object
show all
Defined in:
lib/lsslog/services/set_trans_exp_time.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_trans_exp_time.rb', line 4

def call(config)
  client.set_trans_exp_time(Lsslog::TransExpTime.new(config))
end