moneykit 0.0.2 → 0.0.3

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 (212) hide show
  1. checksums.yaml +4 -4
  2. data/lib/moneykit/api/access_token_api.rb +53 -55
  3. data/lib/moneykit/api/account_numbers_api.rb +24 -24
  4. data/lib/moneykit/api/accounts_api.rb +86 -80
  5. data/lib/moneykit/api/identity_api.rb +29 -28
  6. data/lib/moneykit/api/institutions_api.rb +50 -48
  7. data/lib/moneykit/api/link_session_api.rb +47 -50
  8. data/lib/moneykit/api/links_api.rb +74 -81
  9. data/lib/moneykit/api/products_api.rb +31 -33
  10. data/lib/moneykit/api/transactions_api.rb +112 -87
  11. data/lib/moneykit/api/users_api.rb +96 -79
  12. data/lib/moneykit/api_client.rb +64 -71
  13. data/lib/moneykit/api_error.rb +14 -16
  14. data/lib/moneykit/configuration.rb +42 -45
  15. data/lib/moneykit/models/account.rb +62 -78
  16. data/lib/moneykit/models/account_balances.rb +58 -63
  17. data/lib/moneykit/models/account_group.rb +47 -47
  18. data/lib/moneykit/models/account_identity.rb +69 -89
  19. data/lib/moneykit/models/account_numbers.rb +50 -49
  20. data/lib/moneykit/models/account_numbers_link_product.rb +52 -54
  21. data/lib/moneykit/models/account_numbers_product_settings.rb +49 -48
  22. data/lib/moneykit/models/account_type.rb +23 -23
  23. data/lib/moneykit/models/account_with_account_numbers.rb +68 -89
  24. data/lib/moneykit/models/accounts_link_product.rb +46 -46
  25. data/lib/moneykit/models/ach_number.rb +48 -49
  26. data/lib/moneykit/models/address.rb +66 -75
  27. data/lib/moneykit/models/api_error_auth_expired_access_token_response.rb +63 -62
  28. data/lib/moneykit/models/api_error_auth_unauthorized_response.rb +60 -62
  29. data/lib/moneykit/models/api_error_rate_limit_exceeded_response.rb +63 -62
  30. data/lib/moneykit/models/app.rb +46 -50
  31. data/lib/moneykit/models/bacs_number.rb +45 -46
  32. data/lib/moneykit/models/balances.rb +58 -64
  33. data/lib/moneykit/models/basic_account_details.rb +55 -61
  34. data/lib/moneykit/models/country.rb +13 -14
  35. data/lib/moneykit/models/create_link_session_request.rb +83 -96
  36. data/lib/moneykit/models/create_link_session_response.rb +40 -37
  37. data/lib/moneykit/models/currency.rb +193 -193
  38. data/lib/moneykit/models/cursor.rb +40 -39
  39. data/lib/moneykit/models/cursor_pagination.rb +40 -38
  40. data/lib/moneykit/models/cursors.rb +40 -39
  41. data/lib/moneykit/models/customer_app.rb +46 -49
  42. data/lib/moneykit/models/customer_user.rb +59 -69
  43. data/lib/moneykit/models/eft_number.rb +48 -52
  44. data/lib/moneykit/models/email.rb +46 -48
  45. data/lib/moneykit/models/email1.rb +50 -53
  46. data/lib/moneykit/models/exchange_token_request.rb +40 -37
  47. data/lib/moneykit/models/exchange_token_response.rb +46 -49
  48. data/lib/moneykit/models/generate_access_token_response.rb +51 -58
  49. data/lib/moneykit/models/get_account_numbers_response.rb +48 -53
  50. data/lib/moneykit/models/get_account_response.rb +47 -52
  51. data/lib/moneykit/models/get_accounts_response.rb +47 -50
  52. data/lib/moneykit/models/get_institutions_response.rb +47 -50
  53. data/lib/moneykit/models/get_transactions_response.rb +68 -87
  54. data/lib/moneykit/models/get_user_accounts_response.rb +42 -42
  55. data/lib/moneykit/models/get_user_links_response.rb +42 -42
  56. data/lib/moneykit/models/get_user_transactions_response.rb +64 -82
  57. data/lib/moneykit/models/http_validation_error.rb +68 -71
  58. data/lib/moneykit/models/identity.rb +49 -49
  59. data/lib/moneykit/models/identity_link_product.rb +52 -54
  60. data/lib/moneykit/models/identity_product_settings.rb +49 -48
  61. data/lib/moneykit/models/identity_response.rb +47 -50
  62. data/lib/moneykit/models/institution.rb +77 -96
  63. data/lib/moneykit/models/institution_error_not_found_response.rb +63 -64
  64. data/lib/moneykit/models/institution_styling_response.rb +77 -93
  65. data/lib/moneykit/models/international_number.rb +46 -49
  66. data/lib/moneykit/models/introspect_client_response.rb +61 -73
  67. data/lib/moneykit/models/jwk_set.rb +41 -42
  68. data/lib/moneykit/models/link.rb +78 -100
  69. data/lib/moneykit/models/link1.rb +78 -100
  70. data/lib/moneykit/models/link2.rb +78 -100
  71. data/lib/moneykit/models/link3.rb +78 -100
  72. data/lib/moneykit/models/link4.rb +78 -100
  73. data/lib/moneykit/models/link_common.rb +78 -99
  74. data/lib/moneykit/models/link_error.rb +19 -19
  75. data/lib/moneykit/models/link_error_bad_state_response.rb +64 -72
  76. data/lib/moneykit/models/link_error_deleted_response.rb +63 -64
  77. data/lib/moneykit/models/link_error_forbidden_action_response.rb +60 -62
  78. data/lib/moneykit/models/link_error_not_found_response.rb +63 -64
  79. data/lib/moneykit/models/link_error_unauthorized_access_response.rb +63 -64
  80. data/lib/moneykit/models/link_permission_scope.rb +14 -15
  81. data/lib/moneykit/models/link_permissions.rb +43 -43
  82. data/lib/moneykit/models/link_products.rb +52 -63
  83. data/lib/moneykit/models/link_response.rb +90 -118
  84. data/lib/moneykit/models/link_session_customer_user.rb +58 -68
  85. data/lib/moneykit/models/link_session_customer_user_email.rb +50 -52
  86. data/lib/moneykit/models/link_session_customer_user_phone.rb +60 -67
  87. data/lib/moneykit/models/link_session_error_forbidden_config_response.rb +60 -62
  88. data/lib/moneykit/models/link_session_error_invalid_token_exchange.rb +60 -62
  89. data/lib/moneykit/models/link_session_setting_overrides.rb +61 -72
  90. data/lib/moneykit/models/link_state.rb +15 -16
  91. data/lib/moneykit/models/link_state_changed_webhook.rb +110 -134
  92. data/lib/moneykit/models/location_inner.rb +41 -46
  93. data/lib/moneykit/models/money_kit_env.rb +12 -13
  94. data/lib/moneykit/models/money_link_features.rb +49 -48
  95. data/lib/moneykit/models/moneylink_features.rb +50 -49
  96. data/lib/moneykit/models/numbers.rb +60 -73
  97. data/lib/moneykit/models/owner.rb +59 -72
  98. data/lib/moneykit/models/phone.rb +60 -68
  99. data/lib/moneykit/models/phone_number.rb +55 -59
  100. data/lib/moneykit/models/phone_number_type.rb +14 -15
  101. data/lib/moneykit/models/product.rb +14 -15
  102. data/lib/moneykit/models/products.rb +52 -64
  103. data/lib/moneykit/models/products1.rb +48 -56
  104. data/lib/moneykit/models/products_settings.rb +48 -55
  105. data/lib/moneykit/models/provider.rb +15 -16
  106. data/lib/moneykit/models/refresh_products_request.rb +43 -45
  107. data/lib/moneykit/models/requested_link_permission.rb +52 -60
  108. data/lib/moneykit/models/response401_disconnect_links_id_delete.rb +71 -77
  109. data/lib/moneykit/models/response401_exchange_token_link_session_exchange_token_post.rb +66 -72
  110. data/lib/moneykit/models/response401_get_account_links_id_accounts_account_id_get.rb +71 -77
  111. data/lib/moneykit/models/response401_get_account_numbers_links_id_accounts_numbers_get.rb +71 -77
  112. data/lib/moneykit/models/response401_get_accounts_links_id_accounts_get.rb +71 -77
  113. data/lib/moneykit/models/response401_get_identities_links_id_identity_get.rb +71 -77
  114. data/lib/moneykit/models/response401_get_institution_institutions_institution_id_get.rb +66 -72
  115. data/lib/moneykit/models/response401_get_institution_styling_institutions_institution_id_styling_get.rb +66 -72
  116. data/lib/moneykit/models/response401_get_institutions_institutions_get.rb +66 -72
  117. data/lib/moneykit/models/response401_get_link_links_id_get.rb +71 -77
  118. data/lib/moneykit/models/response401_get_transactions_diff_links_id_transactions_sync_get.rb +71 -77
  119. data/lib/moneykit/models/response401_get_transactions_links_id_transactions_get.rb +71 -77
  120. data/lib/moneykit/models/response401_get_user_accounts_users_id_accounts_get.rb +66 -72
  121. data/lib/moneykit/models/response401_get_user_links_users_id_links_get.rb +66 -72
  122. data/lib/moneykit/models/response401_get_user_transactions_users_id_transactions_get.rb +66 -72
  123. data/lib/moneykit/models/response401_get_well_known_jwks_well_known_jwks_json_get.rb +66 -72
  124. data/lib/moneykit/models/response401_instrospect_client_auth_introspect_get.rb +66 -72
  125. data/lib/moneykit/models/response401_refresh_products_links_id_products_post.rb +71 -77
  126. data/lib/moneykit/models/response401_update_link_links_id_patch.rb +71 -77
  127. data/lib/moneykit/models/settings.rb +61 -73
  128. data/lib/moneykit/models/supported_version.rb +11 -12
  129. data/lib/moneykit/models/transaction.rb +87 -114
  130. data/lib/moneykit/models/transaction_diff.rb +54 -62
  131. data/lib/moneykit/models/transaction_sync_response.rb +57 -72
  132. data/lib/moneykit/models/transaction_type.rb +12 -13
  133. data/lib/moneykit/models/transaction_type_filter.rb +12 -13
  134. data/lib/moneykit/models/transactions.rb +58 -57
  135. data/lib/moneykit/models/transactions1.rb +55 -63
  136. data/lib/moneykit/models/transactions_link_product.rb +52 -54
  137. data/lib/moneykit/models/transactions_product_settings.rb +57 -56
  138. data/lib/moneykit/models/update_link_request.rb +53 -52
  139. data/lib/moneykit/models/user_accounts_out.rb +40 -40
  140. data/lib/moneykit/models/user_links_out.rb +40 -40
  141. data/lib/moneykit/models/user_transactions_paged_response.rb +40 -40
  142. data/lib/moneykit/models/validation_error.rb +53 -64
  143. data/lib/moneykit/version.rb +10 -12
  144. data/lib/moneykit.rb +9 -11
  145. data/lib/plaid_compatible/money_kit_plaid_compatible/api/plaid_api.rb +203 -207
  146. data/lib/plaid_compatible/money_kit_plaid_compatible/api_client.rb +75 -76
  147. data/lib/plaid_compatible/money_kit_plaid_compatible/api_error.rb +19 -19
  148. data/lib/plaid_compatible/money_kit_plaid_compatible/configuration.rb +38 -40
  149. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_balance.rb +59 -61
  150. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_base.rb +71 -87
  151. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_identity.rb +77 -98
  152. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_subtype.rb +85 -86
  153. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_type.rb +18 -19
  154. data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_request.rb +59 -61
  155. data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_request_options.rb +44 -41
  156. data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_response.rb +55 -60
  157. data/lib/plaid_compatible/money_kit_plaid_compatible/models/address.rb +49 -47
  158. data/lib/plaid_compatible/money_kit_plaid_compatible/models/address_data.rb +65 -69
  159. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_numbers.rb +63 -73
  160. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_request.rb +59 -61
  161. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_request_options.rb +44 -41
  162. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_response.rb +61 -72
  163. data/lib/plaid_compatible/money_kit_plaid_compatible/models/country_code.rb +15 -16
  164. data/lib/plaid_compatible/money_kit_plaid_compatible/models/email.rb +49 -50
  165. data/lib/plaid_compatible/money_kit_plaid_compatible/models/http_validation_error.rb +43 -41
  166. data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_request.rb +59 -61
  167. data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_request_options.rb +44 -41
  168. data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_response.rb +55 -60
  169. data/lib/plaid_compatible/money_kit_plaid_compatible/models/institution.rb +65 -71
  170. data/lib/plaid_compatible/money_kit_plaid_compatible/models/institutions_get_by_id_request.rb +60 -61
  171. data/lib/plaid_compatible/money_kit_plaid_compatible/models/institutions_get_by_id_response.rb +49 -50
  172. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item.rb +85 -96
  173. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_error_webhook.rb +65 -77
  174. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_get_request.rb +55 -55
  175. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_get_response.rb +55 -59
  176. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_public_token_exchange_request.rb +55 -55
  177. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_public_token_exchange_response.rb +54 -59
  178. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_remove_request.rb +55 -55
  179. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_remove_response.rb +44 -41
  180. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_investments.rb +49 -47
  181. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_last_webhook.rb +50 -48
  182. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_nullable.rb +55 -59
  183. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_transactions.rb +49 -47
  184. data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_request.rb +100 -121
  185. data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_request_user.rb +66 -66
  186. data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_response.rb +54 -59
  187. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_ach.rb +59 -65
  188. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_bacs.rb +54 -59
  189. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_eft.rb +59 -68
  190. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_international.rb +54 -59
  191. data/lib/plaid_compatible/money_kit_plaid_compatible/models/owner.rb +63 -73
  192. data/lib/plaid_compatible/money_kit_plaid_compatible/models/personal_finance_category.rb +49 -50
  193. data/lib/plaid_compatible/money_kit_plaid_compatible/models/phone_number.rb +54 -59
  194. data/lib/plaid_compatible/money_kit_plaid_compatible/models/plaid_error.rb +88 -103
  195. data/lib/plaid_compatible/money_kit_plaid_compatible/models/plaid_error_type.rb +26 -27
  196. data/lib/plaid_compatible/money_kit_plaid_compatible/models/products.rb +16 -17
  197. data/lib/plaid_compatible/money_kit_plaid_compatible/models/removed_transaction.rb +43 -39
  198. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transaction.rb +107 -134
  199. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_request.rb +69 -79
  200. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_request_options.rb +66 -68
  201. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_response.rb +65 -76
  202. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb +55 -55
  203. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_response.rb +44 -41
  204. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_request.rb +69 -75
  205. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_request_options.rb +50 -46
  206. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_response.rb +72 -89
  207. data/lib/plaid_compatible/money_kit_plaid_compatible/models/validation_error.rb +56 -65
  208. data/lib/plaid_compatible/money_kit_plaid_compatible/models/webhook_environment_values.rb +15 -16
  209. data/lib/plaid_compatible/money_kit_plaid_compatible/version.rb +13 -13
  210. data/lib/plaid_compatible/money_kit_plaid_compatible.rb +12 -12
  211. data/moneykit.gemspec +21 -25
  212. metadata +1 -1
