Module: JSONPathGrammar::Child12

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lower ⇒ Object



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

def lower
  elements[0]
end

#start ⇒ Object



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

def start
  elements[2]
end