Class: TransactionQL::Smaller

Inherits:
NumericExpression show all
Defined in:
lib/transaction_ql/expressions.rb

Instance Method Summary collapse

Methods inherited from NumericExpression

#matches?

Methods inherited from Expression

#matches?

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