Module: JSONPathGrammar::Child12

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



580
581
582
# File 'lib/jsonpath/parser.rb', line 580

def lower
  elements[0]
end

#startObject



584
585
586
# File 'lib/jsonpath/parser.rb', line 584

def start
  elements[2]
end