Class: MWS::Feeds::FeedSubmissionResult

Inherits:
Entity show all
Defined in:
lib/mws/feeds/feed_submission_result.rb

Instance Attribute Summary

Attributes inherited from Document

#namespace, #node

Instance Method Summary collapse

Methods inherited from Entity

#boolean_at_path, #float_at_xpath, #integer_at_xpath, #money_at_xpath, #text_at_xpath, #time_at_xpath

Methods inherited from Document

#initialize, #xpath

Constructor Details

This class inherits a constructor from MWS::Feeds::Document

Instance Method Details

#processing_summaryObject



18
19
20
# File 'lib/mws/feeds/feed_submission_result.rb', line 18

def processing_summary
  ProcessingSummary.new(xpath('ProcessingSummary').first, namespace: namespace)
end

#resultsObject



22
23
24
# File 'lib/mws/feeds/feed_submission_result.rb', line 22

def results
  ResultList.new(node, namespace: namespace)
end