Method: JSS::ManagementHistory#mdm_command_history
- Defined in:
- lib/jss/api_object/management_history.rb
#mdm_command_history(status = nil) ⇒ Object Also known as: commands, management_command_history
The mdm_command_history for this object
705 706 707 |
# File 'lib/jss/api_object/management_history.rb', line 705 def mdm_command_history(status = nil) self.class.mdm_command_history(@id, status, api: @api) end |