Class: Google::Apis::ToolresultsV1beta3::NativeCrash

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 a native crash.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NativeCrash

Returns a new instance of NativeCrash.



1892
1893
1894
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1892

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

Instance Attribute Details

#stack_traceGoogle::Apis::ToolresultsV1beta3::StackTrace

A stacktrace. Corresponds to the JSON property stackTrace



1890
1891
1892
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1890

def stack_trace
  @stack_trace
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1897
1898
1899
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1897

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