Module: JSONPathGrammar::Child15

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#start ⇒ Object



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

def start
  elements[1]
end

#step ⇒ Object



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

def step
  elements[3]
end