Module: IosDeviceName
- Extended by:
- IosDeviceName
- Included in:
- IosDeviceName
- Defined in:
- lib/applitools/selenium/visual_grid/ios_device_name.rb
Constant Summary collapse
- IPhone_12_Pro_Max =
'iPhone 12 Pro Max'- IPhone_12_Pro =
'iPhone 12 Pro'- IPhone_12 =
'iPhone 12'- IPhone_12_mini =
'iPhone 12 mini'- IPhone_11_Pro =
'iPhone 11 Pro'- IPhone_11_Pro_Max =
'iPhone 11 Pro Max'- IPhone_11 =
'iPhone 11'- IPhone_XR =
'iPhone XR'- IPhone_XS =
'iPhone Xs'- IPhone_X =
'iPhone X'- IPhone_8 =
'iPhone 8'- IPhone_7 =
'iPhone 7'- IPad_Pro_3 =
'iPad Pro (12.9-inch) (3rd generation)'- IPad_7 =
'iPad (7th generation)'- IPad_Air_2 =
'iPad Air (2nd generation)'
Instance Method Summary collapse
Instance Method Details
#enum_values ⇒ Object
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# File 'lib/applitools/selenium/visual_grid/ios_device_name.rb', line 19 def enum_values [ IPhone_12_Pro_Max, IPhone_12_Pro, IPhone_12, IPhone_12_mini, IPhone_11_Pro, IPhone_11_Pro_Max, IPhone_11, IPhone_XR, IPhone_XS, IPhone_X, IPhone_8, IPhone_7, IPad_Pro_3, IPad_7, IPad_Air_2 ] end |