Module: JSONPathGrammar::Child10

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



531
532
533
# File 'lib/jsonpath/parser.rb', line 531

def lower
  elements[0]
end

#startObject



535
536
537
# File 'lib/jsonpath/parser.rb', line 535

def start
  elements[2]
end

#stopObject



539
540
541
# File 'lib/jsonpath/parser.rb', line 539

def stop
  elements[4]
end