Module: JSONPathGrammar::Child12

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



553
554
555
# File 'lib/jsonpath/parser.rb', line 553

def lower
  elements[0]
end

#startObject



557
558
559
# File 'lib/jsonpath/parser.rb', line 557

def start
  elements[2]
end