Class: Google::Apis::ToolresultsV1beta3::IosAppCrashed

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

Additional details for an iOS app crash.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IosAppCrashed

Returns a new instance of IosAppCrashed.



1292
1293
1294
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1292

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

Instance Attribute Details

#stack_traceGoogle::Apis::ToolresultsV1beta3::StackTrace

A stacktrace. Corresponds to the JSON property stackTrace



1290
1291
1292
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1290

def stack_trace
  @stack_trace
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1297
1298
1299
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1297

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