Class: RailsStateMachine::Event::Transition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_state_machine/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



3
4
5
# File 'lib/rails_state_machine/event.rb', line 3

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



3
4
5
# File 'lib/rails_state_machine/event.rb', line 3

def to
  @to
end