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