Module: JSONSelect::Selector::SimpleSelectorSequence0

Defined in:
lib/json_select/selector_parser.rb

Instance Method Summary collapse

Instance Method Details

#aObject



301
302
303
# File 'lib/json_select/selector_parser.rb', line 301

def a
  elements[0]
end

#bObject



305
306
307
# File 'lib/json_select/selector_parser.rb', line 305

def b
  elements[1]
end