Class: Couchbase::Management::UserManager::GetAllGroupsOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::UserManager::GetAllGroupsOptions
- 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| ... } ⇒ GetAllGroupsOptions
constructor
A new instance of GetAllGroupsOptions.
Constructor Details
#initialize {|self| ... } ⇒ GetAllGroupsOptions
Returns a new instance of GetAllGroupsOptions.
262 263 264 |
# File 'lib/couchbase/management/user_manager.rb', line 262 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
259 260 261 |
# File 'lib/couchbase/management/user_manager.rb', line 259 def timeout @timeout end |