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 +4 -4
- data/lib/tca_client/models/group_attachment_response.rb +4 -3
- data/lib/tca_client/version.rb +1 -1
- data/tca_client-1.0.3.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9163e3571a232cca029f70386a534019ee447901a81784432ca859c955d8bcbc
|
|
4
|
+
data.tar.gz: 4b4dcfd7c152b4c6da14a02ff01896fc2c818ccde267bf47dd2f0e308a6a8925
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
data/lib/tca_client/version.rb
CHANGED
|
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.
|
|
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:
|