Class: Smith::Workflow::Graph::TransitionOptimizationConfiguration

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/smith/workflow/graph/transition_optimization_configuration.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



13
14
15
16
17
18
# File 'lib/smith/workflow/graph/transition_optimization_configuration.rb', line 13

def to_h
  identity
    .merge(evaluation)
    .merge(exit_modes)
    .freeze
end