module Rasti::DB::NQL::Syntax::ComparisonLessThanOrEqual0

Public Instance Methods

argument() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1007
def argument
  elements[4]
end
attribute() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 999
def attribute
  elements[0]
end
comparator() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1003
def comparator
  elements[2]
end