module Rasti::DB::NQL::Syntax::Disjunction0

Public Instance Methods

left() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 110
def left
  elements[0]
end
right() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 114
def right
  elements[4]
end