Class: Couchbase::Management::SearchIndexManager::FreezePlanOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::SearchIndexManager::FreezePlanOptions
- Defined in:
- lib/couchbase/management/search_index_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/search_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| ... } ⇒ FreezePlanOptions
constructor
A new instance of FreezePlanOptions.
Constructor Details
#initialize {|self| ... } ⇒ FreezePlanOptions
Returns a new instance of FreezePlanOptions.
330 331 332 |
# File 'lib/couchbase/management/search_index_manager.rb', line 330 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
327 328 329 |
# File 'lib/couchbase/management/search_index_manager.rb', line 327 def timeout @timeout end |