Module: JSONPathGrammar::Child24

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



661
662
663
# File 'lib/jsonpath/parser.rb', line 661

def lower
  elements[0]
end

#template_codeObject



665
666
667
# File 'lib/jsonpath/parser.rb', line 665

def template_code
  elements[2]
end