Class: Zeebe::CalledDecision
- Inherits:
-
BPMN::Extension
- Object
- BPMN::Extension
- Zeebe::CalledDecision
- Defined in:
- lib/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#decision_id ⇒ Object
Returns the value of attribute decision_id.
-
#result_variable ⇒ Object
Returns the value of attribute result_variable.
Instance Attribute Details
#decision_id ⇒ Object
Returns the value of attribute decision_id.
27 28 29 |
# File 'lib/bpmn/extensions.rb', line 27 def decision_id @decision_id end |
#result_variable ⇒ Object
Returns the value of attribute result_variable.
27 28 29 |
# File 'lib/bpmn/extensions.rb', line 27 def result_variable @result_variable end |