Class: TransactionQL::Smaller
- Inherits:
-
NumericExpression
- Object
- Expression
- NumericExpression
- TransactionQL::Smaller
- Defined in:
- lib/transaction_ql/expressions.rb
Instance Method Summary collapse
-
#initialize(column, other) ⇒ Smaller
constructor
A new instance of Smaller.
Methods inherited from NumericExpression
Methods inherited from Expression
Constructor Details
#initialize(column, other) ⇒ Smaller
Returns a new instance of Smaller.
83 84 85 |
# File 'lib/transaction_ql/expressions.rb', line 83 def initialize(column, other) super column, other, :< end |