Class: Smith::Workflow::Composite::OutcomeSet

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/smith/workflow/composite/outcome_set.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ OutcomeSet

Returns a new instance of OutcomeSet.



13
14
15
16
17
18
19
# File 'lib/smith/workflow/composite/outcome_set.rb', line 13

def initialize(attributes)
  super
  ordered.freeze
  output.freeze
  self.attributes.freeze
  freeze
end