Class: Chewy::Query::Nodes::Exists
- Defined in:
- lib/chewy/query/nodes/exists.rb
Instance Method Summary collapse
- #! ⇒ Object
- #__render__ ⇒ Object
-
#initialize(name, options = {}) ⇒ Exists
constructor
A new instance of Exists.
Methods inherited from Expr
Methods inherited from Base
Constructor Details
#initialize(name, options = {}) ⇒ Exists
Returns a new instance of Exists.
5 6 7 8 |
# File 'lib/chewy/query/nodes/exists.rb', line 5 def initialize(name, = {}) @name = name.to_s @options = end |