Class: Temporal::Workflow::Command::CancelTimer
- Inherits:
-
Struct
- Object
- Struct
- Temporal::Workflow::Command::CancelTimer
- Defined in:
- lib/temporal/workflow/command.rb
Instance Attribute Summary collapse
-
#timer_id ⇒ Object
Returns the value of attribute timer_id.
Instance Attribute Details
#timer_id ⇒ Object
Returns the value of attribute timer_id
11 12 13 |
# File 'lib/temporal/workflow/command.rb', line 11 def timer_id @timer_id end |