Method: Cloudant::Client#all_dbs
- Defined in:
- lib/cloudant/client.rb
#all_dbs ⇒ Object
Returns all database for the current instance of Cloudant
109 110 111 |
# File 'lib/cloudant/client.rb', line 109 def all_dbs @conn.query({url_path: "_all_dbs", method: :get}) end |