Class: Couchbase::Management::ViewIndexManager::DropDesignDocumentOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::ViewIndexManager::DropDesignDocumentOptions
- Defined in:
- lib/couchbase/management/view_index_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/view_index_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| ... } ⇒ DropDesignDocumentOptions
constructor
A new instance of DropDesignDocumentOptions.
Constructor Details
#initialize {|self| ... } ⇒ DropDesignDocumentOptions
Returns a new instance of DropDesignDocumentOptions.
159 160 161 |
# File 'lib/couchbase/management/view_index_manager.rb', line 159 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
156 157 158 |
# File 'lib/couchbase/management/view_index_manager.rb', line 156 def timeout @timeout end |