Class: Chassis::PStoreRepo
- Defined in:
- lib/chassis/repo/pstore_repo.rb
Defined Under Namespace
Classes: AccessProxy, PStoreMap
Instance Method Summary collapse
-
#initialize(pstore) ⇒ PStoreRepo
constructor
A new instance of PStoreRepo.
Methods inherited from BaseRepo
#all, #clear, #count, #create, #delete, #empty?, #find, #first, #graph_query, #initialize_storage, #last, #query, #sample, #update
Constructor Details
#initialize(pstore) ⇒ PStoreRepo
Returns a new instance of PStoreRepo.
50 51 52 |
# File 'lib/chassis/repo/pstore_repo.rb', line 50 def initialize(pstore) @map = PStoreMap.new pstore end |