Module: Rasti::DB::NQL::Syntax::Conjunction0

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

Instance Method Summary collapse

Instance Method Details

#leftObject



199
200
201
# File 'lib/rasti/db/nql/syntax.rb', line 199

def left
  elements[0]
end

#rightObject



203
204
205
# File 'lib/rasti/db/nql/syntax.rb', line 203

def right
  elements[4]
end