Exception: Uttk::SkipStatus

Inherits:
Status show all
Includes:
Concrete
Defined in:
lib/uttk/status.rb

Instance Attribute Summary

Attributes inherited from Status

#reason, #weight

Instance Method Summary collapse

Methods inherited from Status

default_weight, hook_name, #hook_name, #pass?, status_name, #to_s, #to_uttk_log

Methods inherited from Exception

#to_uttk_log

Constructor Details

#initialize(aWeight = nil, anObject = nil) ⇒ SkipStatus

Returns a new instance of SkipStatus.



75
76
77
78
# File 'lib/uttk/status.rb', line 75

def initialize ( aWeight=nil, anObject=nil )
  super(anObject)
  @weight = aWeight unless aWeight.nil?
end