Module: JSONPathGrammar::Child8

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



513
514
515
# File 'lib/jsonpath/parser.rb', line 513

def index
  elements[2]
end

#lowerObject



509
510
511
# File 'lib/jsonpath/parser.rb', line 509

def lower
  elements[0]
end