Class: Couchbase::Management::Options::Search::AllowQuerying
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Search::AllowQuerying
- Defined in:
- lib/couchbase/management/search_index_manager.rb,
/home/runner/work/couchbase-ruby-client/couchbase-ruby-client/lib/couchbase/management/search_index_manager.rb
Overview
Options for SearchIndexManager#allow_querying
Instance Attribute Summary
Attributes inherited from Options::Base
#client_context, #parent_span, #retry_strategy, #timeout
Instance Method Summary collapse
-
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|self| ... } ⇒ AllowQuerying
constructor
Creates an instance of options for SearchIndexManager#allow_querying.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|self| ... } ⇒ AllowQuerying
Creates an instance of options for SearchIndexManager#allow_querying
193 194 195 196 197 198 |
# File 'lib/couchbase/management/search_index_manager.rb', line 193 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |