Class: Elos::QueryBuilder::Builtin::MatchAllQueryBuilder

Inherits:
Elos::QueryBuilder::Base
  • Object
show all
Defined in:
lib/elos/query_builder/builtin/match_all_query_builder.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



2
3
4
# File 'lib/elos/query_builder/builtin/match_all_query_builder.rb', line 2

def build
  match_all_query
end