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

#data, #valid?, #xml

Methods included from Headers

#mws_quota_max, #mws_quota_remaining, #mws_quota_resets_on, #mws_request_id, #mws_response_context, #mws_timestamp

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.



11
12
13
# File 'lib/peddler/xml_response_parser.rb', line 11

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