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