Class: Couchbase::Management::Options::Search::UnfreezePlan
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Search::UnfreezePlan
- 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#unfreeze_plan
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| ... } ⇒ UnfreezePlan
constructor
Creates an instance of options for SearchIndexManager#unfreeze_plan.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|self| ... } ⇒ UnfreezePlan
Creates an instance of options for SearchIndexManager#unfreeze_plan
253 254 255 256 257 258 |
# File 'lib/couchbase/management/search_index_manager.rb', line 253 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |