Class: Squeel::Nodes::Or

Inherits:
Binary show all
Defined in:
lib/squeel/nodes/or.rb

Overview

A node representing an SQL OR, which will result in same when visited.

Instance Attribute Summary

Attributes inherited from Binary

#left, #right

Method Summary

Methods inherited from Binary

#eql?, #hash, #initialize

Methods included from PredicateOperators

#&, #-@, #|

Methods inherited from Node

#each, #grep

Constructor Details

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