@@ -1,19 +1,18 @@
1
- =begin
2
- #Plaid Compatibility Layer
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.1
10
-
11
- =end
1
+ # #Plaid Compatibility Layer
2
+ #
3
+ # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #
5
+ # The version of the OpenAPI document: 0.1.0
6
+ #
7
+ # Generated by: https://openapi-generator.tech
8
+ # OpenAPI Generator version: 5.1.1
9
+ #
12
10
 
13
11
  require 'date'
14
12
  require 'time'
15
13
 
16
- module MoneyKit::PlaidCompatible
14
+ module MoneyKit
15
+ module PlaidCompatible
17
16
  # A physical mailing address.
18
17
  class Address
19
18
  attr_accessor :data
@@ -24,8 +23,8 @@ module MoneyKit::PlaidCompatible
24
23
  # Attribute mapping from ruby-style variable name to JSON key.
25
24
  def self.attribute_map
26
25
  {
27
- :'data' => :'data',
28
- :'primary' => :'primary'
26
+ 'data': :data,
27
+ 'primary': :primary
29
28
  }
30
29
  end
31
30
 
@@ -37,49 +36,48 @@ module MoneyKit::PlaidCompatible
37
36
  # Attribute type mapping.
38
37
  def self.openapi_types
39
38
  {
40
- :'data' => :'AddressData',
41
- :'primary' => :'Boolean'
39
+ 'data': :AddressData,
40
+ 'primary': :Boolean
42
41
  }
