Class: Couchbase::Management::BucketManager::UpdateBucketOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::BucketManager::UpdateBucketOptions
- Defined in:
- lib/couchbase/management/bucket_manager.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ UpdateBucketOptions
constructor
A new instance of UpdateBucketOptions.
Constructor Details
#initialize {|_self| ... } ⇒ UpdateBucketOptions
Returns a new instance of UpdateBucketOptions.
139 140 141 |
# File 'lib/couchbase/management/bucket_manager.rb', line 139 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
137 138 139 |
# File 'lib/couchbase/management/bucket_manager.rb', line 137 def timeout @timeout end |