Method: ElasticsearchRecord::Relation::QueryClause#initialize

Defined in:
lib/elasticsearch_record/relation/query_clause.rb

#initialize(key, predicates, opts = {}) ⇒ QueryClause



10
11
12
13
14
# File 'lib/elasticsearch_record/relation/query_clause.rb', line 10

def initialize(key, predicates, opts = {})
  @key       = key
  @predicates = predicates
  @opts       = opts
end