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.
50 51 52 |
# File 'lib/bpmn/element.rb', line 50 def initialize(attributes = {}) super(attributes.except(:process_ref)) end |
Instance Attribute Details
#process ⇒ Object
Returns the value of attribute process.
48 49 50 |
# File 'lib/bpmn/element.rb', line 48 def process @process end |
#process_ref ⇒ Object
Returns the value of attribute process_ref.
48 49 50 |
# File 'lib/bpmn/element.rb', line 48 def process_ref @process_ref end |