Method: Mu::Command::Cmd_scale#cmd_verify
- Defined in:
- lib/mu/command/cmd_scale.rb
#cmd_verify(argv) ⇒ Object
verifies a scale test
* argv = command-line arguments, requires a scale json object to have been configured
36 37 38 39 40 41 |
# File 'lib/mu/command/cmd_scale.rb', line 36 def cmd_verify argv setup argv response = @api.verify msg response return response end |