Class: Elasticsearch::Persistence::QueryMethods::WhereChain

Inherits:
Object
  • Object
show all
Defined in:
lib/elasticsearch/persistence/relation/query_methods.rb

Instance Method Summary collapse

Constructor Details

#initialize(scope) ⇒ WhereChain

Returns a new instance of WhereChain.



16
17
18
# File 'lib/elasticsearch/persistence/relation/query_methods.rb', line 16

def initialize(scope)
  @scope = scope
end