Class: Couchbase::Management::SearchIndexManager::DisallowQueryingOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::SearchIndexManager::DisallowQueryingOptions
- 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| ... } ⇒ DisallowQueryingOptions
constructor
A new instance of DisallowQueryingOptions.
Constructor Details
#initialize {|self| ... } ⇒ DisallowQueryingOptions
Returns a new instance of DisallowQueryingOptions.
324 325 326 |
# File 'lib/couchbase/management/search_index_manager.rb', line 324 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
321 322 323 |
# File 'lib/couchbase/management/search_index_manager.rb', line 321 def timeout @timeout end |