Method: Mu::Command::Cmd_system#cmd_status
- Defined in:
- lib/mu/command/cmd_system.rb
#cmd_status(argv) ⇒ Object
gets the complete System status page
* argv = command-line arguments
27 28 29 30 31 32 |
# File 'lib/mu/command/cmd_system.rb', line 27 def cmd_status argv setup argv response = @api.status msg response return response end |