Method: Jamf::ManagementHistory#mdm_command_history

Defined in:
lib/jamf/api/classic/api_objects/management_history.rb

#mdm_command_history(status = nil) ⇒ Object Also known as: commands, management_command_history

The mdm_command_history for this object

See Also:

  • matching method in {Jamf::ManagementHistory::ClassMethods}


756
757
758
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 756

def mdm_command_history(status = nil)
  self.class.mdm_command_history(@id, status, cnx: @cnx)
end