43
42
  end
44
43
 
45
44
  # List of attributes with nullable: true
46
45
  def self.openapi_nullable
47
46
  Set.new([
48
- :'primary'
49
- ])
47
+ :primary
48
+ ])
50
49
  end
51
50
 
52
51
  # Initializes the object
53
52
  # @param [Hash] attributes Model attributes in the form of hash
54
53
  def initialize(attributes = {})
55
- if (!attributes.is_a?(Hash))
56
- fail ArgumentError, "The input argument (attributes) must be a hash in `MoneyKit::PlaidCompatible::Address` initialize method"
54
+ unless attributes.is_a?(Hash)
55
+ raise ArgumentError,
56
+ 'The input argument (attributes) must be a hash in `MoneyKit::PlaidCompatible::Address` initialize method'
57
57
  end
58
58
 
59
59
  # check to see if the attribute exists and convert string to symbol for hash key
60
- attributes = attributes.each_with_object({}) { |(k, v), h|
61
- if (!self.class.attribute_map.key?(k.to_sym))
62
- fail ArgumentError, "`#{k}` is not a valid attribute in `MoneyKit::PlaidCompatible::Address`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
60
+ attributes = attributes.each_with_object({}) do |(k, v), h|
61
+ unless self.class.attribute_map.key?(k.to_sym)
62
+ raise ArgumentError,
63
+ "`#{k}` is not a valid attribute in `MoneyKit::PlaidCompatible::Address`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
64
  end
64
- h[k.to_sym] = v
65
- }
66
65
 
