Class: RubyEventStore::ProcessManager::StateReplay::Step
- Inherits:
-
Struct
- Object
- Struct
- RubyEventStore::ProcessManager::StateReplay::Step
- Defined in:
- lib/ruby_event_store/process_manager/state_replay.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
6 7 8 |
# File 'lib/ruby_event_store/process_manager/state_replay.rb', line 6 def event @event end |
#state ⇒ Object
Returns the value of attribute state
6 7 8 |
# File 'lib/ruby_event_store/process_manager/state_replay.rb', line 6 def state @state end |