[Source]
# File lib/uttk/status.rb, line 135 def initialize ( aWeight=nil, anObject=nil ) super(anObject) @weight = aWeight unless aWeight.nil? end
# File lib/uttk/status.rb, line 140 def hook_name :failed_hook end
[Validate]