Class: Google::Apis::ToolresultsV1beta3::CrashDialogError

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

Crash dialog was detected during the test execution

Instance Attribute Summary collapse

Instance Method Summary collapse

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_packageString

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

Returns:

  • (String)


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