Class: Chewy::Query::Nodes::MatchAll

Inherits:
Expr show all
Defined in:
lib/chewy/query/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/nodes/match_all.rb', line 5

def __render__
  {match_all: {}}
end