Class: Smith::Workflow::Graph::RuntimeReadinessMetrics
- Inherits:
-
Object
- Object
- Smith::Workflow::Graph::RuntimeReadinessMetrics
- Extended by:
- Dry::Initializer
- Defined in:
- lib/smith/workflow/graph/runtime_readiness_metrics.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
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 |