Class: CouchbaseOrm::Configuration
- Inherits:
-
Object
- Object
- CouchbaseOrm::Configuration
- Defined in:
- lib/couchbase-orm/configuration.rb
Defined Under Namespace
Classes: Index
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 23 24 |
# File 'lib/couchbase-orm/configuration.rb', line 22 def initialize @index = Index.new end |
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index.
20 21 22 |
# File 'lib/couchbase-orm/configuration.rb', line 20 def index @index end |