Class: MWS::Feeds::FeedSubmissionResult
- Defined in:
- lib/mws/feeds/feed_submission_result.rb
Instance Attribute Summary
Attributes inherited from Document
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
Constructor Details
This class inherits a constructor from MWS::Feeds::Document
Instance Method Details
#processing_summary ⇒ Object
18 19 20 |
# File 'lib/mws/feeds/feed_submission_result.rb', line 18 def processing_summary ProcessingSummary.new(xpath('ProcessingSummary').first, namespace: namespace) end |
#results ⇒ Object
22 23 24 |
# File 'lib/mws/feeds/feed_submission_result.rb', line 22 def results ResultList.new(node, namespace: namespace) end |