Sha256: e33bab44409413240ba47902d437c2ca30f85d265840965d915fbee2d0d26006
Contents?: true
Size: 313 Bytes
Versions: 2
Compression:
Stored size: 313 Bytes
Contents
module Rasti module DB module NQL module Nodes module Comparisons class GreaterThan < Base def filter_condition(collection_class) attribute.identifier(collection_class) > argument.value end end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rasti-db-2.2.0 | lib/rasti/db/nql/nodes/comparisons/greater_than.rb |
rasti-db-2.1.0 | lib/rasti/db/nql/nodes/comparisons/greater_than.rb |