Class: Couchbase::Management::SearchIndexManager::ResumeIngestOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::SearchIndexManager::ResumeIngestOptions
- Defined in:
- lib/couchbase/management/search_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| ... } ⇒ ResumeIngestOptions
constructor
A new instance of ResumeIngestOptions.
Constructor Details
#initialize {|self| ... } ⇒ ResumeIngestOptions
Returns a new instance of ResumeIngestOptions.
258 259 260 |
# File 'lib/couchbase/management/search_index_manager.rb', line 258 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
255 256 257 |
# File 'lib/couchbase/management/search_index_manager.rb', line 255 def timeout @timeout end |