Class: Couchbase::Management::Options::User::DropGroup
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::User::DropGroup
- Defined in:
- lib/couchbase/management/user_manager.rb
Overview
Options for UserManager#drop_group
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.
DropGroup.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) {|self| ... } ⇒ DropGroup
constructor
Creates an instance of options for UserManager#drop_group.
Methods inherited from Options::Base
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, parent_span: nil) {|self| ... } ⇒ DropGroup
Creates an instance of options for UserManager#drop_group
226 227 228 229 230 231 |
# File 'lib/couchbase/management/user_manager.rb', line 226 def initialize(timeout: nil, retry_strategy: nil, parent_span: nil) super yield self if block_given? end |