Module: Dynflow::Action::Executable

Defined in:
lib/dynflow/action.rb

Instance Method Summary collapse

Instance Method Details

#execute_method_nameObject



79
80
81
82
83
84
# File 'lib/dynflow/action.rb', line 79

def execute_method_name
  match self,
    (on Plan, :execute_plan),
    (on Run, :execute_run),
    (on Finalize, :execute_finalize)
end