Module: JSONPathGrammar::Child24

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



688
689
690
# File 'lib/jsonpath/parser.rb', line 688

def lower
  elements[0]
end

#template_codeObject



692
693
694
# File 'lib/jsonpath/parser.rb', line 692

def template_code
  elements[2]
end