mx-platform-ruby 1.4.0 → 1.5.0
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/Gemfile.lock +2 -2
- data/docs/AccountResponse.md +135 -7
- data/lib/mx-platform-ruby/models/account_response.rb +644 -4
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- data/spec/models/account_response_spec.rb +384 -0
- metadata +2 -2
data/openapi/config.yml
CHANGED
@@ -33,6 +33,12 @@ describe MxPlatformRuby::AccountResponse do
|
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
36
|
+
describe 'test attribute "account_number_set_by"' do
|
37
|
+
it 'should work' do
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
36
42
|
describe 'test attribute "account_ownership"' do
|
37
43
|
it 'should work' do
|
38
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -63,42 +69,90 @@ describe MxPlatformRuby::AccountResponse do
|
|
63
69
|
end
|
64
70
|
end
|
65
71
|
|
72
|
+
describe 'test attribute "apr_set_by"' do
|
73
|
+
it 'should work' do
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
66
78
|
describe 'test attribute "apy"' do
|
67
79
|
it 'should work' do
|
68
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
69
81
|
end
|
70
82
|
end
|
71
83
|
|
84
|
+
describe 'test attribute "apy_set_by"' do
|
85
|
+
it 'should work' do
|
86
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
72
90
|
describe 'test attribute "available_balance"' do
|
73
91
|
it 'should work' do
|
74
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
75
93
|
end
|
76
94
|
end
|
77
95
|
|
96
|
+
describe 'test attribute "available_balance_set_by"' do
|
97
|
+
it 'should work' do
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
78
102
|
describe 'test attribute "available_credit"' do
|
79
103
|
it 'should work' do
|
80
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
105
|
end
|
82
106
|
end
|
83
107
|
|
108
|
+
describe 'test attribute "available_credit_set_by"' do
|
109
|
+
it 'should work' do
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
84
114
|
describe 'test attribute "balance"' do
|
85
115
|
it 'should work' do
|
86
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
87
117
|
end
|
88
118
|
end
|
89
119
|
|
120
|
+
describe 'test attribute "balance_set_by"' do
|
121
|
+
it 'should work' do
|
122
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
describe 'test attribute "calculated_apr"' do
|
127
|
+
it 'should work' do
|
128
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
90
132
|
describe 'test attribute "cash_balance"' do
|
91
133
|
it 'should work' do
|
92
134
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
93
135
|
end
|
94
136
|
end
|
95
137
|
|
138
|
+
describe 'test attribute "cash_balance_set_by"' do
|
139
|
+
it 'should work' do
|
140
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
96
144
|
describe 'test attribute "cash_surrender_value"' do
|
97
145
|
it 'should work' do
|
98
146
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
99
147
|
end
|
100
148
|
end
|
101
149
|
|
150
|
+
describe 'test attribute "cash_surrender_value_set_by"' do
|
151
|
+
it 'should work' do
|
152
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
153
|
+
end
|
154
|
+
end
|
155
|
+
|
102
156
|
describe 'test attribute "created_at"' do
|
103
157
|
it 'should work' do
|
104
158
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -111,30 +165,240 @@ describe MxPlatformRuby::AccountResponse do
|
|
111
165
|
end
|
112
166
|
end
|
113
167
|
|
168
|
+
describe 'test attribute "credit_limit_set_by"' do
|
169
|
+
it 'should work' do
|
170
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
171
|
+
end
|
172
|
+
end
|
173
|
+
|
114
174
|
describe 'test attribute "currency_code"' do
|
115
175
|
it 'should work' do
|
116
176
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
117
177
|
end
|
118
178
|
end
|
119
179
|
|
180
|
+
describe 'test attribute "currency_code_set_by"' do
|
181
|
+
it 'should work' do
|
182
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
183
|
+
end
|
184
|
+
end
|
185
|
+
|
120
186
|
describe 'test attribute "day_payment_is_due"' do
|
121
187
|
it 'should work' do
|
122
188
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
123
189
|
end
|
124
190
|
end
|
125
191
|
|
192
|
+
describe 'test attribute "day_payment_is_due_set_by"' do
|
193
|
+
it 'should work' do
|
194
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
195
|
+
end
|
196
|
+
end
|
197
|
+
|
126
198
|
describe 'test attribute "death_benefit"' do
|
127
199
|
it 'should work' do
|
128
200
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
129
201
|
end
|
130
202
|
end
|
131
203
|
|
204
|
+
describe 'test attribute "death_benefit_set_by"' do
|
205
|
+
it 'should work' do
|
206
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
207
|
+
end
|
208
|
+
end
|
209
|
+
|
132
210
|
describe 'test attribute "federal_insurance_status"' do
|
133
211
|
it 'should work' do
|
134
212
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
135
213
|
end
|
136
214
|
end
|
137
215
|
|
216
|
+
describe 'test attribute "feed_account_number"' do
|
217
|
+
it 'should work' do
|
218
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
219
|
+
end
|
220
|
+
end
|
221
|
+
|
222
|
+
describe 'test attribute "feed_account_subtype"' do
|
223
|
+
it 'should work' do
|
224
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
describe 'test attribute "feed_account_type"' do
|
229
|
+
it 'should work' do
|
230
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
231
|
+
end
|
232
|
+
end
|
233
|
+
|
234
|
+
describe 'test attribute "feed_apr"' do
|
235
|
+
it 'should work' do
|
236
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
237
|
+
end
|
238
|
+
end
|
239
|
+
|
240
|
+
describe 'test attribute "feed_apy"' do
|
241
|
+
it 'should work' do
|
242
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
243
|
+
end
|
244
|
+
end
|
245
|
+
|
246
|
+
describe 'test attribute "feed_available_balance"' do
|
247
|
+
it 'should work' do
|
248
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
249
|
+
end
|
250
|
+
end
|
251
|
+
|
252
|
+
describe 'test attribute "feed_balance"' do
|
253
|
+
it 'should work' do
|
254
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
255
|
+
end
|
256
|
+
end
|
257
|
+
|
258
|
+
describe 'test attribute "feed_cash_balance"' do
|
259
|
+
it 'should work' do
|
260
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
261
|
+
end
|
262
|
+
end
|
263
|
+
|
264
|
+
describe 'test attribute "feed_cash_surrender_value"' do
|
265
|
+
it 'should work' do
|
266
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
267
|
+
end
|
268
|
+
end
|
269
|
+
|
270
|
+
describe 'test attribute "feed_credit_limit"' do
|
271
|
+
it 'should work' do
|
272
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
273
|
+
end
|
274
|
+
end
|
275
|
+
|
276
|
+
describe 'test attribute "feed_currency_code"' do
|
277
|
+
it 'should work' do
|
278
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
282
|
+
describe 'test attribute "feed_day_payment_is_due"' do
|
283
|
+
it 'should work' do
|
284
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
285
|
+
end
|
286
|
+
end
|
287
|
+
|
288
|
+
describe 'test attribute "feed_death_benefit"' do
|
289
|
+
it 'should work' do
|
290
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
291
|
+
end
|
292
|
+
end
|
293
|
+
|
294
|
+
describe 'test attribute "feed_holdings_value"' do
|
295
|
+
it 'should work' do
|
296
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
297
|
+
end
|
298
|
+
end
|
299
|
+
|
300
|
+
describe 'test attribute "feed_interest_rate"' do
|
301
|
+
it 'should work' do
|
302
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
303
|
+
end
|
304
|
+
end
|
305
|
+
|
306
|
+
describe 'test attribute "feed_is_closed"' do
|
307
|
+
it 'should work' do
|
308
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
309
|
+
end
|
310
|
+
end
|
311
|
+
|
312
|
+
describe 'test attribute "feed_last_payment"' do
|
313
|
+
it 'should work' do
|
314
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
315
|
+
end
|
316
|
+
end
|
317
|
+
|
318
|
+
describe 'test attribute "feed_last_payment_at"' do
|
319
|
+
it 'should work' do
|
320
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
321
|
+
end
|
322
|
+
end
|
323
|
+
|
324
|
+
describe 'test attribute "feed_loan_amount"' do
|
325
|
+
it 'should work' do
|
326
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
327
|
+
end
|
328
|
+
end
|
329
|
+
|
330
|
+
describe 'test attribute "feed_matures_on"' do
|
331
|
+
it 'should work' do
|
332
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
333
|
+
end
|
334
|
+
end
|
335
|
+
|
336
|
+
describe 'test attribute "feed_minimum_balance"' do
|
337
|
+
it 'should work' do
|
338
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
339
|
+
end
|
340
|
+
end
|
341
|
+
|
342
|
+
describe 'test attribute "feed_minimum_payment"' do
|
343
|
+
it 'should work' do
|
344
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
345
|
+
end
|
346
|
+
end
|
347
|
+
|
348
|
+
describe 'test attribute "feed_name"' do
|
349
|
+
it 'should work' do
|
350
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
351
|
+
end
|
352
|
+
end
|
353
|
+
|
354
|
+
describe 'test attribute "feed_nickname"' do
|
355
|
+
it 'should work' do
|
356
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
describe 'test attribute "feed_original_balance"' do
|
361
|
+
it 'should work' do
|
362
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
363
|
+
end
|
364
|
+
end
|
365
|
+
|
366
|
+
describe 'test attribute "feed_payment_due_at"' do
|
367
|
+
it 'should work' do
|
368
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
369
|
+
end
|
370
|
+
end
|
371
|
+
|
372
|
+
describe 'test attribute "feed_payoff_balance"' do
|
373
|
+
it 'should work' do
|
374
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
375
|
+
end
|
376
|
+
end
|
377
|
+
|
378
|
+
describe 'test attribute "feed_routing_number"' do
|
379
|
+
it 'should work' do
|
380
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
381
|
+
end
|
382
|
+
end
|
383
|
+
|
384
|
+
describe 'test attribute "feed_started_on"' do
|
385
|
+
it 'should work' do
|
386
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
387
|
+
end
|
388
|
+
end
|
389
|
+
|
390
|
+
describe 'test attribute "feed_statement_balance"' do
|
391
|
+
it 'should work' do
|
392
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
393
|
+
end
|
394
|
+
end
|
395
|
+
|
396
|
+
describe 'test attribute "feed_total_account_value"' do
|
397
|
+
it 'should work' do
|
398
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
399
|
+
end
|
400
|
+
end
|
401
|
+
|
138
402
|
describe 'test attribute "guid"' do
|
139
403
|
it 'should work' do
|
140
404
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -147,6 +411,12 @@ describe MxPlatformRuby::AccountResponse do
|
|
147
411
|
end
|
148
412
|
end
|
149
413
|
|
414
|
+
describe 'test attribute "holdings_value_set_by"' do
|
415
|
+
it 'should work' do
|
416
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
150
420
|
describe 'test attribute "id"' do
|
151
421
|
it 'should work' do
|
152
422
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -165,6 +435,12 @@ describe MxPlatformRuby::AccountResponse do
|
|
165
435
|
end
|
166
436
|
end
|
167
437
|
|
438
|
+
describe 'test attribute "institution_guid"' do
|
439
|
+
it 'should work' do
|
440
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
168
444
|
describe 'test attribute "insured_name"' do
|
169
445
|
it 'should work' do
|
170
446
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -177,12 +453,24 @@ describe MxPlatformRuby::AccountResponse do
|
|
177
453
|
end
|
178
454
|
end
|
179
455
|
|
456
|
+
describe 'test attribute "interest_rate_set_by"' do
|
457
|
+
it 'should work' do
|
458
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
459
|
+
end
|
460
|
+
end
|
461
|
+
|
180
462
|
describe 'test attribute "is_closed"' do
|
181
463
|
it 'should work' do
|
182
464
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
183
465
|
end
|
184
466
|
end
|
185
467
|
|
468
|
+
describe 'test attribute "is_closed_set_by"' do
|
469
|
+
it 'should work' do
|
470
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
471
|
+
end
|
472
|
+
end
|
473
|
+
|
186
474
|
describe 'test attribute "is_hidden"' do
|
187
475
|
it 'should work' do
|
188
476
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -201,18 +489,36 @@ describe MxPlatformRuby::AccountResponse do
|
|
201
489
|
end
|
202
490
|
end
|
203
491
|
|
492
|
+
describe 'test attribute "last_payment_set_by"' do
|
493
|
+
it 'should work' do
|
494
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
495
|
+
end
|
496
|
+
end
|
497
|
+
|
204
498
|
describe 'test attribute "last_payment_at"' do
|
205
499
|
it 'should work' do
|
206
500
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
207
501
|
end
|
208
502
|
end
|
209
503
|
|
504
|
+
describe 'test attribute "last_payment_at_set_by"' do
|
505
|
+
it 'should work' do
|
506
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
507
|
+
end
|
508
|
+
end
|
509
|
+
|
210
510
|
describe 'test attribute "loan_amount"' do
|
211
511
|
it 'should work' do
|
212
512
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
213
513
|
end
|
214
514
|
end
|
215
515
|
|
516
|
+
describe 'test attribute "loan_amount_set_by"' do
|
517
|
+
it 'should work' do
|
518
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
519
|
+
end
|
520
|
+
end
|
521
|
+
|
216
522
|
describe 'test attribute "margin_balance"' do
|
217
523
|
it 'should work' do
|
218
524
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -225,6 +531,12 @@ describe MxPlatformRuby::AccountResponse do
|
|
225
531
|
end
|
226
532
|
end
|
227
533
|
|
534
|
+
describe 'test attribute "matures_on_set_by"' do
|
535
|
+
it 'should work' do
|
536
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
537
|
+
end
|
538
|
+
end
|
539
|
+
|
228
540
|
describe 'test attribute "member_guid"' do
|
229
541
|
it 'should work' do
|
230
542
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -255,30 +567,60 @@ describe MxPlatformRuby::AccountResponse do
|
|
255
567
|
end
|
256
568
|
end
|
257
569
|
|
570
|
+
describe 'test attribute "minimum_balance_set_by"' do
|
571
|
+
it 'should work' do
|
572
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
573
|
+
end
|
574
|
+
end
|
575
|
+
|
258
576
|
describe 'test attribute "minimum_payment"' do
|
259
577
|
it 'should work' do
|
260
578
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
261
579
|
end
|
262
580
|
end
|
263
581
|
|
582
|
+
describe 'test attribute "minimum_payment_set_by"' do
|
583
|
+
it 'should work' do
|
584
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
264
588
|
describe 'test attribute "name"' do
|
265
589
|
it 'should work' do
|
266
590
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
267
591
|
end
|
268
592
|
end
|
269
593
|
|
594
|
+
describe 'test attribute "name_set_by"' do
|
595
|
+
it 'should work' do
|
596
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
597
|
+
end
|
598
|
+
end
|
599
|
+
|
270
600
|
describe 'test attribute "nickname"' do
|
271
601
|
it 'should work' do
|
272
602
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
273
603
|
end
|
274
604
|
end
|
275
605
|
|
606
|
+
describe 'test attribute "nickname_set_by"' do
|
607
|
+
it 'should work' do
|
608
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
276
612
|
describe 'test attribute "original_balance"' do
|
277
613
|
it 'should work' do
|
278
614
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
279
615
|
end
|
280
616
|
end
|
281
617
|
|
618
|
+
describe 'test attribute "original_balance_set_by"' do
|
619
|
+
it 'should work' do
|
620
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
282
624
|
describe 'test attribute "pay_out_amount"' do
|
283
625
|
it 'should work' do
|
284
626
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -291,12 +633,24 @@ describe MxPlatformRuby::AccountResponse do
|
|
291
633
|
end
|
292
634
|
end
|
293
635
|
|
636
|
+
describe 'test attribute "payment_due_at_set_by"' do
|
637
|
+
it 'should work' do
|
638
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
639
|
+
end
|
640
|
+
end
|
641
|
+
|
294
642
|
describe 'test attribute "payoff_balance"' do
|
295
643
|
it 'should work' do
|
296
644
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
297
645
|
end
|
298
646
|
end
|
299
647
|
|
648
|
+
describe 'test attribute "payoff_balance_set_by"' do
|
649
|
+
it 'should work' do
|
650
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
651
|
+
end
|
652
|
+
end
|
653
|
+
|
300
654
|
describe 'test attribute "premium_amount"' do
|
301
655
|
it 'should work' do
|
302
656
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -321,18 +675,36 @@ describe MxPlatformRuby::AccountResponse do
|
|
321
675
|
end
|
322
676
|
end
|
323
677
|
|
678
|
+
describe 'test attribute "started_on_set_by"' do
|
679
|
+
it 'should work' do
|
680
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
681
|
+
end
|
682
|
+
end
|
683
|
+
|
324
684
|
describe 'test attribute "statement_balance"' do
|
325
685
|
it 'should work' do
|
326
686
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
327
687
|
end
|
328
688
|
end
|
329
689
|
|
690
|
+
describe 'test attribute "statement_balance_set_by"' do
|
691
|
+
it 'should work' do
|
692
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
693
|
+
end
|
694
|
+
end
|
695
|
+
|
330
696
|
describe 'test attribute "subtype"' do
|
331
697
|
it 'should work' do
|
332
698
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
333
699
|
end
|
334
700
|
end
|
335
701
|
|
702
|
+
describe 'test attribute "subtype_set_by"' do
|
703
|
+
it 'should work' do
|
704
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
705
|
+
end
|
706
|
+
end
|
707
|
+
|
336
708
|
describe 'test attribute "today_ugl_amount"' do
|
337
709
|
it 'should work' do
|
338
710
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -351,6 +723,12 @@ describe MxPlatformRuby::AccountResponse do
|
|
351
723
|
end
|
352
724
|
end
|
353
725
|
|
726
|
+
describe 'test attribute "total_account_value_set_by"' do
|
727
|
+
it 'should work' do
|
728
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
729
|
+
end
|
730
|
+
end
|
731
|
+
|
354
732
|
describe 'test attribute "total_account_value_ugl"' do
|
355
733
|
it 'should work' do
|
356
734
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -363,6 +741,12 @@ describe MxPlatformRuby::AccountResponse do
|
|
363
741
|
end
|
364
742
|
end
|
365
743
|
|
744
|
+
describe 'test attribute "type_set_by"' do
|
745
|
+
it 'should work' do
|
746
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
747
|
+
end
|
748
|
+
end
|
749
|
+
|
366
750
|
describe 'test attribute "updated_at"' do
|
367
751
|
it 'should work' do
|
368
752
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mx-platform-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MX
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|