Class: Zeebe::TaskDefinition
- Inherits:
-
BPMN::Extension
- Object
- BPMN::Extension
- Zeebe::TaskDefinition
- Defined in:
- lib/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#retries ⇒ Object
Returns the value of attribute retries.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#retries ⇒ Object
Returns the value of attribute retries.
58 59 60 |
# File 'lib/bpmn/extensions.rb', line 58 def retries @retries end |
#type ⇒ Object
Returns the value of attribute type.
58 59 60 |
# File 'lib/bpmn/extensions.rb', line 58 def type @type end |