Class: CouchdbSync::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/couchdbSync/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#couchdbObject

Returns the value of attribute couchdb.



4
5
6
# File 'lib/couchdbSync/config.rb', line 4

def couchdb
  @couchdb
end

#dbhostsObject

Returns the value of attribute dbhosts.



3
4
5
# File 'lib/couchdbSync/config.rb', line 3

def dbhosts
  @dbhosts
end