Class: Couchbase::Management::Options::Search::PauseIngest
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Search::PauseIngest
- 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#pause_ingest
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| ... } ⇒ PauseIngest
constructor
Creates an instance of options for SearchIndexManager#pause_ingest.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|self| ... } ⇒ PauseIngest
Creates an instance of options for SearchIndexManager#pause_ingest
153 154 155 156 157 158 |
# File 'lib/couchbase/management/search_index_manager.rb', line 153 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |