Method: JSS::ManagementHistory#mobile_device_app_history

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

#mobile_device_app_history(status = nil) ⇒ Object

The mobile_device_app_history for this mobile device

See Also:

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

758
759
760
# File 'lib/jss/api_object/management_history.rb', line 758

def mobile_device_app_history(status = nil)
  self.class.mobile_device_app_history(@id, status, api: @api)
end