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