Exception: TTK::StatusException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#to_ttk_log

Constructor Details

#initialize(aStatus) ⇒ StatusException

Returns a new instance of StatusException.



13
14
15
# File 'lib/ttk/status.rb', line 13

def initialize ( aStatus )
  @status = aStatus
end

Instance Attribute Details

#statusObject (readonly)

Returns the value of attribute status.



11
12
13
# File 'lib/ttk/status.rb', line 11

def status
  @status
end