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