Class: CouchdbSync::Config
- Inherits:
-
Object
- Object
- CouchdbSync::Config
- Defined in:
- lib/couchdbSync/config.rb
Instance Attribute Summary collapse
-
#couchdb ⇒ Object
Returns the value of attribute couchdb.
-
#dbhosts ⇒ Object
Returns the value of attribute dbhosts.
Instance Attribute Details
#couchdb ⇒ Object
Returns the value of attribute couchdb.
4 5 6 |
# File 'lib/couchdbSync/config.rb', line 4 def couchdb @couchdb end |
#dbhosts ⇒ Object
Returns the value of attribute dbhosts.
3 4 5 |
# File 'lib/couchdbSync/config.rb', line 3 def dbhosts @dbhosts end |