Method: Jamf::ManagementHistory#completed_mdm_commands

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

#completed_mdm_commandsObject Also known as: completed_commands

The completed_mdm_commands for this object

See Also:

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


766
767
768
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 766

def completed_mdm_commands
  self.class.completed_mdm_commands(@id, cnx: @cnx)
end