Class: Smith::Workflow::Composite::PlanIntegrity

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

Instance Method Summary collapse

Instance Method Details

#callObject



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