Module: JSONPathGrammar::Child26
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#lower ⇒ Object
706 707 708 |
# File 'lib/jsonpath/parser.rb', line 706 def lower elements[0] end |
#word_list ⇒ Object
710 711 712 |
# File 'lib/jsonpath/parser.rb', line 710 def word_list elements[2] end |