Returns the list of all unsupervised mobile devices.
Returns:
the list of all unsupervised mobile devices
169 170 171
# File 'lib/jss/api_object/mobile_device.rb', line 169 def self.all_unsupervised(refresh = false, api: JSS.api) all(refresh, api: api).reject { |d| d[:supervised] } end