Module: JSONPathGrammar::Child16
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#lower ⇒ Object
636 637 638 |
# File 'lib/jsonpath/parser.rb', line 636 def lower elements[0] end |
#start ⇒ Object
640 641 642 |
# File 'lib/jsonpath/parser.rb', line 640 def start elements[2] end |
#step ⇒ Object
644 645 646 |
# File 'lib/jsonpath/parser.rb', line 644 def step elements[4] end |