Class: Peddler::XMLResponseParser Private

Inherits:
XMLParser
  • Object
show all
Defined in:
lib/peddler/xml_response_parser.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from XMLParser

#parse, #valid?, #xml

Instance Method Details

#next_tokenObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



6
7
8
# File 'lib/peddler/xml_response_parser.rb', line 6

def next_token
  parse.fetch('NextToken', false)
end