Class: Couchbase::Management::Options::View::GetAllDesignDocuments
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::View::GetAllDesignDocuments
- Defined in:
- lib/couchbase/management/view_index_manager.rb
Overview
Options for ViewIndexManager#get_all_design_documents
Constant Summary collapse
- DEFAULT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
new.freeze
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) {|| ... } ⇒ GetAllDesignDocuments
constructor
Creates an instance of options for ViewIndexManager#get_all_design_documents.
Methods inherited from Options::Base
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|| ... } ⇒ GetAllDesignDocuments
Creates an instance of options for ViewIndexManager#get_all_design_documents
53 54 55 56 57 58 |
# File 'lib/couchbase/management/view_index_manager.rb', line 53 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |