Module: JSONPathGrammar::Child14

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



606
607
608
# File 'lib/jsonpath/parser.rb', line 606

def lower
  elements[0]
end

#startObject



610
611
612
# File 'lib/jsonpath/parser.rb', line 610

def start
  elements[2]
end

#stepObject



618
619
620
# File 'lib/jsonpath/parser.rb', line 618

def step
  elements[6]
end

#stopObject



614
615
616
# File 'lib/jsonpath/parser.rb', line 614

def stop
  elements[4]
end