Class: BabySqueel::Nodes::Generic
- Extended by:
- Operators::ArelAliasing
- Includes:
- Arel::AliasPredication, Arel::OrderPredications, Operators::Comparison, Operators::Equality, Operators::Generic, Operators::Grouping, Operators::Matching
- Defined in:
- lib/baby_squeel/nodes.rb
Overview
This is a generic proxy class that includes all possible modules. In the future, these proxy classes should be more specific and only include necessary/applicable modules.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Proxy
Method Summary
Methods included from Operators::ArelAliasing
Methods included from Operators::Generic
Methods inherited from Proxy
const_missing, #initialize, #respond_to?
Constructor Details
This class inherits a constructor from BabySqueel::Nodes::Proxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BabySqueel::Nodes::Proxy