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