Method: Jamf::ManagementHistory#mac_app_store_app_history
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#mac_app_store_app_history(status = nil) ⇒ Object
The mac_app_store_app_history for this computer
801 802 803 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 801 def mac_app_store_app_history(status = nil) self.class.mac_app_store_app_history(@id, status, cnx: @cnx) end |