Class: CarryOut::Plan::NodeResult
- Inherits:
-
Object
- Object
- CarryOut::Plan::NodeResult
- Defined in:
- lib/carry_out/plan/node_result.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ NodeResult
constructor
A new instance of NodeResult.
Constructor Details
#initialize(value = nil) ⇒ NodeResult
Returns a new instance of NodeResult.
6 7 8 |
# File 'lib/carry_out/plan/node_result.rb', line 6 def initialize(value = nil) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
4 5 6 |
# File 'lib/carry_out/plan/node_result.rb', line 4 def value @value end |