Class: Couchbase::Management::QueryIndexManager::WatchIndexesOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::QueryIndexManager::WatchIndexesOptions
- Defined in:
- lib/couchbase/management/query_index_manager.rb
Instance Attribute Summary collapse
-
#watch_primary ⇒ Boolean
Whether or not to watch the primary index.
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ WatchIndexesOptions
constructor
A new instance of WatchIndexesOptions.
Constructor Details
#initialize {|self| ... } ⇒ WatchIndexesOptions
Returns a new instance of WatchIndexesOptions.
239 240 241 |
# File 'lib/couchbase/management/query_index_manager.rb', line 239 def initialize yield self if block_given? end |
Instance Attribute Details
#watch_primary ⇒ Boolean
Returns whether or not to watch the primary index.
236 237 238 |
# File 'lib/couchbase/management/query_index_manager.rb', line 236 def watch_primary @watch_primary end |