67
- if attributes.key?(:'data')
68
- self.data = attributes[:'data']
66
+ h[k.to_sym] = v
69
67
  end
70
68
 
71
- if attributes.key?(:'primary')
72
- self.primary = attributes[:'primary']
73
- end
69
+ self.data = attributes[:data] if attributes.key?(:data)
70
+
71
+ return unless attributes.key?(:primary)
72
+
73
+ self.primary = attributes[:primary]
74
74
  end
75
75
 
76
76
  # Show invalid properties with the reasons. Usually used together with valid?
77
77
  # @return Array for valid properties with the reasons
78
78
  def list_invalid_properties
79
- invalid_properties = Array.new
80
- if @data.nil?
81
- invalid_properties.push('invalid value for "data", data cannot be nil.')
82
- end
79
+ invalid_properties = []
80
+ invalid_properties.push('invalid value for "data", data cannot be nil.') if @data.nil?
83
81
 
84
82
  invalid_properties
85
83
  end
@@ -88,22 +86,24 @@ module MoneyKit::PlaidCompatible
88
86
  # @return true if the model is valid
89
87
  def valid?
90
88
  return false if @data.nil?
89
+
91
90
  true
92
91
  end
93
92
 
94
93
  # Checks equality by comparing each attribute.
95
94
  # @param [Object] Object to be compared
