Class: Textus::Infra::Store::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/textus/infra/store/base.rb

Direct Known Subclasses

AuditLog, CursorStore, EntryIndex, WorkflowQueue

Instance Method Summary collapse

Constructor Details

#initialize(database) ⇒ Base

Returns a new instance of Base.



5
6
7
# File 'lib/textus/infra/store/base.rb', line 5

def initialize(database)
  @db = database
end