Method: JSS::ManagementHistory#computer_usage_logs

Defined in:
lib/jss/api_object/management_history.rb

#computer_usage_logsObject Also known as: usage_logs

The computer_usage_logs for this computer

See Also:

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


818
819
820
# File 'lib/jss/api_object/management_history.rb', line 818

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