Method: CouchObject::Database#url
- Defined in:
- lib/couch_object/database.rb
#url ⇒ Object
The full url of this database, eg localhost:5984/foo
43 44 45 |
# File 'lib/couch_object/database.rb', line 43 def url Utils.join_url(@uri, @dbname).to_s end |