Module: JSONPathGrammar::WordList0
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#quoted_word ⇒ Object
289 290 291 |
# File 'lib/jsonpath/parser.rb', line 289 def quoted_word elements[0] end |
#word_list ⇒ Object
293 294 295 |
# File 'lib/jsonpath/parser.rb', line 293 def word_list elements[3] end |