Class: Zeebe::TaskSchedule
- Inherits:
-
BPMN::Extension
- Object
- BPMN::Extension
- Zeebe::TaskSchedule
- Defined in:
- lib/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#follow_up_date ⇒ Object
Returns the value of attribute follow_up_date.
Instance Attribute Details
#due_date ⇒ Object
Returns the value of attribute due_date.
73 74 75 |
# File 'lib/bpmn/extensions.rb', line 73 def due_date @due_date end |
#follow_up_date ⇒ Object
Returns the value of attribute follow_up_date.
73 74 75 |
# File 'lib/bpmn/extensions.rb', line 73 def follow_up_date @follow_up_date end |