Class: ChewyQuery::Builder::Nodes::MatchAll

Inherits:
Expr
  • Object
show all
Defined in:
lib/chewy_query/builder/nodes/match_all.rb

Instance Method Summary collapse

Methods inherited from Expr

#!, #&, #|, #~

Methods inherited from Base

#eql?, #render

Instance Method Details

#__render__Object



5
6
7
# File 'lib/chewy_query/builder/nodes/match_all.rb', line 5

def __render__
  { match_all: {} }
end