Module: JSONPathGrammar::Child13

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#startObject



564
565
566
# File 'lib/jsonpath/parser.rb', line 564

def start
  elements[1]
end

#stepObject



572
573
574
# File 'lib/jsonpath/parser.rb', line 572

def step
  elements[5]
end

#stopObject



568
569
570
# File 'lib/jsonpath/parser.rb', line 568

def stop
  elements[3]
end