Module: Rasti::DB::NQL::Syntax::ComparisonNotInclude0

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

Instance Method Summary collapse

Instance Method Details

#argumentObject



602
603
604
# File 'lib/rasti/db/nql/syntax.rb', line 602

def argument
  elements[4]
end

#attributeObject



594
595
596
# File 'lib/rasti/db/nql/syntax.rb', line 594

def attribute
  elements[0]
end

#comparatorObject



598
599
600
# File 'lib/rasti/db/nql/syntax.rb', line 598

def comparator
  elements[2]
end