Method: Jamf::ManagementHistory::ClassMethods#installed_app_store_apps
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#installed_app_store_apps(ident, api: nil, cnx: Jamf.cnx) ⇒ Object Also known as: installed_managed_apps
shortcut for app_store_app_history where status = :installed
468 469 470 471 472 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 468 def installed_app_store_apps(ident, api: nil, cnx: Jamf.cnx) cnx = api if api app_store_app_history(ident, :installed, cnx: cnx) end |