96
- def ==(o)
97
- return true if self.equal?(o)
98
- self.class == o.class &&
99
- data == o.data &&
100
- primary == o.primary
95
+ def ==(other)
96
+ return true if equal?(other)
97
+
98
+ self.class == other.class &&
99
+ data == other.data &&
100
+ primary == other.primary
101
101
  end
102
102
 
103
103
  # @see the `==` method
104
104
  # @param [Object] Object to be compared
105
- def eql?(o)
106
- self == o
105
+ def eql?(other)
106
+ self == other
107
107
  end
108
108
 
109
109
  # Calculates hash code according to all attributes.
@@ -124,17 +124,20 @@ module MoneyKit::PlaidCompatible
124
124
  # @return [Object] Returns the model itself
125
125
  def build_from_hash(attributes)
126
126
  return nil unless attributes.is_a?(Hash)
127
+
127
128
  self.class.openapi_types.each_pair do |key, type|
128
129
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
129
- self.send("#{key}=", nil)
130
+ send("#{key}=", nil)
130
131
  elsif type =~ /\AArray<(.*)>/i
131
132
  # check to ensure the input is an array given that the attribute
132
133
  # is documented as an array but the input is not
133
134
  if attributes[self.class.attribute_map[key]].is_a?(Array)
134
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
135
+ send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
136
+ _deserialize(::Regexp.last_match(1), v)
137
+ end)
135
138
  end
136
139
  elsif !attributes[self.class.attribute_map[key]].nil?
137
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
140
+ send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
138
141
  end
139
142
  end
140
143
 
@@ -201,7 +204,7 @@ module MoneyKit::PlaidCompatible
201
204
  def to_hash
202
205
  hash = {}
203
206
  self.class.attribute_map.each_pair do |attr, param|
204
- value = self.send(attr)
207
+ value = send(attr)
205
208
  if value.nil?
206
209
  is_nullable = self.class.openapi_nullable.include?(attr)
207
210
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
@@ -229,7 +232,6 @@ module MoneyKit::PlaidCompatible
229
232
  value
230
233
  end
231
234
  end
232
-
233
235
  end
234
-
236
+ end
235
237
  end
@@ -1,19 +1,18 @@
1
- =begin
2
- #Plaid Compatibility Layer
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.1
10
-
11
- =end
1
+ # #Plaid Compatibility Layer
2
+ #
3
+ # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #
5
+ # The version of the OpenAPI document: 0.1.0
6
+ #
7
+ # Generated by: https://openapi-generator.tech
8
+ # OpenAPI Generator version: 5.1.1
9
+ #
12
10
 
13
11
  require 'date'
14
12
  require 'time'
15
13
 
16
- module MoneyKit::PlaidCompatible
14
+ module MoneyKit
15
+ module PlaidCompatible
17
16
  # Data about the components comprising an address.
18
17
  class AddressData
19
18
  # The full city name
@@ -34,11 +33,11 @@ module MoneyKit::PlaidCompatible
34
33
  # Attribute mapping from ruby-style variable name to JSON key.
35
34
  def self.attribute_map
36
35
  {
37
- :'city' => :'city',
38
- :'region' => :'region',
39
- :'street' => :'street',
40
- :'postal_code' => :'postal_code',
41
- :'country' => :'country'
36
+ 'city': :city,
37
+ 'region': :region,
38
+ 'street': :street,
39
+ 'postal_code': :postal_code,
40
+ 'country': :country
42
41
  }
43
42
  end
44
43
 
@@ -50,67 +49,60 @@ module MoneyKit::PlaidCompatible
50
49
  # Attribute type mapping.
51
50
  def self.openapi_types
52
51
  {
53
- :'city' => :'String',
54
- :'region' => :'String',
55
- :'street' => :'String',
56
- :'postal_code' => :'String',
57
- :'country' => :'String'
52
+ 'city': :String,
53
+ 'region': :String,
54
+ 'street': :String,
55
+ 'postal_code': :String,
56
+ 'country': :String
58
57
  }
59
58
  end
60
59
 
61
60
  # List of attributes with nullable: true
62
61
  def self.openapi_nullable
63
- Set.new([
64
- :'city',
65
- :'region',
66
- :'postal_code',
67
- :'country'
68
- ])
62
+ Set.new(%i[
63
+ city
64
+ region
65
+ postal_code
66
+ country
67
+ ])
69
68
  end
