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