Class: Squeel::Nodes::Not

Inherits:
Unary show all
Defined in:
lib/squeel/nodes/not.rb

Overview

A node that represents SQL NOT, and will result in same when visited

Instance Attribute Summary

Attributes inherited from Unary

#expr

Method Summary

Methods inherited from Unary

#eql?, #hash, #initialize

Methods included from PredicateOperators

#&, #-@, #|

Methods inherited from Node

#each, #grep

Constructor Details

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