Class: Philiprehberger::StateMachine::History::Entry
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::StateMachine::History::Entry
- Defined in:
- lib/philiprehberger/state_machine/history.rb
Instance Attribute Summary collapse
-
#entered_at ⇒ Object
Returns the value of attribute entered_at.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#entered_at ⇒ Object
Returns the value of attribute entered_at
7 8 9 |
# File 'lib/philiprehberger/state_machine/history.rb', line 7 def entered_at @entered_at end |
#state ⇒ Object
Returns the value of attribute state
7 8 9 |
# File 'lib/philiprehberger/state_machine/history.rb', line 7 def state @state end |