Method: Jamf::ManagementHistory#user_location_history

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

#user_location_historyObject

The user_location_history for this object

See Also:

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


748
749
750
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 748

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