Method: CPEE::ProcessTransformation::Alternative#initialize
- Defined in:
- lib/cpee/processtransformation/structures.rb
#initialize(id) ⇒ Alternative
Returns a new instance of Alternative.
84 85 86 87 88 89 90 |
# File 'lib/cpee/processtransformation/structures.rb', line 84 def initialize(id) @container = true @id = id @condition = [] @condition_type = nil @attributes = {} end |