Class: WorkflowRb::StepOutcome

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_rb/models/step_outcome.rb

Instance Attribute Summary collapse

Instance Attribute Details

#next_stepObject

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

#valueObject

Returns the value of attribute value.



5
6
7
# File 'lib/workflow_rb/models/step_outcome.rb', line 5

def value
  @value
end