Class: TTK::TimeoutAbortStatus

Inherits:
AbortStatus show all
Defined in:
lib/ttk/status.rb

Constant Summary collapse

DEFAULT_WEIGHT =
:FAIL

Instance Attribute Summary

Attributes inherited from AbortStatus

#flow

Attributes inherited from StatusWithMessage

#message

Attributes inherited from Status

#weight

Class Method Summary collapse

Methods inherited from AbortStatus

#exception, #initialize

Methods inherited from StatusWithMessage

#initialize, #to_ttk_log

Methods inherited from Status

default_weight_value, #exception, hook_name, #hook_name, #initialize, #pass?, #to_s, #to_ttk_log

Constructor Details

This class inherits a constructor from TTK::AbortStatus

Class Method Details

.status_nameObject



154
155
156
# File 'lib/ttk/status.rb', line 154

def self.status_name
  :ABORT
end