Module: JSONPathGrammar::Child3

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



497
498
499
# File 'lib/jsonpath/parser.rb', line 497

def lower
  elements[0]
end

#template_codeObject



501
502
503
# File 'lib/jsonpath/parser.rb', line 501

def template_code
  elements[2]
end