Class: ChittagongExceptionResult
- Inherits:
-
ChittagongResult
- Object
- ChittagongResult
- ChittagongExceptionResult
- Defined in:
- lib/naksh/syntax/bash/dhaka/evaluator.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Attributes inherited from ChittagongResult
Instance Method Summary collapse
-
#initialize(exception, node) ⇒ ChittagongExceptionResult
constructor
A new instance of ChittagongExceptionResult.
Constructor Details
#initialize(exception, node) ⇒ ChittagongExceptionResult
Returns a new instance of ChittagongExceptionResult.
341 342 343 344 |
# File 'lib/naksh/syntax/bash/dhaka/evaluator.rb', line 341 def initialize(exception, node) @exception = exception @node = node end |
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
340 341 342 |
# File 'lib/naksh/syntax/bash/dhaka/evaluator.rb', line 340 def node @node end |