Module: Operation::Core
- Extended by:
- ActiveSupport::Concern
- Included in:
- OperationBase
- Defined in:
- lib/flow/operation/core.rb
Instance Method Summary collapse
Instance Method Details
#initialize(state) ⇒ Object
12 13 14 |
# File 'lib/flow/operation/core.rb', line 12 def initialize(state) @state = state end |