Class: WorkflowRb::StepOutcome
- Inherits:
-
Object
- Object
- WorkflowRb::StepOutcome
- Defined in:
- lib/workflow_rb/models/step_outcome.rb
Instance Attribute Summary collapse
-
#next_step ⇒ Object
Returns the value of attribute next_step.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#next_step ⇒ Object
Returns the value of attribute next_step.
6 7 8 |
# File 'lib/workflow_rb/models/step_outcome.rb', line 6 def next_step @next_step end |
#value ⇒ Object
Returns the value of attribute value.
5 6 7 |
# File 'lib/workflow_rb/models/step_outcome.rb', line 5 def value @value end |