Returns the list of all iPads.
Returns:
the list of all iPads
184 185 186
# File 'lib/jss/api_object/mobile_device.rb', line 184 def self.all_apple_tvs(refresh = false, api: JSS.api) all(refresh, api: api).select { |d| d[:model_identifier].start_with? 'AppleTV' } end