Method: Jamf::ManagementHistory#computer_usage_logs

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

#computer_usage_logsObject Also known as: usage_logs

The computer_usage_logs for this computer

See Also:

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


869
870
871
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 869

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