Module: Rasti::DB::NQL::Syntax::Disjunction0

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

Instance Method Summary collapse

Instance Method Details

#leftObject



110
111
112
# File 'lib/rasti/db/nql/syntax.rb', line 110

def left
  elements[0]
end

#rightObject



114
115
116
# File 'lib/rasti/db/nql/syntax.rb', line 114

def right
  elements[4]
end