Returns the list of all iPads.
Returns:
the list of all iPads
179 180 181
# File 'lib/jss/api_object/mobile_device.rb', line 179 def self.all_ipads(refresh = false, api: JSS.api) all(refresh, api: api).select { |d| d[:model].start_with? 'iPad' } end