Module: Rasti::DB::NQL::Syntax::ComparisonInclude0

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

Instance Method Summary collapse

Instance Method Details

#argumentObject



521
522
523
# File 'lib/rasti/db/nql/syntax.rb', line 521

def argument
  elements[4]
end

#attributeObject



513
514
515
# File 'lib/rasti/db/nql/syntax.rb', line 513

def attribute
  elements[0]
end

#comparatorObject



517
518
519
# File 'lib/rasti/db/nql/syntax.rb', line 517

def comparator
  elements[2]
end