Class: MWS::Feeds::Parsers::FeedSubmissions

Inherits:
Peddler::Parsers::Model show all
Defined in:
lib/mws/feeds/parsers/feed_submissions.rb

Instance Attribute Summary

Attributes inherited from Peddler::Parsers::Base

#document

Instance Method Summary collapse

Methods inherited from Peddler::Parsers::Model

#boolean_at_xpath, #float_at_xpath, #integer_at_xpath, #money_at_xpath, #time_at_xpath

Methods inherited from Peddler::Parsers::XML

#at_xpath, #text_at_xpath, xml?, #xpath

Methods inherited from Peddler::Parsers::Base

#initialize, xml?

Constructor Details

This class inherits a constructor from Peddler::Parsers::Base

Instance Method Details

#feed_submissionsObject



12
13
14
# File 'lib/mws/feeds/parsers/feed_submissions.rb', line 12

def feed_submissions
  xpath('FeedSubmissionInfo').map { |node| FeedSubmissionInfo.new(node) }
end