Exception: Keka::Halt

Inherits:
StandardError
  • Object
show all
Defined in:
lib/keka/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ Halt

Returns a new instance of Halt.



4
5
6
7
# File 'lib/keka/exceptions.rb', line 4

def initialize(result)
  @result = result
  super
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



3
4
5
# File 'lib/keka/exceptions.rb', line 3

def result
  @result
end