Class: Smith::Workflow::Graph::RuntimeReadinessMetrics

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

Instance Method Summary collapse

Instance Method Details

#to_hObject



17
18
19
20
21
22
23
# File 'lib/smith/workflow/graph/runtime_readiness_metrics.rb', line 17

def to_h
  core_metrics.merge(
    binding_metrics,
    nested_workflow_metrics,
    fanout_metrics
  )
end