Module: JSONPathGrammar::Child13

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#startObject



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

def start
  elements[1]
end

#stepObject



599
600
601
# File 'lib/jsonpath/parser.rb', line 599

def step
  elements[5]
end

#stopObject



595
596
597
# File 'lib/jsonpath/parser.rb', line 595

def stop
  elements[3]
end