Module: Rasti::DB::NQL::Syntax::ComparisonLessThan0

Defined in:
lib/rasti/db/nql/syntax.rb

Instance Method Summary collapse

Instance Method Details

#argumentObject



926
927
928
# File 'lib/rasti/db/nql/syntax.rb', line 926

def argument
  elements[4]
end

#attributeObject



918
919
920
# File 'lib/rasti/db/nql/syntax.rb', line 918

def attribute
  elements[0]
end

#comparatorObject



922
923
924
# File 'lib/rasti/db/nql/syntax.rb', line 922

def comparator
  elements[2]
end