Class: Google::Apis::ToolresultsV1beta3::IosTestLoop

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/toolresults_v1beta3/classes.rb,
lib/google/apis/toolresults_v1beta3/representations.rb,
lib/google/apis/toolresults_v1beta3/representations.rb

Overview

A game loop test of an iOS application.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IosTestLoop

Returns a new instance of IosTestLoop.



1404
1405
1406
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1404

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bundle_idString

Bundle ID of the app. Corresponds to the JSON property bundleId

Returns:

  • (String)


1402
1403
1404
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1402

def bundle_id
  @bundle_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1409
1410
1411
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1409

def update!(**args)
  @bundle_id = args[:bundle_id] if args.key?(:bundle_id)
end