class RubyEventStore::InMemoryRepository::EventInStream
Attributes
event_id[R]
position[R]
Public Class Methods
new(event_id, position)
click to toggle source
# File lib/ruby_event_store/in_memory_repository.rb, line 18 def initialize(event_id, position) @event_id = event_id @position = position end