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