Class: ChittagongSuccessResult
- Inherits:
-
ChittagongResult
- Object
- ChittagongResult
- ChittagongSuccessResult
- Defined in:
- lib/naksh/syntax/bash/dhaka/evaluator.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Attributes inherited from ChittagongResult
Instance Method Summary collapse
-
#initialize(result) ⇒ ChittagongSuccessResult
constructor
A new instance of ChittagongSuccessResult.
Constructor Details
#initialize(result) ⇒ ChittagongSuccessResult
Returns a new instance of ChittagongSuccessResult.
334 335 336 |
# File 'lib/naksh/syntax/bash/dhaka/evaluator.rb', line 334 def initialize(result) @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
333 334 335 |
# File 'lib/naksh/syntax/bash/dhaka/evaluator.rb', line 333 def result @result end |