Class: Cadence::Workflow::Decision::StartTimer
- Inherits:
-
Struct
- Object
- Struct
- Cadence::Workflow::Decision::StartTimer
- Defined in:
- lib/cadence/workflow/decision.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#timer_id ⇒ Object
Returns the value of attribute timer_id.
Instance Attribute Details
#timeout ⇒ Object
Returns the value of attribute timeout
9 10 11 |
# File 'lib/cadence/workflow/decision.rb', line 9 def timeout @timeout end |
#timer_id ⇒ Object
Returns the value of attribute timer_id
9 10 11 |
# File 'lib/cadence/workflow/decision.rb', line 9 def timer_id @timer_id end |