Method: JSS::ManagementHistory#installed_app_store_apps
- Defined in:
- lib/jss/api_object/management_history.rb
#installed_app_store_apps ⇒ Object Also known as: installed_managed_apps
shortcut for app_store_app_history where status = :installed
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 |