Class: Couchbase::Management::UserManager::GetGroupOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::UserManager::GetGroupOptions
- Defined in:
- lib/couchbase/management/user_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/user_manager.rb more...
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.
225 226 227 |
# File 'lib/couchbase/management/user_manager.rb', line 225 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
223 224 225 |
# File 'lib/couchbase/management/user_manager.rb', line 223 def timeout @timeout end |