Module: JSONPathGrammar::Child5

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#keyObject



515
516
517
# File 'lib/jsonpath/parser.rb', line 515

def key
  elements[2]
end

#lowerObject



511
512
513
# File 'lib/jsonpath/parser.rb', line 511

def lower
  elements[0]
end