70
69
 
71
70
  # Initializes the object
72
71
  # @param [Hash] attributes Model attributes in the form of hash
73
72
  def initialize(attributes = {})
74
- if (!attributes.is_a?(Hash))
75
- fail ArgumentError, "The input argument (attributes) must be a hash in `MoneyKit::PlaidCompatible::AddressData` initialize method"
73
+ unless attributes.is_a?(Hash)
74
+ raise ArgumentError,
75
+ 'The input argument (attributes) must be a hash in `MoneyKit::PlaidCompatible::AddressData` initialize method'
76
76
  end
77
77
 
78
78
  # check to see if the attribute exists and convert string to symbol for hash key
79
- attributes = attributes.each_with_object({}) { |(k, v), h|
80
- if (!self.class.attribute_map.key?(k.to_sym))
81
- fail ArgumentError, "`#{k}` is not a valid attribute in `MoneyKit::PlaidCompatible::AddressData`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
79
+ attributes = attributes.each_with_object({}) do |(k, v), h|
80
+ unless self.class.attribute_map.key?(k.to_sym)
81
+ raise ArgumentError,
82
+ "`#{k}` is not a valid attribute in `MoneyKit::PlaidCompatible::AddressData`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
82
83
  end
83
- h[k.to_sym] = v
84
- }
85
84
 
86
- if attributes.key?(:'city')
87
- self.city = attributes[:'city']
85
+ h[k.to_sym] = v
88
86
  end
89
87
 
90
- if attributes.key?(:'region')
91
- self.region = attributes[:'region']
92
- end
88
+ self.city = attributes[:city] if attributes.key?(:city)
93
89
 
94
- if attributes.key?(:'street')
95
- self.street = attributes[:'street']
96
- end
90
+ self.region = attributes[:region] if attributes.key?(:region)
97
91
 
98
- if attributes.key?(:'postal_code')
99
- self.postal_code = attributes[:'postal_code']
100
- end
92
+ self.street = attributes[:street] if attributes.key?(:street)
101
93
 
102
- if attributes.key?(:'country')
103
- self.country = attributes[:'country']
104
- end
94
+ self.postal_code = attributes[:postal_code] if attributes.key?(:postal_code)
95
+
96
+ return unless attributes.key?(:country)
97
+
98
+ self.country = attributes[:country]
105
99
  end
106
100
 
107
101
  # Show invalid properties with the reasons. Usually used together with valid?
108
102
  # @return Array for valid properties with the reasons
109
103
  def list_invalid_properties
110
- invalid_properties = Array.new
111
- if @street.nil?
112
- invalid_properties.push('invalid value for "street", street cannot be nil.')
113
- end
104
+ invalid_properties = []
105
+ invalid_properties.push('invalid value for "street", street cannot be nil.') if @street.nil?
114
106
 
115
107
  invalid_properties
116
108
  end
@@ -119,25 +111,27 @@ module MoneyKit::PlaidCompatible
119
111
  # @return true if the model is valid
120
112
  def valid?
121
113
  return false if @street.nil?
114
+
122
115
  true
123
116
  end
124
117
 
125
118
  # Checks equality by comparing each attribute.
126
119
  # @param [Object] Object to be compared
127
- def ==(o)
128
- return true if self.equal?(o)
129
- self.class == o.class &&
130
- city == o.city &&
131
- region == o.region &&
132
- street == o.street &&
133
- postal_code == o.postal_code &&
134
- country == o.country
120
+ def ==(other)
121
+ return true if equal?(other)
122
+
123
+ self.class == other.class &&
124
+ city == other.city &&
125
+ region == other.region &&
126
+ street == other.street &&
127
+ postal_code == other.postal_code &&
128
+ country == other.country
135
129
  end
136
130
 
137
131
  # @see the `==` method
138
132
  # @param [Object] Object to be compared
139
- def eql?(o)
140
- self == o
133
+ def eql?(other)
134
+ self == other
141
135
  end
142
136
 
143
137
  # Calculates hash code according to all attributes.
@@ -158,17 +152,20 @@ module MoneyKit::PlaidCompatible
158
152
  # @return [Object] Returns the model itself
159
153
  def build_from_hash(attributes)
160
154
  return nil unless attributes.is_a?(Hash)
155
+
161
156
  self.class.openapi_types.each_pair do |key, type|
162
157
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
163
- self.send("#{key}=", nil)
158
+ send("#{key}=", nil)
164
159
  elsif type =~ /\AArray<(.*)>/i
165
160
  # check to ensure the input is an array given that the attribute
166
161
  # is documented as an array but the input is not
167
162
  if attributes[self.class.attribute_map[key]].is_a?(Array)
168
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
163
+ send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
164
+ _deserialize(::Regexp.last_match(1), v)
165
+ end)
169
166
  end
