Class: EZAPIClient::GenPasswordToken

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.call(args) ⇒ Object



12
13
14
# File 'lib/ezapi_client/services/gen_password_token.rb', line 12

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

Instance Method Details

#callObject



16
17
18
# File 'lib/ezapi_client/services/gen_password_token.rb', line 16

def call
  ExecCommand.(command)
end