Module: JSONPathGrammar::Child16

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



609
610
611
# File 'lib/jsonpath/parser.rb', line 609

def lower
  elements[0]
end

#startObject



613
614
615
# File 'lib/jsonpath/parser.rb', line 613

def start
  elements[2]
end

#stepObject



617
618
619
# File 'lib/jsonpath/parser.rb', line 617

def step
  elements[4]
end