Class: BPMN::ItemDefinition

Inherits:
Element
  • Object
show all
Defined in:
lib/bpmn/element.rb

Instance Attribute Summary collapse

Attributes inherited from Element

#extension_elements, #id, #name

Instance Method Summary collapse

Methods inherited from Element

#inspect

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_refObject

Returns the value of attribute structure_ref.



33
34
35
# File 'lib/bpmn/element.rb', line 33

def structure_ref
  @structure_ref
end