Method: JSS::ManagementHistory#failed_app_store_apps
- Defined in:
- lib/jss/api_object/management_history.rb
#failed_app_store_apps ⇒ Object Also known as: failed_managed_apps
shortcut for app_store_app_history where status = :failed
793 794 795 |
# File 'lib/jss/api_object/management_history.rb', line 793 def failed_app_store_apps self.class.failed_app_store_apps(@id, api: @api) end |