Class: EZAPIClient::GenData

Inherits:
Object
  • Object
show all
Defined in:
lib/ezapi_client/services/gen_data.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.call(attributes) ⇒ Object



14
15
16
# File 'lib/ezapi_client/services/gen_data.rb', line 14

def self.call(attributes)
  self.new(attributes).()
end

Instance Method Details

#callObject



18
19
20
# File 'lib/ezapi_client/services/gen_data.rb', line 18

def call
  ExecCommand.(command)
end