struct

CryBase::CouchBase::Services::Query::QueryContext

Inherits Struct < Value < Object

Constants

DEFAULT_NAMESPACE = "default"
DEFAULT_SCOPE = "_default"

Constructors

new(*, bucket : String, scope : String = DEFAULT_SCOPE, namespace : String = DEFAULT_NAMESPACE)
Source

Instance methods

bucket
Source
namespace
Source
scope
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source