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