Module: JSONPathGrammar::Child10

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



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

def lower
  elements[0]
end

#startObject



562
563
564
# File 'lib/jsonpath/parser.rb', line 562

def start
  elements[2]
end

#stopObject



566
567
568
# File 'lib/jsonpath/parser.rb', line 566

def stop
  elements[4]
end