Module: JSONPathGrammar::Child20

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



637
638
639
# File 'lib/jsonpath/parser.rb', line 637

def lower
  elements[0]
end

#template_codeObject



641
642
643
# File 'lib/jsonpath/parser.rb', line 641

def template_code
  elements[2]
end