170
167
  elsif !attributes[self.class.attribute_map[key]].nil?
171
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
168
+ send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
172
169
  end
173
170
  end
174
171
 
@@ -235,7 +232,7 @@ module MoneyKit::PlaidCompatible
235
232
  def to_hash
236
233
  hash = {}
237
234
  self.class.attribute_map.each_pair do |attr, param|
238
- value = self.send(attr)
235
+ value = send(attr)
239
236
  if value.nil?
240
237
  is_nullable = self.class.openapi_nullable.include?(attr)
241
238
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
@@ -263,7 +260,6 @@ module MoneyKit::PlaidCompatible
263
260
  value
264
261
  end
265
262
  end
266
-
267
263
  end
268
-
264
+ end
269
265
  end
@@ -1,19 +1,18 @@
1
- =begin
2
- #Plaid Compatibility Layer
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.1
10
-
11
- =end
1
+ # #Plaid Compatibility Layer
2
+ #
3
+ # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #
5
+ # The version of the OpenAPI document: 0.1.0
6
+ #
7
+ # Generated by: https://openapi-generator.tech
8
+ # OpenAPI Generator version: 5.1.1
9
+ #
12
10
 
13
11
  require 'date'
14
12
  require 'time'
15
13
 
16
- module MoneyKit::PlaidCompatible
14
+ module MoneyKit
15
+ module PlaidCompatible
17
16
  # An object containing identifying numbers used for making electronic transfers to and from the `accounts`. The identifying number type (ACH, EFT, IBAN, or BACS) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by any `accounts` for which data has been requested, the array for that type will be empty.
18
17
  class AuthGetNumbers
19
18
  # An array of ACH numbers identifying accounts.
@@ -31,10 +30,10 @@ module MoneyKit::PlaidCompatible
31
30
  # Attribute mapping from ruby-style variable name to JSON key.
32
31
  def self.attribute_map
33
32
  {
34
- :'ach' => :'ach',
35
- :'eft' => :'eft',
36
- :'international' => :'international',
37
- :'bacs' => :'bacs'
33
+ 'ach': :ach,
34
+ 'eft': :eft,
35
+ 'international': :international,
36
+ 'bacs': :bacs
38
37
  }
39
38
  end
40
39
 
@@ -46,78 +45,65 @@ module MoneyKit::PlaidCompatible
46
45
  # Attribute type mapping.
47
46
  def self.openapi_types
48
47
  {
49
- :'ach' => :'Array<NumbersACH>',
50
- :'eft' => :'Array<NumbersEFT>',
51
- :'international' => :'Array<NumbersInternational>',
52
- :'bacs' => :'Array<NumbersBACS>'
48
+ 'ach': :'Array<NumbersACH>',
49
+ 'eft': :'Array<NumbersEFT>',
50
+ 'international': :'Array<NumbersInternational>',
51
+ 'bacs': :'Array<NumbersBACS>'
53
52
  }
54
53
  end
55
54
 
56
55
  # List of attributes with nullable: true
57
56
  def self.openapi_nullable
58
- Set.new([
59
- ])
57
+ Set.new([])
60
58
  end
61
59
 
62
60
  # Initializes the object
63
61
  # @param [Hash] attributes Model attributes in the form of hash
64
62
  def initialize(attributes = {})
65
- if (!attributes.is_a?(Hash))
66
- fail ArgumentError, "The input argument (attributes) must be a hash in `MoneyKit::PlaidCompatible::AuthGetNumbers` initialize method"
63
+ unless attributes.is_a?(Hash)
64
+ raise ArgumentError,
65
+ 'The input argument (attributes) must be a hash in `MoneyKit::PlaidCompatible::AuthGetNumbers` initialize method'
67
66
  end
68
67
 
69
68
  # check to see if the attribute exists and convert string to symbol for hash key
70
- attributes = attributes.each_with_object({}) { |(k, v), h|
71
- if (!self.class.attribute_map.key?(k.to_sym))
72
- fail ArgumentError, "`#{k}` is not a valid attribute in `MoneyKit::PlaidCompatible::AuthGetNumbers`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
69
+ attributes = attributes.each_with_object({}) do |(k, v), h|
70
+ unless self.class.attribute_map.key?(k.to_sym)
71
+ raise ArgumentError,
72
+ "`#{k}` is not a valid attribute in `MoneyKit::PlaidCompatible::AuthGetNumbers`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
73
73
  end
74
- h[k.to_sym] = v
75
- }
76
74
 
77
- if attributes.key?(:'ach')
78
- if (value = attributes[:'ach']).is_a?(Array)
79
- self.ach = value
80
- end
75
+ h[k.to_sym] = v
81
76
  end
82
77
 
83
- if attributes.key?(:'eft')
84
- if (value = attributes[:'eft']).is_a?(Array)
85
- self.eft = value
86
- end
78
+ if attributes.key?(:ach) && (value = attributes[:ach]).is_a?(Array)
79
+ self.ach = value
87
80
  end
