Class: CouchbaseOrm::Connection
- Inherits:
-
Object
- Object
- CouchbaseOrm::Connection
- Defined in:
- lib/couchbase-orm/connection.rb
Class Attribute Summary collapse
-
.options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Class Attribute Details
.options ⇒ Object
Returns the value of attribute options.
9 10 11 |
# File 'lib/couchbase-orm/connection.rb', line 9 def @options end |
Class Method Details
.bucket ⇒ Object
12 13 14 |
# File 'lib/couchbase-orm/connection.rb', line 12 def self.bucket @bucket ||= ::Libcouchbase::Bucket.new(**@options) end |