mx-platform-ruby 0.11.1 → 0.13.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.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/docs/CredentialResponse.md +3 -1
  4. data/docs/MxPlatformApi.md +0 -213
  5. data/lib/mx-platform-ruby/api/mx_platform_api.rb +0 -188
  6. data/lib/mx-platform-ruby/configuration.rb +0 -7
  7. data/lib/mx-platform-ruby/models/credential_response.rb +15 -5
  8. data/lib/mx-platform-ruby/version.rb +1 -1
  9. data/lib/mx-platform-ruby.rb +0 -7
  10. data/openapi/config.yml +1 -1
  11. data/spec/api/mx_platform_api_spec.rb +0 -36
  12. data/spec/models/credential_response_spec.rb +6 -0
  13. metadata +90 -118
  14. data/docs/PaymentAccountResponse.md +0 -30
  15. data/docs/PaymentAccountResponseBody.md +0 -18
  16. data/docs/PaymentProcessorAuthorizationCodeRequest.md +0 -22
  17. data/docs/PaymentProcessorAuthorizationCodeRequestBody.md +0 -18
  18. data/docs/PaymentProcessorAuthorizationCodeResponse.md +0 -18
  19. data/docs/PaymentProcessorAuthorizationCodeResponseBody.md +0 -18
  20. data/docs/PaymentProcessorTokenResponseBody.md +0 -22
  21. data/lib/mx-platform-ruby/models/payment_account_response.rb +0 -279
  22. data/lib/mx-platform-ruby/models/payment_account_response_body.rb +0 -218
  23. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb +0 -236
  24. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb +0 -218
  25. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb +0 -219
  26. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb +0 -218
  27. data/lib/mx-platform-ruby/models/payment_processor_token_response_body.rb +0 -239
  28. data/spec/models/payment_account_response_body_spec.rb +0 -34
  29. data/spec/models/payment_account_response_spec.rb +0 -70
  30. data/spec/models/payment_processor_authorization_code_request_body_spec.rb +0 -34
  31. data/spec/models/payment_processor_authorization_code_request_spec.rb +0 -46
  32. data/spec/models/payment_processor_authorization_code_response_body_spec.rb +0 -34
  33. data/spec/models/payment_processor_authorization_code_response_spec.rb +0 -34
  34. data/spec/models/payment_processor_token_response_body_spec.rb +0 -46
@@ -1,34 +0,0 @@
1
- =begin
2
- #MX Platform API
3
-
4
- #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse do
21
- let(:instance) { MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse.new }
22
-
23
- describe 'test an instance of PaymentProcessorAuthorizationCodeResponse' do
24
- it 'should create an instance of PaymentProcessorAuthorizationCodeResponse' do
25
- expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse)
26
- end
27
- end
28
- describe 'test attribute "authorization_code"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- end
@@ -1,46 +0,0 @@
1
- =begin
2
- #MX Platform API
3
-
4
- #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for MxPlatformRuby::PaymentProcessorTokenResponseBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe MxPlatformRuby::PaymentProcessorTokenResponseBody do
21
- let(:instance) { MxPlatformRuby::PaymentProcessorTokenResponseBody.new }
22
-
23
- describe 'test an instance of PaymentProcessorTokenResponseBody' do
24
- it 'should create an instance of PaymentProcessorTokenResponseBody' do
25
- expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorTokenResponseBody)
26
- end
27
- end
28
- describe 'test attribute "access_token"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "scope"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- describe 'test attribute "token_type"' do
41
- it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
- end
44
- end
45
-
46
- end