Class: SpotFlow::Zeebe::TaskSchedule
- Inherits:
-
Bpmn::Extension
- Object
- Bpmn::Extension
- SpotFlow::Zeebe::TaskSchedule
- Defined in:
- lib/spot_flow/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.
74 75 76 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 74 def due_date @due_date end |
#follow_up_date ⇒ Object
Returns the value of attribute follow_up_date.
74 75 76 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 74 def follow_up_date @follow_up_date end |