88
81
 
89
- if attributes.key?(:'international')
90
- if (value = attributes[:'international']).is_a?(Array)
91
- self.international = value
92
- end
82
+ if attributes.key?(:eft) && (value = attributes[:eft]).is_a?(Array)
83
+ self.eft = value
93
84
  end
94
85
 
95
- if attributes.key?(:'bacs')
96
- if (value = attributes[:'bacs']).is_a?(Array)
97
- self.bacs = value
98
- end
86
+ if attributes.key?(:international) && (value = attributes[:international]).is_a?(Array)
87
+ self.international = value
99
88
  end
89
+
90
+ return unless attributes.key?(:bacs)
91
+ return unless (value = attributes[:bacs]).is_a?(Array)
92
+
93
+ self.bacs = value
100
94
  end
101
95
 
102
96
  # Show invalid properties with the reasons. Usually used together with valid?
103
97
  # @return Array for valid properties with the reasons
104
98
  def list_invalid_properties
105
- invalid_properties = Array.new
106
- if @ach.nil?
107
- invalid_properties.push('invalid value for "ach", ach cannot be nil.')
108
- end
99
+ invalid_properties = []
100
+ invalid_properties.push('invalid value for "ach", ach cannot be nil.') if @ach.nil?
109
101
 
110
- if @eft.nil?
111
- invalid_properties.push('invalid value for "eft", eft cannot be nil.')
112
- end
102
+ invalid_properties.push('invalid value for "eft", eft cannot be nil.') if @eft.nil?
113
103
 
114
- if @international.nil?
115
- invalid_properties.push('invalid value for "international", international cannot be nil.')
116
- end
104
+ invalid_properties.push('invalid value for "international", international cannot be nil.') if @international.nil?
117
105
 
118
- if @bacs.nil?
119
- invalid_properties.push('invalid value for "bacs", bacs cannot be nil.')
120
- end
106
+ invalid_properties.push('invalid value for "bacs", bacs cannot be nil.') if @bacs.nil?
121
107
 
122
108
  invalid_properties
123
109
  end
@@ -129,24 +115,26 @@ module MoneyKit::PlaidCompatible
129
115
  return false if @eft.nil?
130
116
  return false if @international.nil?
131
117
  return false if @bacs.nil?
118
+
132
119
  true
133
120
  end
134
121
 
135
122
  # Checks equality by comparing each attribute.
136
123
  # @param [Object] Object to be compared
137
- def ==(o)
138
- return true if self.equal?(o)
139
- self.class == o.class &&
140
- ach == o.ach &&
141
- eft == o.eft &&
142
- international == o.international &&
143
- bacs == o.bacs
124
+ def ==(other)
125
+ return true if equal?(other)
126
+
127
+ self.class == other.class &&
128
+ ach == other.ach &&
129
+ eft == other.eft &&
130
+ international == other.international &&
131
+ bacs == other.bacs
144
132
  end
145
133
 
146
134
  # @see the `==` method
147
135
  # @param [Object] Object to be compared
148
- def eql?(o)
149
- self == o
136
+ def eql?(other)
137
+ self == other
150
138
  end
151
139
 
152
140
  # Calculates hash code according to all attributes.
@@ -167,17 +155,20 @@ module MoneyKit::PlaidCompatible
167
155
  # @return [Object] Returns the model itself
168
156
  def build_from_hash(attributes)
169
157
  return nil unless attributes.is_a?(Hash)
158
+
170
159
  self.class.openapi_types.each_pair do |key, type|
171
160
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
172
- self.send("#{key}=", nil)
161
+ send("#{key}=", nil)
173
162
  elsif type =~ /\AArray<(.*)>/i
174
163
  # check to ensure the input is an array given that the attribute
175
164
  # is documented as an array but the input is not
176
165
  if attributes[self.class.attribute_map[key]].is_a?(Array)
177
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
166
+ send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
167
+ _deserialize(::Regexp.last_match(1), v)
168
+ end)
178
169
  end
179
170
  elsif !attributes[self.class.attribute_map[key]].nil?
180
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
171
+ send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
181
172
  end
182
173
  end
183
174
 
@@ -244,7 +235,7 @@ module MoneyKit::PlaidCompatible
244
235
  def to_hash
245
236
  hash = {}
246
237
  self.class.attribute_map.each_pair do |attr, param|
247
- value = self.send(attr)
238
+ value = send(attr)
248
239
  if value.nil?
249
240
  is_nullable = self.class.openapi_nullable.include?(attr)
250
241
  next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
@@ -272,7 +263,6 @@ module MoneyKit::PlaidCompatible
272
263
  value
273
264
  end
274
265
  end
275
-
276
266
  end
277
-
267
+ end
278
268
  end