Module: JSONPathGrammar::Child8

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  elements[2]
end

#lowerObject



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

def lower
  elements[0]
end