Method: Couchbase::Collection::GetResult#initialize
- Defined in:
- lib/couchbase/collection_options.rb
#initialize {|self| ... } ⇒ GetResult
Returns a new instance of GetResult.
67 68 69 70 71 72 |
# File 'lib/couchbase/collection_options.rb', line 67 def initialize @expiry = nil @error = nil @id = nil yield self if block_given? end |