Method: Couchbase::Management::QueryIndex#collection

Defined in:
lib/couchbase/management/query_index_manager.rb

#collectionString?

Returns the name of the collection.

Returns:

  • (String, nil)

    the name of the collection



593
594
595
# File 'lib/couchbase/management/query_index_manager.rb', line 593

def collection
  @collection
end