Class: StatefulController::State
- Inherits:
-
Object
- Object
- StatefulController::State
- Defined in:
- lib/stateful_controller.rb
Instance Attribute Summary collapse
-
#current_state ⇒ Object
Returns the value of attribute current_state.
Instance Attribute Details
#current_state ⇒ Object
Returns the value of attribute current_state.
10 11 12 |
# File 'lib/stateful_controller.rb', line 10 def current_state @current_state end |