Class: Couchbase::Management::ViewIndexManager::PublishDesignDocumentOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::ViewIndexManager::PublishDesignDocumentOptions
- 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| ... } ⇒ PublishDesignDocumentOptions
constructor
A new instance of PublishDesignDocumentOptions.
Constructor Details
#initialize {|self| ... } ⇒ PublishDesignDocumentOptions
Returns a new instance of PublishDesignDocumentOptions.
163 164 165 |
# File 'lib/couchbase/management/view_index_manager.rb', line 163 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
160 161 162 |
# File 'lib/couchbase/management/view_index_manager.rb', line 160 def timeout @timeout end |