Class: Ellington::TransitionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/ellington/transition_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#new_stateObject

Returns the value of attribute new_state

Returns:

  • (Object)

    the current value of new_state



2
3
4
# File 'lib/ellington/transition_info.rb', line 2

def new_state
  @new_state
end

#old_stateObject

Returns the value of attribute old_state

Returns:

  • (Object)

    the current value of old_state



2
3
4
# File 'lib/ellington/transition_info.rb', line 2

def old_state
  @old_state
end

#passengerObject

Returns the value of attribute passenger

Returns:

  • (Object)

    the current value of passenger



2
3
4
# File 'lib/ellington/transition_info.rb', line 2

def passenger
  @passenger
end