Returns the list of all unmanaged mobile devices.
Returns:
the list of all unmanaged mobile devices
159 160 161
# File 'lib/jss/api_object/mobile_device.rb', line 159 def self.all_unmanaged(refresh = false, api: JSS.api) all(refresh, api: api).reject { |d| d[:managed] } end