Class: Google::Apis::ToolresultsV1beta3::IosTestLoop
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::IosTestLoop
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
A game loop test of an iOS application.
Instance Attribute Summary collapse
-
#bundle_id ⇒ String
Bundle ID of the app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IosTestLoop
constructor
A new instance of IosTestLoop.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IosTestLoop
Returns a new instance of IosTestLoop.
1377 1378 1379 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1377 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bundle_id ⇒ String
Bundle ID of the app.
Corresponds to the JSON property bundleId
1375 1376 1377 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1375 def bundle_id @bundle_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1382 1383 1384 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1382 def update!(**args) @bundle_id = args[:bundle_id] if args.key?(:bundle_id) end |