Class: Google::Apis::ToolresultsV1beta3::CrashDialogError
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::CrashDialogError
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
Crash dialog was detected during the test execution
Instance Attribute Summary collapse
-
#crash_package ⇒ String
The name of the package that caused the dialog.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CrashDialogError
constructor
A new instance of CrashDialogError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CrashDialogError
Returns a new instance of CrashDialogError.
480 481 482 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 480 def initialize(**args) update!(**args) end |
Instance Attribute Details
#crash_package ⇒ String
The name of the package that caused the dialog.
Corresponds to the JSON property crashPackage
478 479 480 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 478 def crash_package @crash_package end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
485 486 487 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 485 def update!(**args) @crash_package = args[:crash_package] if args.key?(:crash_package) end |