Method: JSS::ManagementHistory#pending_app_store_apps

Defined in:
lib/jss/api_object/management_history.rb

#pending_app_store_appsObject Also known as: pending_managed_apps

shortcut for app_store_app_history where status = :pending

See Also:

  • matching method in {JSS::ManagementHistory::ClassMethods}

784
785
786
# File 'lib/jss/api_object/management_history.rb', line 784

def pending_app_store_apps
  self.class.pending_app_store_apps(@id, api: @api)
end