Method: Cloudant::Client#get_indices
- Defined in:
- lib/cloudant/client.rb
#get_indices ⇒ Object Also known as: get_indexes
Returns all in order of creation
157 158 159 |
# File 'lib/cloudant/client.rb', line 157 def get_indices @conn.query({url_path: "#{database}/_index", method: :get}) end |