Class: RailsStateMachine::Event::Transition
- Inherits:
-
Struct
- Object
- Struct
- RailsStateMachine::Event::Transition
- Defined in:
- lib/rails_state_machine/event.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
3 4 5 |
# File 'lib/rails_state_machine/event.rb', line 3 def from @from end |
#to ⇒ Object
Returns the value of attribute to
3 4 5 |
# File 'lib/rails_state_machine/event.rb', line 3 def to @to end |