Module: JSONPathGrammar::Child3

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



470
471
472
# File 'lib/jsonpath/parser.rb', line 470

def lower
  elements[0]
end

#template_codeObject



474
475
476
# File 'lib/jsonpath/parser.rb', line 474

def template_code
  elements[2]
end