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