Method: Jamf::ManagementHistory#management_history

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

#management_history(subset = nil) ⇒ Object Also known as: history

The raw management history data for this object

See Also:

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


730
731
732
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 730

def management_history(subset = nil)
  self.class.management_history(@id, subset, cnx: @cnx)
end