Method: Couchbase::Management::QueryIndex#scope

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

#scopeString?

Returns the name of the scope.

Returns:

  • (String, nil)

    the name of the scope



495
496
497
# File 'lib/couchbase/management/query_index_manager.rb', line 495

def scope
  @scope
end