Method: Jamf::ManagementHistory#installed_app_store_apps

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

#installed_app_store_appsObject Also known as: installed_managed_apps

shortcut for app_store_app_history where status = :installed

See Also:

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


817
818
819
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 817

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