Module: Dynflow::Action::Executable
- Defined in:
- lib/dynflow/action.rb
Instance Method Summary collapse
Instance Method Details
#execute_method_name ⇒ Object
65 66 67 68 69 70 |
# File 'lib/dynflow/action.rb', line 65 def execute_method_name match self, (on Plan, :execute_plan), (on Run, :execute_run), (on Finalize, :execute_finalize) end |