Class: Smith::Workflow::Composite::PlanIntegrity
- Inherits:
-
Object
- Object
- Smith::Workflow::Composite::PlanIntegrity
- Extended by:
- Dry::Initializer
- Defined in:
- lib/smith/workflow/composite/plan_integrity.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
15 16 17 18 19 20 |
# File 'lib/smith/workflow/composite/plan_integrity.rb', line 15 def call validate_execution_semantics! validate_branches! validate_digest! plan end |