Class: Temporal::Workflow::Command::RequestActivityCancellation
- Inherits:
-
Struct
- Object
- Struct
- Temporal::Workflow::Command::RequestActivityCancellation
- Defined in:
- lib/temporal/workflow/command.rb
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
Returns the value of attribute activity_id.
Instance Attribute Details
#activity_id ⇒ Object
Returns the value of attribute activity_id
8 9 10 |
# File 'lib/temporal/workflow/command.rb', line 8 def activity_id @activity_id end |