Class: Smith::Workflow::Composite::OutcomeSet
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Smith::Workflow::Composite::OutcomeSet
- Defined in:
- lib/smith/workflow/composite/outcome_set.rb
Instance Method Summary collapse
-
#initialize(attributes) ⇒ OutcomeSet
constructor
A new instance of OutcomeSet.
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 |