Class: BPMN::ItemDefinition
Instance Attribute Summary collapse
-
#structure_ref ⇒ Object
Returns the value of attribute structure_ref.
Attributes inherited from Element
#extension_elements, #id, #name
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ItemDefinition
constructor
A new instance of ItemDefinition.
Methods inherited from Element
Constructor Details
#initialize(attributes = {}) ⇒ ItemDefinition
Returns a new instance of ItemDefinition.
35 36 37 38 |
# File 'lib/bpmn/element.rb', line 35 def initialize(attributes = {}) super(attributes) @structure_ref = attributes[:structure_ref] end |
Instance Attribute Details
#structure_ref ⇒ Object
Returns the value of attribute structure_ref.
33 34 35 |
# File 'lib/bpmn/element.rb', line 33 def structure_ref @structure_ref end |