Class: Textus::Infra::Store::Base
- Inherits:
-
Object
- Object
- Textus::Infra::Store::Base
- Defined in:
- lib/textus/infra/store/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(database) ⇒ Base
constructor
A new instance of Base.
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 |