Class: EZAPIClient::GenPasswordToken
- Inherits:
-
Object
- Object
- EZAPIClient::GenPasswordToken
- 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
#call ⇒ Object
16 17 18 |
# File 'lib/ezapi_client/services/gen_password_token.rb', line 16 def call ExecCommand.(command) end |