Module: JSONPathGrammar::Child14
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#lower ⇒ Object
606 607 608 |
# File 'lib/jsonpath/parser.rb', line 606 def lower elements[0] end |
#start ⇒ Object
610 611 612 |
# File 'lib/jsonpath/parser.rb', line 610 def start elements[2] end |
#step ⇒ Object
618 619 620 |
# File 'lib/jsonpath/parser.rb', line 618 def step elements[6] end |
#stop ⇒ Object
614 615 616 |
# File 'lib/jsonpath/parser.rb', line 614 def stop elements[4] end |