class RubyEventStore::InMemoryRepository::EventInStream
Attributes
Public Class Methods
Source
# File lib/ruby_event_store/in_memory_repository.rb, line 17 def initialize(event_id, position) @event_id = event_id @position = position end
# File lib/ruby_event_store/in_memory_repository.rb, line 17 def initialize(event_id, position) @event_id = event_id @position = position end