xe_intacct 0.1.8 → 0.1.9

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: 1cd2299dce0023db2d0b35d3e3b8a252a60fe2e94c12b2baefc183cf73d43ee5
4
- data.tar.gz: b1adfe12a0ca0802a815535aed92723dc57e6dc301a79db07667b25ea07fee74
3
+ metadata.gz: e5490c17d9810477fe4e90f2e7495b7337d4b0f7c1a7f0ee46675e5a0ad3f3aa
4
+ data.tar.gz: 06dae115760dd8da4e30dfd2fcd5414ad4edd1a37088ebf3e20439b10408e153
5
5
  SHA512:
6
- metadata.gz: 35ad2668bd57f371eb942dcdf272feeb51eea5e4c824fc7b6ca4510e38534be6e7e5e95eb483c1bd8cc1d2d29edae3e68490944e5c85d610a0c26a71da8110ca
7
- data.tar.gz: 6649f58fe5aa2f90d12cd07b843f94b40374ca943c8d68b219fac3cee5083426fec584bfde70ee9de903b3e4e23d49906aac271a31640fa97b802c61732d15f1
6
+ metadata.gz: d3f8e0b7bdda489c8ebe55802435cae632efc03a437264458096708c8d91d6632f4bb3a6e58a39cdc990dbab8145457dd4cfdeba6d8d773ddbfb8c3b6d2e45da
7
+ data.tar.gz: 6486e44187a3fa0e1c56423765593f813d0af61f4c9cb9b61eab4b09fdd41674b0c4f5c46c24f80d4da8509dfbc62e01b2fceb5c4adb9d3f6f67e4f69ddd1775
@@ -3,11 +3,12 @@
3
3
  module XeIntacct
4
4
  class ResultObject
5
5
  attr_accessor :details
6
- attr_reader :status, :errors, :items
6
+ attr_reader :status, :errors, :items, :error_message
7
7
 
8
8
  def initialize(params)
9
9
  @status = params[:status]
10
10
  @errors = params[:errors]
11
+ @error_message = params[:error_message]
11
12
  @items = params[:items] || []
12
13
  @details = params[:details] || {}
13
14
  end
@@ -28,6 +29,7 @@ module XeIntacct
28
29
  {
29
30
  status: status,
30
31
  errors: errors,
32
+ error_message: error_message,
31
33
  items: items,
32
34
  details: details,
33
35
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module XeIntacct
4
- VERSION = '0.1.8'
4
+ VERSION = '0.1.9'
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xe_intacct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReyMorozov
@@ -49,6 +49,7 @@ files:
49
49
  - lib/xe_intacct/xml/order.rb
50
50
  - lib/xe_intacct/xml/purchasing_transaction.rb
51
51
  - lib/xe_intacct/xml/vendor.rb
52
+ - xe_intacct-0.1.8.gem
52
53
  - xe_intacct.gemspec
53
54
  homepage: https://github.com/xometry-europe-gmbh/xe_intacct
54
55
  licenses: []