Method: Jamf::ManagementHistory#failed_app_store_apps
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#failed_app_store_apps ⇒ Object Also known as: failed_managed_apps
shortcut for app_store_app_history where status = :failed
844 845 846 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 844 def failed_app_store_apps self.class.failed_app_store_apps(@id, cnx: @cnx) end |