Class: Couchbase::Management::Options::View::GetDesignDocument
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::View::GetDesignDocument
- Defined in:
- lib/couchbase/management/view_index_manager.rb,
/home/runner/work/couchbase-ruby-client/couchbase-ruby-client/lib/couchbase/management/view_index_manager.rb
Overview
Options for ViewIndexManager#get_design_document
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) {|| ... } ⇒ GetDesignDocument
constructor
Creates an instance of options for ViewIndexManager#get_design_document.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|| ... } ⇒ GetDesignDocument
Creates an instance of options for ViewIndexManager#get_design_document
33 34 35 36 37 38 |
# File 'lib/couchbase/management/view_index_manager.rb', line 33 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |