Class: Couchbase::Management::CollectionManager::DropCollectionOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::CollectionManager::DropCollectionOptions
- Defined in:
- lib/couchbase/management/collection_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/collection_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| ... } ⇒ DropCollectionOptions
constructor
A new instance of DropCollectionOptions.
Constructor Details
#initialize {|self| ... } ⇒ DropCollectionOptions
Returns a new instance of DropCollectionOptions.
174 175 176 |
# File 'lib/couchbase/management/collection_manager.rb', line 174 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
171 172 173 |
# File 'lib/couchbase/management/collection_manager.rb', line 171 def timeout @timeout end |