Module: Operation::Execute
- Extended by:
- ActiveSupport::Concern
- Included in:
- OperationBase
- Defined in:
- lib/flow/operation/execute.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
14 15 16 |
# File 'lib/flow/operation/execute.rb', line 14 def execute raise NotImplementedError end |