Class: ChewyQuery::Builder::Nodes::MatchAll
- Defined in:
- lib/chewy_query/builder/nodes/match_all.rb
Instance Method Summary collapse
Methods inherited from Expr
Methods inherited from Base
Instance Method Details
#__render__ ⇒ Object
5 6 7 |
# File 'lib/chewy_query/builder/nodes/match_all.rb', line 5 def __render__ { match_all: {} } end |