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