Module: JSONPathGrammar::Child14

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



579
580
581
# File 'lib/jsonpath/parser.rb', line 579

def lower
  elements[0]
end

#startObject



583
584
585
# File 'lib/jsonpath/parser.rb', line 583

def start
  elements[2]
end

#stepObject



591
592
593
# File 'lib/jsonpath/parser.rb', line 591

def step
  elements[6]
end

#stopObject



587
588
589
# File 'lib/jsonpath/parser.rb', line 587

def stop
  elements[4]
end