Class: Couchbase::Datastructures::CouchbaseQueueOptions
- Inherits:
-
Object
- Object
- Couchbase::Datastructures::CouchbaseQueueOptions
- Defined in:
- lib/couchbase/datastructures/couchbase_queue.rb
Instance Attribute Summary collapse
-
#get_options ⇒ Object
Returns the value of attribute get_options.
-
#lookup_in_options ⇒ Object
Returns the value of attribute lookup_in_options.
-
#mutate_in_options ⇒ Object
Returns the value of attribute mutate_in_options.
-
#remove_options ⇒ Object
Returns the value of attribute remove_options.
Instance Method Summary collapse
-
#initialize ⇒ CouchbaseQueueOptions
constructor
A new instance of CouchbaseQueueOptions.
Constructor Details
#initialize ⇒ CouchbaseQueueOptions
Returns a new instance of CouchbaseQueueOptions.
136 137 138 139 140 141 142 |
# File 'lib/couchbase/datastructures/couchbase_queue.rb', line 136 def initialize @get_options = Collection::GetOptions.new @remove_options = Collection::RemoveOptions.new @lookup_in_options = Collection::LookupInOptions.new @mutate_in_options = Collection::MutateInOptions.new @mutate_in_options.store_semantics = :upsert end |
Instance Attribute Details
#get_options ⇒ Object
Returns the value of attribute get_options.
131 132 133 |
# File 'lib/couchbase/datastructures/couchbase_queue.rb', line 131 def @get_options end |
#lookup_in_options ⇒ Object
Returns the value of attribute lookup_in_options.
132 133 134 |
# File 'lib/couchbase/datastructures/couchbase_queue.rb', line 132 def @lookup_in_options end |
#mutate_in_options ⇒ Object
Returns the value of attribute mutate_in_options.
133 134 135 |
# File 'lib/couchbase/datastructures/couchbase_queue.rb', line 133 def @mutate_in_options end |
#remove_options ⇒ Object
Returns the value of attribute remove_options.
134 135 136 |
# File 'lib/couchbase/datastructures/couchbase_queue.rb', line 134 def @remove_options end |