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