Sha256: 7403f00c36c6bfc5115f02184ff60783c6aa03005fa4e0f1b3de4519c29f3fe4
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 Bytes
Contents
module SandthornDriverEventStore module Access class Base # = Access::Base # Inheriting classes use +storage+ to provide access to a # particular database model/table. def initialize(storage) @storage = storage end private attr_reader :storage end end end require "sandthorn_driver_event_store/access/event_access"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sandthorn_driver_event_store-0.1.0 | lib/sandthorn_driver_event_store/access.rb |
sandthorn_driver_event_store-0.0.1 | lib/sandthorn_driver_event_store/access.rb |