Method: Brief::DocumentMapper::Query#initialize

Defined in:
lib/brief/document_mapper.rb

#initialize(model) ⇒ Query

Returns a new instance of Query.



33
34
35
36
# File 'lib/brief/document_mapper.rb', line 33

def initialize(model)
  @model = model
  @where = {}
end