tca_client 1.0.3 → 1.0.4

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: 9c62268259838107dddebb07d4fadcb27eea2b45a1eb618816aaca59a920839d
4
- data.tar.gz: 1fdd3ed3f5119b62bd48ab91e1aa2cde48c29ea3856405a1c98cb8dcbf8d5b87
3
+ metadata.gz: 9163e3571a232cca029f70386a534019ee447901a81784432ca859c955d8bcbc
4
+ data.tar.gz: 4b4dcfd7c152b4c6da14a02ff01896fc2c818ccde267bf47dd2f0e308a6a8925
5
5
  SHA512:
6
- metadata.gz: 5b9fdb156176170b32e2df28c9a8490bc8e2491c72c912c334fee68988ab6629aec4c89b581a85a6d4c477f86b83e87e85b9d07925979913da5c6edcc5034e77
7
- data.tar.gz: 0d5d7f5b9a2879aef9a91bd8e967360eda34619d8ccf75885520919665d1786f06a9fdb842d20b7a94d64cd59911cb335e33de15767b4671d5c4da761fec2ef9
6
+ metadata.gz: 9a79681095e15cf05f9027e390e0cd0cab619599fc0ebf4640ab4375c90cecdd7dcefa38103e97c8c9542129f08a2a9a045e7a2ab077113a944cabbc0aaf0622
7
+ data.tar.gz: 749399f57746ede80703ca328c54c75d53d20a701882e431cb7fa59860f98ce8f5d0725bac224d5992409c9a35b5bda26e64ccb83d7e7203c77f117ffb913d46
@@ -117,7 +117,7 @@ module TCAClient
117
117
  end
118
118
 
119
119
  if attributes.key?(:'error_code')
120
- self.template = attributes[:'error_code']
120
+ self.error_code = attributes[:'error_code']
121
121
  end
122
122
  end
123
123
 
@@ -154,7 +154,8 @@ module TCAClient
154
154
  id == o.id &&
155
155
  title == o.title &&
156
156
  status == o.status &&
157
- template == o.template
157
+ template == o.template &&
158
+ error_code == o.error_code
158
159
  end
159
160
 
160
161
  # @see the `==` method
@@ -166,7 +167,7 @@ module TCAClient
166
167
  # Calculates hash code according to all attributes.
167
168
  # @return [Integer] Hash code
168
169
  def hash
169
- [id, title, status, template].hash
170
+ [id, title, status, template, error_code].hash
170
171
  end
171
172
 
172
173
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module TCAClient
14
- VERSION = '1.0.3'
14
+ VERSION = '1.0.4'
15
15
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tca_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -286,6 +286,7 @@ files:
286
286
  - tca_client-1.0.0.gem
287
287
  - tca_client-1.0.1.gem
288
288
  - tca_client-1.0.2.gem
289
+ - tca_client-1.0.3.gem
289
290
  - tca_client.gemspec
290
291
  homepage: https://openapi-generator.tech
291
292
  licenses: