Class: Google::Apis::ToolresultsV1::CrashDialogError

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

Overview

Crash dialog was detected during the test execution

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CrashDialogError

Returns a new instance of CrashDialogError.



86
87
88
# File 'generated/google/apis/toolresults_v1/classes.rb', line 86

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

Instance Attribute Details

#crash_packageString

The name of the package that caused the dialog. Corresponds to the JSON property crashPackage

Returns:

  • (String)


84
85
86
# File 'generated/google/apis/toolresults_v1/classes.rb', line 84

def crash_package
  @crash_package
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



91
92
93
# File 'generated/google/apis/toolresults_v1/classes.rb', line 91

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