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