Class: Squeel::Nodes::And

Inherits:
Nary show all
Defined in:
lib/squeel/nodes/and.rb

Overview

A grouping of nodes that will be converted to an Arel::Nodes::And upon visitation.

Instance Attribute Summary

Attributes inherited from Nary

#children

Method Summary

Methods inherited from Nary

#&, #-, #eql?, #hash, #initialize

Methods included from PredicateOperators

#&, #-@, #|

Methods inherited from Node

#each, #grep

Constructor Details

This class inherits a constructor from Squeel::Nodes::Nary