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