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.
1454 1455 1456 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1454 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
1452 1453 1454 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1452 def ios_devices @ios_devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1459 1460 1461 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1459 def update!(**args) @ios_devices = args[:ios_devices] if args.key?(:ios_devices) end |