Class: Squeel::Nodes::Or

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

#&, #-@, #|

Constructor Details

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