Sha256: 59bacbde060c6c13ac4d4e3ef86ff57b39eeb9a6a10b5455c6869aabe3db752e
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
module Rasti module DB module NQL module Nodes module Comparisons class LessThanOrEqual < 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/less_than_or_equal.rb |
rasti-db-2.1.0 | lib/rasti/db/nql/nodes/comparisons/less_than_or_equal.rb |