module Dynflow::Action::Executable

Public Instance Methods

execute_method_name() click to toggle source
# File lib/dynflow/action.rb, line 66
def execute_method_name
  match self,
        (on Plan, :execute_plan),
        (on Run, :execute_run),
        (on Finalize, :execute_finalize)
end