Method: Couchbase::Options::GetMulti#to_backend
- Defined in:
- lib/couchbase/options.rb
#to_backend ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
157 158 159 160 161 |
# File 'lib/couchbase/options.rb', line 157 def to_backend { timeout: Utils::Time.extract_duration(@timeout), } end |