Sha256: d67f6f46d9d1477885aaedd7da24fe329af672c720fa79141c4c54117d3f991a

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

module Seam
  module MongoDb

    def self.collection
      @collection
    end

    def self.set_collection collection
      @collection = collection
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
seam-0.0.6 lib/seam/mongo_db.rb
seam-0.0.5 lib/seam/mongo_db.rb
seam-0.0.4 lib/seam/mongo_db.rb
seam-0.0.3 lib/seam/mongo_db.rb
seam-0.0.2 lib/seam/mongo_db.rb
seam-0.0.1 lib/seam/mongo_db.rb