Class: Couchbase::Management::Options::User::UpsertGroup
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::User::UpsertGroup
- Defined in:
- lib/couchbase/management/user_manager.rb,
/home/runner/work/couchbase-ruby-client/couchbase-ruby-client/lib/couchbase/management/user_manager.rb
Overview
Options for UserManager#upsert_group
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| ... } ⇒ UpsertGroup
constructor
Creates an instance of options for UserManager#upsert_group.
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|self| ... } ⇒ UpsertGroup
Creates an instance of options for UserManager#upsert_group
207 208 209 210 211 212 |
# File 'lib/couchbase/management/user_manager.rb', line 207 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |