Method: Jamf::ManagementHistory#pending_app_store_apps
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#pending_app_store_apps ⇒ Object Also known as: pending_managed_apps
shortcut for app_store_app_history where status = :pending
826 827 828 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 826 def pending_app_store_apps self.class.pending_app_store_apps(@id, cnx: @cnx) end |