Module: JSONPathGrammar::Child15

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#startObject



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

def start
  elements[1]
end

#stepObject



602
603
604
# File 'lib/jsonpath/parser.rb', line 602

def step
  elements[3]
end