Module: JSONPathGrammar::Child26

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



679
680
681
# File 'lib/jsonpath/parser.rb', line 679

def lower
  elements[0]
end

#word_listObject



683
684
685
# File 'lib/jsonpath/parser.rb', line 683

def word_list
  elements[2]
end