Method: Jamf::ManagementHistory#app_store_app_history
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#app_store_app_history(status = nil) ⇒ Object Also known as: managed_app_history
Wrapper for app store history for both computers and mobile devices
817 818 819 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 817 def app_store_app_history(status = nil) self.class.app_store_app_history(@id, status, cnx: @cnx) end |