Class: CarryOut::Plan::NodeResult

Inherits:
Object
  • Object
show all
Defined in:
lib/carry_out/plan/node_result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#valueObject (readonly)

Returns the value of attribute value.



4
5
6
# File 'lib/carry_out/plan/node_result.rb', line 4

def value
  @value
end