Class: Philiprehberger::StateMachine::History::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/philiprehberger/state_machine/history.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entered_atObject

Returns the value of attribute entered_at

Returns:

  • (Object)

    the current value of entered_at



7
8
9
# File 'lib/philiprehberger/state_machine/history.rb', line 7

def entered_at
  @entered_at
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



7
8
9
# File 'lib/philiprehberger/state_machine/history.rb', line 7

def state
  @state
end