Class: Couchbase::Management::UserManager::GetGroupOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::UserManager::GetGroupOptions
- Defined in:
- lib/couchbase/management/user_manager.rb,
/code/couchbase-ruby-client/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| ... } ⇒ GetGroupOptions
constructor
A new instance of GetGroupOptions.
Constructor Details
#initialize {|self| ... } ⇒ GetGroupOptions
Returns a new instance of GetGroupOptions.
252 253 254 |
# File 'lib/couchbase/management/user_manager.rb', line 252 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
249 250 251 |
# File 'lib/couchbase/management/user_manager.rb', line 249 def timeout @timeout end |