Method: Jamf::ManagementHistory::ClassMethods#pending_app_store_apps
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#pending_app_store_apps(ident, api: nil, cnx: Jamf.cnx) ⇒ Object Also known as: pending_managed_apps
shortcut for app_store_app_history where status = :pending
497 498 499 500 501 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 497 def pending_app_store_apps(ident, api: nil, cnx: Jamf.cnx) cnx = api if api app_store_app_history(ident, :pending, cnx: cnx) end |