ynab 1.13.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/ynab.rb +6 -1
- data/lib/ynab/api/accounts_api.rb +3 -3
- data/lib/ynab/api/budgets_api.rb +6 -3
- data/lib/ynab/api/categories_api.rb +7 -7
- data/lib/ynab/api/deprecated_api.rb +1 -1
- data/lib/ynab/api/months_api.rb +3 -3
- data/lib/ynab/api/payee_locations_api.rb +1 -1
- data/lib/ynab/api/payees_api.rb +3 -3
- data/lib/ynab/api/scheduled_transactions_api.rb +3 -3
- data/lib/ynab/api/transactions_api.rb +77 -25
- data/lib/ynab/api/user_api.rb +1 -1
- data/lib/ynab/api_client.rb +3 -2
- data/lib/ynab/configuration.rb +2 -3
- data/lib/ynab/models/account.rb +3 -7
- data/lib/ynab/models/account_response.rb +3 -2
- data/lib/ynab/models/account_response_data.rb +3 -2
- data/lib/ynab/models/accounts_response.rb +3 -2
- data/lib/ynab/models/accounts_response_data.rb +3 -2
- data/lib/ynab/models/budget_detail.rb +3 -2
- data/lib/ynab/models/budget_detail_response.rb +3 -2
- data/lib/ynab/models/budget_detail_response_data.rb +3 -2
- data/lib/ynab/models/budget_settings.rb +3 -2
- data/lib/ynab/models/budget_settings_response.rb +3 -2
- data/lib/ynab/models/budget_settings_response_data.rb +3 -2
- data/lib/ynab/models/budget_summary.rb +19 -6
- data/lib/ynab/models/budget_summary_response.rb +3 -2
- data/lib/ynab/models/budget_summary_response_data.rb +3 -7
- data/lib/ynab/models/bulk_response.rb +3 -2
- data/lib/ynab/models/bulk_response_data.rb +3 -2
- data/lib/ynab/models/bulk_response_data_bulk.rb +4 -3
- data/lib/ynab/models/bulk_transactions.rb +3 -2
- data/lib/ynab/models/categories_response.rb +3 -2
- data/lib/ynab/models/categories_response_data.rb +3 -2
- data/lib/ynab/models/category.rb +7 -36
- data/lib/ynab/models/category_group.rb +3 -2
- data/lib/ynab/models/category_group_with_categories.rb +3 -2
- data/lib/ynab/models/category_response.rb +3 -2
- data/lib/ynab/models/category_response_data.rb +3 -2
- data/lib/ynab/models/currency_format.rb +3 -2
- data/lib/ynab/models/date_format.rb +3 -2
- data/lib/ynab/models/error_detail.rb +3 -2
- data/lib/ynab/models/error_response.rb +3 -2
- data/lib/ynab/models/hybrid_transaction.rb +4 -58
- data/lib/ynab/models/hybrid_transactions_response.rb +3 -2
- data/lib/ynab/models/hybrid_transactions_response_data.rb +3 -2
- data/lib/ynab/models/month_detail.rb +5 -14
- data/lib/ynab/models/month_detail_response.rb +3 -2
- data/lib/ynab/models/month_detail_response_data.rb +3 -2
- data/lib/ynab/models/month_summaries_response.rb +3 -2
- data/lib/ynab/models/month_summaries_response_data.rb +3 -2
- data/lib/ynab/models/month_summary.rb +5 -14
- data/lib/ynab/models/payee.rb +4 -8
- data/lib/ynab/models/payee_location.rb +3 -2
- data/lib/ynab/models/payee_location_response.rb +3 -2
- data/lib/ynab/models/payee_location_response_data.rb +3 -2
- data/lib/ynab/models/payee_locations_response.rb +3 -2
- data/lib/ynab/models/payee_locations_response_data.rb +3 -2
- data/lib/ynab/models/payee_response.rb +3 -2
- data/lib/ynab/models/payee_response_data.rb +3 -2
- data/lib/ynab/models/payees_response.rb +3 -2
- data/lib/ynab/models/payees_response_data.rb +3 -2
- data/lib/ynab/models/save_category_response.rb +3 -2
- data/lib/ynab/models/save_category_response_data.rb +3 -2
- data/lib/ynab/models/save_month_category.rb +3 -2
- data/lib/ynab/models/save_month_category_wrapper.rb +3 -2
- data/lib/ynab/models/save_sub_transaction.rb +259 -0
- data/lib/ynab/models/save_transaction.rb +23 -10
- data/lib/ynab/models/save_transaction_wrapper.rb +3 -2
- data/lib/ynab/models/save_transactions_response.rb +3 -2
- data/lib/ynab/models/save_transactions_response_data.rb +4 -3
- data/lib/ynab/models/save_transactions_wrapper.rb +3 -2
- data/lib/ynab/models/scheduled_sub_transaction.rb +3 -22
- data/lib/ynab/models/scheduled_transaction_detail.rb +3 -37
- data/lib/ynab/models/scheduled_transaction_response.rb +3 -2
- data/lib/ynab/models/scheduled_transaction_response_data.rb +3 -2
- data/lib/ynab/models/scheduled_transaction_summary.rb +3 -27
- data/lib/ynab/models/scheduled_transactions_response.rb +3 -2
- data/lib/ynab/models/scheduled_transactions_response_data.rb +3 -2
- data/lib/ynab/models/sub_transaction.rb +22 -23
- data/lib/ynab/models/transaction_detail.rb +3 -52
- data/lib/ynab/models/transaction_response.rb +3 -2
- data/lib/ynab/models/transaction_response_data.rb +3 -2
- data/lib/ynab/models/transaction_summary.rb +3 -42
- data/lib/ynab/models/transactions_import_response.rb +189 -0
- data/lib/ynab/models/transactions_import_response_data.rb +192 -0
- data/lib/ynab/models/transactions_response.rb +3 -2
- data/lib/ynab/models/transactions_response_data.rb +3 -2
- data/lib/ynab/models/update_transaction.rb +415 -0
- data/lib/ynab/models/update_transactions_wrapper.rb +191 -0
- data/lib/ynab/models/user.rb +3 -2
- data/lib/ynab/models/user_response.rb +3 -2
- data/lib/ynab/models/user_response_data.rb +3 -2
- data/lib/ynab/version.rb +1 -1
- data/spec/api/transactions_spec.rb +11 -0
- data/spec/fixtures/vcr_cassettes/import_transactions.yml +50 -0
- metadata +10 -3
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -88,7 +88,7 @@ module YNAB
|
|
88
88
|
return nil unless attributes.is_a?(Hash)
|
89
89
|
self.class.swagger_types.each_pair do |key, type|
|
90
90
|
if type =~ /\AArray<(.*)>/i
|
91
|
-
# check to ensure the input is an array given that the
|
91
|
+
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
94
94
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -184,5 +184,6 @@ module YNAB
|
|
184
184
|
value
|
185
185
|
end
|
186
186
|
end
|
187
|
+
|
187
188
|
end
|
188
189
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -88,7 +88,7 @@ module YNAB
|
|
88
88
|
return nil unless attributes.is_a?(Hash)
|
89
89
|
self.class.swagger_types.each_pair do |key, type|
|
90
90
|
if type =~ /\AArray<(.*)>/i
|
91
|
-
# check to ensure the input is an array given that the
|
91
|
+
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
94
94
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -184,5 +184,6 @@ module YNAB
|
|
184
184
|
value
|
185
185
|
end
|
186
186
|
end
|
187
|
+
|
187
188
|
end
|
188
189
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,7 +17,7 @@ module YNAB
|
|
17
17
|
# The list of Transaction ids that were created.
|
18
18
|
attr_accessor :transaction_ids
|
19
19
|
|
20
|
-
# If any Transactions were not created because they had an import_id matching a transaction already on the same account, the specified import_id(s) will be included in this list.
|
20
|
+
# If any Transactions were not created because they had an `import_id` matching a transaction already on the same account, the specified import_id(s) will be included in this list.
|
21
21
|
attr_accessor :duplicate_import_ids
|
22
22
|
|
23
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -108,7 +108,7 @@ module YNAB
|
|
108
108
|
return nil unless attributes.is_a?(Hash)
|
109
109
|
self.class.swagger_types.each_pair do |key, type|
|
110
110
|
if type =~ /\AArray<(.*)>/i
|
111
|
-
# check to ensure the input is an array given that the
|
111
|
+
# check to ensure the input is an array given that the attribute
|
112
112
|
# is documented as an array but the input is not
|
113
113
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
114
114
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -204,5 +204,6 @@ module YNAB
|
|
204
204
|
value
|
205
205
|
end
|
206
206
|
end
|
207
|
+
|
207
208
|
end
|
208
209
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -90,7 +90,7 @@ module YNAB
|
|
90
90
|
return nil unless attributes.is_a?(Hash)
|
91
91
|
self.class.swagger_types.each_pair do |key, type|
|
92
92
|
if type =~ /\AArray<(.*)>/i
|
93
|
-
# check to ensure the input is an array given that the
|
93
|
+
# check to ensure the input is an array given that the attribute
|
94
94
|
# is documented as an array but the input is not
|
95
95
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
96
96
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -186,5 +186,6 @@ module YNAB
|
|
186
186
|
value
|
187
187
|
end
|
188
188
|
end
|
189
|
+
|
189
190
|
end
|
190
191
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -88,7 +88,7 @@ module YNAB
|
|
88
88
|
return nil unless attributes.is_a?(Hash)
|
89
89
|
self.class.swagger_types.each_pair do |key, type|
|
90
90
|
if type =~ /\AArray<(.*)>/i
|
91
|
-
# check to ensure the input is an array given that the
|
91
|
+
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
94
94
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -184,5 +184,6 @@ module YNAB
|
|
184
184
|
value
|
185
185
|
end
|
186
186
|
end
|
187
|
+
|
187
188
|
end
|
188
189
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -105,7 +105,7 @@ module YNAB
|
|
105
105
|
return nil unless attributes.is_a?(Hash)
|
106
106
|
self.class.swagger_types.each_pair do |key, type|
|
107
107
|
if type =~ /\AArray<(.*)>/i
|
108
|
-
# check to ensure the input is an array given that the
|
108
|
+
# check to ensure the input is an array given that the attribute
|
109
109
|
# is documented as an array but the input is not
|
110
110
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
111
111
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -201,5 +201,6 @@ module YNAB
|
|
201
201
|
value
|
202
202
|
end
|
203
203
|
end
|
204
|
+
|
204
205
|
end
|
205
206
|
end
|
data/lib/ynab/models/category.rb
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -37,7 +37,7 @@ module YNAB
|
|
37
37
|
# Balance in milliunits format
|
38
38
|
attr_accessor :balance
|
39
39
|
|
40
|
-
# The type of goal, if the
|
40
|
+
# The type of goal, if the category has a goal (TB='Target Category Balance', TBD='Target Category Balance by Date', MF='Monthly Funding', NEED='Plan Your Spending')
|
41
41
|
attr_accessor :goal_type
|
42
42
|
|
43
43
|
# The month a goal was created
|
@@ -46,7 +46,7 @@ module YNAB
|
|
46
46
|
# The goal target amount in milliunits
|
47
47
|
attr_accessor :goal_target
|
48
48
|
|
49
|
-
#
|
49
|
+
# The target month for the goal to be completed. Only some goal types specify this date.
|
50
50
|
attr_accessor :goal_target_month
|
51
51
|
|
52
52
|
# The percentage completion of the goal
|
@@ -208,10 +208,6 @@ module YNAB
|
|
208
208
|
invalid_properties.push('invalid value for "hidden", hidden cannot be nil.')
|
209
209
|
end
|
210
210
|
|
211
|
-
if @note.nil?
|
212
|
-
invalid_properties.push('invalid value for "note", note cannot be nil.')
|
213
|
-
end
|
214
|
-
|
215
211
|
if @budgeted.nil?
|
216
212
|
invalid_properties.push('invalid value for "budgeted", budgeted cannot be nil.')
|
217
213
|
end
|
@@ -224,26 +220,6 @@ module YNAB
|
|
224
220
|
invalid_properties.push('invalid value for "balance", balance cannot be nil.')
|
225
221
|
end
|
226
222
|
|
227
|
-
if @goal_type.nil?
|
228
|
-
invalid_properties.push('invalid value for "goal_type", goal_type cannot be nil.')
|
229
|
-
end
|
230
|
-
|
231
|
-
if @goal_creation_month.nil?
|
232
|
-
invalid_properties.push('invalid value for "goal_creation_month", goal_creation_month cannot be nil.')
|
233
|
-
end
|
234
|
-
|
235
|
-
if @goal_target.nil?
|
236
|
-
invalid_properties.push('invalid value for "goal_target", goal_target cannot be nil.')
|
237
|
-
end
|
238
|
-
|
239
|
-
if @goal_target_month.nil?
|
240
|
-
invalid_properties.push('invalid value for "goal_target_month", goal_target_month cannot be nil.')
|
241
|
-
end
|
242
|
-
|
243
|
-
if @goal_percentage_complete.nil?
|
244
|
-
invalid_properties.push('invalid value for "goal_percentage_complete", goal_percentage_complete cannot be nil.')
|
245
|
-
end
|
246
|
-
|
247
223
|
if @deleted.nil?
|
248
224
|
invalid_properties.push('invalid value for "deleted", deleted cannot be nil.')
|
249
225
|
end
|
@@ -258,17 +234,11 @@ module YNAB
|
|
258
234
|
return false if @category_group_id.nil?
|
259
235
|
return false if @name.nil?
|
260
236
|
return false if @hidden.nil?
|
261
|
-
return false if @note.nil?
|
262
237
|
return false if @budgeted.nil?
|
263
238
|
return false if @activity.nil?
|
264
239
|
return false if @balance.nil?
|
265
|
-
|
266
|
-
goal_type_validator = EnumAttributeValidator.new('String', ['TB', 'TBD', 'MF'])
|
240
|
+
goal_type_validator = EnumAttributeValidator.new('String', ['TB', 'TBD', 'MF', 'NEED'])
|
267
241
|
return false unless goal_type_validator.valid?(@goal_type)
|
268
|
-
return false if @goal_creation_month.nil?
|
269
|
-
return false if @goal_target.nil?
|
270
|
-
return false if @goal_target_month.nil?
|
271
|
-
return false if @goal_percentage_complete.nil?
|
272
242
|
return false if @deleted.nil?
|
273
243
|
true
|
274
244
|
end
|
@@ -276,7 +246,7 @@ module YNAB
|
|
276
246
|
# Custom attribute writer method checking allowed values (enum).
|
277
247
|
# @param [Object] goal_type Object to be assigned
|
278
248
|
def goal_type=(goal_type)
|
279
|
-
validator = EnumAttributeValidator.new('String', ['TB', 'TBD', 'MF'])
|
249
|
+
validator = EnumAttributeValidator.new('String', ['TB', 'TBD', 'MF', 'NEED'])
|
280
250
|
unless validator.valid?(goal_type)
|
281
251
|
fail ArgumentError, 'invalid value for "goal_type", must be one of #{validator.allowable_values}.'
|
282
252
|
end
|
@@ -324,7 +294,7 @@ module YNAB
|
|
324
294
|
return nil unless attributes.is_a?(Hash)
|
325
295
|
self.class.swagger_types.each_pair do |key, type|
|
326
296
|
if type =~ /\AArray<(.*)>/i
|
327
|
-
# check to ensure the input is an array given that the
|
297
|
+
# check to ensure the input is an array given that the attribute
|
328
298
|
# is documented as an array but the input is not
|
329
299
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
330
300
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -420,5 +390,6 @@ module YNAB
|
|
420
390
|
value
|
421
391
|
end
|
422
392
|
end
|
393
|
+
|
423
394
|
end
|
424
395
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -132,7 +132,7 @@ module YNAB
|
|
132
132
|
return nil unless attributes.is_a?(Hash)
|
133
133
|
self.class.swagger_types.each_pair do |key, type|
|
134
134
|
if type =~ /\AArray<(.*)>/i
|
135
|
-
# check to ensure the input is an array given that the
|
135
|
+
# check to ensure the input is an array given that the attribute
|
136
136
|
# is documented as an array but the input is not
|
137
137
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
138
138
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -228,5 +228,6 @@ module YNAB
|
|
228
228
|
value
|
229
229
|
end
|
230
230
|
end
|
231
|
+
|
231
232
|
end
|
232
233
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -149,7 +149,7 @@ module YNAB
|
|
149
149
|
return nil unless attributes.is_a?(Hash)
|
150
150
|
self.class.swagger_types.each_pair do |key, type|
|
151
151
|
if type =~ /\AArray<(.*)>/i
|
152
|
-
# check to ensure the input is an array given that the
|
152
|
+
# check to ensure the input is an array given that the attribute
|
153
153
|
# is documented as an array but the input is not
|
154
154
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
155
155
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -245,5 +245,6 @@ module YNAB
|
|
245
245
|
value
|
246
246
|
end
|
247
247
|
end
|
248
|
+
|
248
249
|
end
|
249
250
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -88,7 +88,7 @@ module YNAB
|
|
88
88
|
return nil unless attributes.is_a?(Hash)
|
89
89
|
self.class.swagger_types.each_pair do |key, type|
|
90
90
|
if type =~ /\AArray<(.*)>/i
|
91
|
-
# check to ensure the input is an array given that the
|
91
|
+
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
94
94
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -184,5 +184,6 @@ module YNAB
|
|
184
184
|
value
|
185
185
|
end
|
186
186
|
end
|
187
|
+
|
187
188
|
end
|
188
189
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -88,7 +88,7 @@ module YNAB
|
|
88
88
|
return nil unless attributes.is_a?(Hash)
|
89
89
|
self.class.swagger_types.each_pair do |key, type|
|
90
90
|
if type =~ /\AArray<(.*)>/i
|
91
|
-
# check to ensure the input is an array given that the
|
91
|
+
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
94
94
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -184,5 +184,6 @@ module YNAB
|
|
184
184
|
value
|
185
185
|
end
|
186
186
|
end
|
187
|
+
|
187
188
|
end
|
188
189
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -187,7 +187,7 @@ module YNAB
|
|
187
187
|
return nil unless attributes.is_a?(Hash)
|
188
188
|
self.class.swagger_types.each_pair do |key, type|
|
189
189
|
if type =~ /\AArray<(.*)>/i
|
190
|
-
# check to ensure the input is an array given that the
|
190
|
+
# check to ensure the input is an array given that the attribute
|
191
191
|
# is documented as an array but the input is not
|
192
192
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
193
193
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -283,5 +283,6 @@ module YNAB
|
|
283
283
|
value
|
284
284
|
end
|
285
285
|
end
|
286
|
+
|
286
287
|
end
|
287
288
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -89,7 +89,7 @@ module YNAB
|
|
89
89
|
return nil unless attributes.is_a?(Hash)
|
90
90
|
self.class.swagger_types.each_pair do |key, type|
|
91
91
|
if type =~ /\AArray<(.*)>/i
|
92
|
-
# check to ensure the input is an array given that the
|
92
|
+
# check to ensure the input is an array given that the attribute
|
93
93
|
# is documented as an array but the input is not
|
94
94
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
95
95
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -185,5 +185,6 @@ module YNAB
|
|
185
185
|
value
|
186
186
|
end
|
187
187
|
end
|
188
|
+
|
188
189
|
end
|
189
190
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -116,7 +116,7 @@ module YNAB
|
|
116
116
|
return nil unless attributes.is_a?(Hash)
|
117
117
|
self.class.swagger_types.each_pair do |key, type|
|
118
118
|
if type =~ /\AArray<(.*)>/i
|
119
|
-
# check to ensure the input is an array given that the
|
119
|
+
# check to ensure the input is an array given that the attribute
|
120
120
|
# is documented as an array but the input is not
|
121
121
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
122
122
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -212,5 +212,6 @@ module YNAB
|
|
212
212
|
value
|
213
213
|
end
|
214
214
|
end
|
215
|
+
|
215
216
|
end
|
216
217
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.14
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -88,7 +88,7 @@ module YNAB
|
|
88
88
|
return nil unless attributes.is_a?(Hash)
|
89
89
|
self.class.swagger_types.each_pair do |key, type|
|
90
90
|
if type =~ /\AArray<(.*)>/i
|
91
|
-
# check to ensure the input is an array given that the
|
91
|
+
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
94
94
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
@@ -184,5 +184,6 @@ module YNAB
|
|
184
184
|
value
|
185
185
|
end
|
186
186
|
end
|
187
|
+
|
187
188
|
end
|
188
189
|
end
|