matthuhiggins/arelastic

View on GitHub
lib/arelastic/searches/query.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Arelastic
  module Searches
    class Query < Arelastic::Searches::Search
      unary 'query', expects: Arelastic::Queries::Query
    end
  end
end