Class: Jrf::Stage::MapReducer::SlotState
- Inherits:
-
Object
- Object
- Jrf::Stage::MapReducer::SlotState
- Defined in:
- lib/jrf/stage.rb
Instance Attribute Summary collapse
-
#reducers ⇒ Object
readonly
Returns the value of attribute reducers.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Method Summary collapse
-
#initialize ⇒ SlotState
constructor
A new instance of SlotState.
Constructor Details
#initialize ⇒ SlotState
Returns a new instance of SlotState.
274 275 276 277 |
# File 'lib/jrf/stage.rb', line 274 def initialize @reducers = [] @template = nil end |
Instance Attribute Details
#reducers ⇒ Object (readonly)
Returns the value of attribute reducers.
271 272 273 |
# File 'lib/jrf/stage.rb', line 271 def reducers @reducers end |
#template ⇒ Object
Returns the value of attribute template.
272 273 274 |
# File 'lib/jrf/stage.rb', line 272 def template @template end |