Class: Dry::Workflow::Step
- Inherits:
-
Struct
- Object
- Struct
- Dry::Workflow::Step
- Defined in:
- lib/dry/workflow.rb
Overview
Internal representation of a single step in the workflow.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#options ⇒ Object
Returns the value of attribute options.
-
#rollback_operation ⇒ Object
Returns the value of attribute rollback_operation.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/dry/workflow.rb', line 9 def name @name end |
#operation ⇒ Object
Returns the value of attribute operation
9 10 11 |
# File 'lib/dry/workflow.rb', line 9 def operation @operation end |
#options ⇒ Object
Returns the value of attribute options
9 10 11 |
# File 'lib/dry/workflow.rb', line 9 def end |
#rollback_operation ⇒ Object
Returns the value of attribute rollback_operation
9 10 11 |
# File 'lib/dry/workflow.rb', line 9 def rollback_operation @rollback_operation end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/dry/workflow.rb', line 9 def type @type end |