Module: JSONPathGrammar::Child1

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lower ⇒ Object



484
485
486
# File 'lib/jsonpath/parser.rb', line 484

def lower
  elements[0]
end

#wildcard ⇒ Object



488
489
490
# File 'lib/jsonpath/parser.rb', line 488

def wildcard
  elements[1]
end