Class: Cadence::Workflow::Decision::FailWorkflow
- Inherits:
-
Struct
- Object
- Struct
- Cadence::Workflow::Decision::FailWorkflow
- Defined in:
- lib/cadence/workflow/decision.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
12 13 14 |
# File 'lib/cadence/workflow/decision.rb', line 12 def details @details end |
#reason ⇒ Object
Returns the value of attribute reason
12 13 14 |
# File 'lib/cadence/workflow/decision.rb', line 12 def reason @reason end |