Module: JSONPathGrammar::Child16

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



636
637
638
# File 'lib/jsonpath/parser.rb', line 636

def lower
  elements[0]
end

#startObject



640
641
642
# File 'lib/jsonpath/parser.rb', line 640

def start
  elements[2]
end

#stepObject



644
645
646
# File 'lib/jsonpath/parser.rb', line 644

def step
  elements[4]
end