Module: JSONPathGrammar::Child13
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
591 592 593 |
# File 'lib/jsonpath/parser.rb', line 591 def start elements[1] end |
#step ⇒ Object
599 600 601 |
# File 'lib/jsonpath/parser.rb', line 599 def step elements[5] end |
#stop ⇒ Object
595 596 597 |
# File 'lib/jsonpath/parser.rb', line 595 def stop elements[3] end |