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