Class: Couchbase::Options::CouchbaseList
- Inherits:
-
Object
- Object
- Couchbase::Options::CouchbaseList
- Defined in:
- lib/couchbase/options.rb
Overview
Options for Datastructures::CouchbaseList#initialize
Instance Attribute Summary collapse
- #get_options ⇒ Get
- #lookup_in_options ⇒ LookupIn
- #mutate_in_options ⇒ MutateIn
- #remove_options ⇒ Remove
Instance Method Summary collapse
-
#initialize(get_options: Get.new, remove_options: Remove.new, lookup_in_options: LookupIn.new, mutate_in_options: MutateIn.new(store_semantics: :upsert)) {|| ... } ⇒ CouchbaseList
constructor
Creates an instance of options for #initialize.
Constructor Details
#initialize(get_options: Get.new, remove_options: Remove.new, lookup_in_options: LookupIn.new, mutate_in_options: MutateIn.new(store_semantics: :upsert)) {|| ... } ⇒ CouchbaseList
Creates an instance of options for #initialize
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/couchbase/options.rb', line 1564 def initialize(get_options: Get.new, remove_options: Remove.new, lookup_in_options: LookupIn.new, mutate_in_options: MutateIn.new(store_semantics: :upsert)) = = = = yield self if block_given? end |