Class: Google::Apis::TestingV1::IosDeviceList
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::IosDeviceList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ IosDeviceList
Returns a new instance of IosDeviceList
1183 1184 1185 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1183 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
1181 1182 1183 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1181 def ios_devices @ios_devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1188 1189 1190 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1188 def update!(**args) @ios_devices = args[:ios_devices] if args.key?(:ios_devices) end |