Class: RubyEventStore::ProcessManager::StateReplay::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_event_store/process_manager/state_replay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_stateObject

Returns the value of attribute current_state

Returns:

  • (Object)

    the current value of current_state



7
8
9
# File 'lib/ruby_event_store/process_manager/state_replay.rb', line 7

def current_state
  @current_state
end

#stepsObject

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



7
8
9
# File 'lib/ruby_event_store/process_manager/state_replay.rb', line 7

def steps
  @steps
end