mws-feeds 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eab7a661116c8e8f201ba8c722d17290fb7a343ae9fe00b4167a26d82396ccec
4
- data.tar.gz: 0b16fb78fab13a03f11e254f324403679cd43d37d8372cb59ba323c1f1fa6d8f
3
+ metadata.gz: 05a1c3ee5e81a0b12637827d7ad2a2426c5631a09033a8430c3001347d32872e
4
+ data.tar.gz: b67a59cd0a6ed6cf05347aafceee4e7fe47be098a752139a72d9bb2c2c885ae5
5
5
  SHA512:
6
- metadata.gz: 10ee8957ce3aa6a5358832dd6ad3f2435957d5ae44db12be12fe626a5677bae7349738cf22f330049c387c38e2a6baab9e2beba3bbcad2228c23b996c45baa39
7
- data.tar.gz: aa41d8a1cafa7603ea28d283b200d1b253761f84005ef1747c9f50afe586ae59865f3cba0be34327d9e0cbc92dcade97deae2a64136822684cfcf91595344b58
6
+ metadata.gz: aac34803ab266dbd114bd888d5341b18a049a72d8b48a7221a69c360c085b3ae9195d311fbcca01e45a0ab3cb77b0e4e8d429a54415d3b17e9c59257f1eee9eb
7
+ data.tar.gz: 23136309f30dfdef03ed97a04585e6f98ccac05ee025f3ebf701f2273018256379cc608131914fc189c5a3782d028ef9d95e4086822e57317be49a78c8029889
@@ -7,6 +7,14 @@ require 'mws/feeds/result_list'
7
7
  module MWS
8
8
  module Feeds
9
9
  class FeedSubmissionResult < Entity
10
+ attribute(:document_transaction_id) do
11
+ integer_at_xpath('DocumentTransactionID')
12
+ end
13
+
14
+ attribute(:status_code) do
15
+ text_at_xpath('StatusCode')
16
+ end
17
+
10
18
  def processing_summary
11
19
  ProcessingSummary.new(xpath('ProcessingSummary').first, namespace: namespace)
12
20
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Mws
4
4
  module Feeds
5
- VERSION = "1.4.0"
5
+ VERSION = "1.4.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mws-feeds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robin Daugherty
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2020-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: money