Module: JSONPathGrammar::Child15

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#startObject



625
626
627
# File 'lib/jsonpath/parser.rb', line 625

def start
  elements[1]
end

#stepObject



629
630
631
# File 'lib/jsonpath/parser.rb', line 629

def step
  elements[3]
end