Class: Couchbase::Collection::TouchOptions
- Inherits:
-
Couchbase::CommonOptions
- Object
- Couchbase::CommonOptions
- Couchbase::Collection::TouchOptions
- Defined in:
- lib/couchbase/collection_options.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/collection_options.rb more...
Instance Attribute Summary
Attributes inherited from Couchbase::CommonOptions
#client_context, #parent_span, #retry_strategy, #timeout
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ TouchOptions
constructor
A new instance of TouchOptions.
Constructor Details
#initialize {|self| ... } ⇒ TouchOptions
Returns a new instance of TouchOptions.
288 289 290 291 |
# File 'lib/couchbase/collection_options.rb', line 288 def initialize super yield self if block_given? end |