Class: CloudSesame::Query::AST::And
- Inherits:
-
MultiExpressionOperator
- Object
- Operator
- MultiExpressionOperator
- CloudSesame::Query::AST::And
- Defined in:
- lib/cloud_sesame/query/ast/and.rb
Constant Summary collapse
- SYMBOL =
:and
Instance Attribute Summary
Attributes included from DSL::BlockMethods
Attributes inherited from Operator
Method Summary
Methods inherited from MultiExpressionOperator
#<<, #children, #compile, #is_excluded
Methods included from DSL::ScopeMethods
Methods included from DSL::RangeMethods
Methods included from DSL::OperatorMethods
#near, #phrase, #prefix, #term
Methods included from DSL::FilterQueryMethods
Methods included from DSL::BlockMethods
Methods inherited from Operator
Constructor Details
This class inherits a constructor from CloudSesame::Query::AST::Operator
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class CloudSesame::Query::DSL::ScopeMethods