Class: Google::Apis::ToolresultsV1beta3::CrashDialogError
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::CrashDialogError
- 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
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.
493 494 495 |
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 493 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
491 492 493 |
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 491 def crash_package @crash_package end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
498 499 500 |
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 498 def update!(**args) @crash_package = args[:crash_package] if args.key?(:crash_package) end |