Class: Google::Apis::TestingV1::IosDeviceList
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::IosDeviceList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/testing_v1/classes.rb,
lib/google/apis/testing_v1/representations.rb,
lib/google/apis/testing_v1/representations.rb
Overview
A list of iOS device configurations in which the test is to be executed.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ IosDeviceList
constructor
A new instance of IosDeviceList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IosDeviceList
Returns a new instance of IosDeviceList.
1452 1453 1454 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1452 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ios_devices ⇒ Array<Google::Apis::TestingV1::IosDevice>
Required. A list of iOS devices.
Corresponds to the JSON property iosDevices
1450 1451 1452 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1450 def ios_devices @ios_devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1457 1458 1459 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1457 def update!(**args) @ios_devices = args[:ios_devices] if args.key?(:ios_devices) end |