Method: JSS::ManagementHistory#installed_app_store_apps

Defined in:
lib/jss/api_object/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 {JSS::ManagementHistory::ClassMethods}


775
776
777
# File 'lib/jss/api_object/management_history.rb', line 775

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