Class: Chassis::PStoreRepo

Inherits:
BaseRepo show all
Defined in:
lib/chassis/repo/pstore_repo.rb

Defined Under Namespace

Classes: AccessProxy, PStoreMap

Instance Method Summary collapse

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