Module: JSONSelect::Selector::Expression1

Defined in:
lib/json_select/selector_parser.rb

Instance Method Summary collapse

Instance Method Details

#a ⇒ Object



1001
1002
1003
# File 'lib/json_select/selector_parser.rb', line 1001

def a
  elements[0]
end

#b ⇒ Object



1005
1006
1007
# File 'lib/json_select/selector_parser.rb', line 1005

def b
  elements[1]
end

#c ⇒ Object



1009
1010
1011
# File 'lib/json_select/selector_parser.rb', line 1009

def c
  elements[4]
end