Module: ActiveOperation::Matcher::Execution
- Defined in:
- lib/active_operation/matcher/execution.rb
Defined Under Namespace
Classes: Base, HaltWhilePerforming, SucceedToPerform
Instance Method Summary collapse
Instance Method Details
#halt_while_performing ⇒ Object
157 158 159 |
# File 'lib/active_operation/matcher/execution.rb', line 157 def halt_while_performing HaltWhilePerforming.new end |
#succeed_to_perform ⇒ Object
153 154 155 |
# File 'lib/active_operation/matcher/execution.rb', line 153 def succeed_to_perform SucceedToPerform.new end |