Module: JSONPathGrammar::Child9

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#start ⇒ Object



547
548
549
# File 'lib/jsonpath/parser.rb', line 547

def start
  elements[1]
end

#stop ⇒ Object



551
552
553
# File 'lib/jsonpath/parser.rb', line 551

def stop
  elements[3]
end