Class: Google::Apis::ToolresultsV1beta3::StackTrace

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 stacktrace.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StackTrace

Returns a new instance of StackTrace.



2713
2714
2715
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2713

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

Instance Attribute Details

#exceptionString

The stack trace message. Required Corresponds to the JSON property exception

Returns:

  • (String)


2711
2712
2713
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2711

def exception
  @exception
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2718
2719
2720
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2718

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