Class: Couchbase::Management::UserManager::DropGroupOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::UserManager::DropGroupOptions
- Defined in:
- lib/couchbase/management/user_manager.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ DropGroupOptions
constructor
A new instance of DropGroupOptions.
Constructor Details
#initialize {|_self| ... } ⇒ DropGroupOptions
Returns a new instance of DropGroupOptions.
206 207 208 |
# File 'lib/couchbase/management/user_manager.rb', line 206 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
204 205 206 |
# File 'lib/couchbase/management/user_manager.rb', line 204 def timeout @timeout end |