Class: Squeel::Nodes::And

Inherits:
Nary
  • Object
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

#&, #-@, #|

Constructor Details

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