vrpayment-ruby-sdk 5.0.1

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 (1114) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/Gemfile.lock +55 -0
  4. data/LICENSE +201 -0
  5. data/README.md +176 -0
  6. data/Rakefile +14 -0
  7. data/lib/vrpayment-ruby-sdk/api/account_service_api.rb +398 -0
  8. data/lib/vrpayment-ruby-sdk/api/application_user_service_api.rb +398 -0
  9. data/lib/vrpayment-ruby-sdk/api/bank_account_service_api.rb +228 -0
  10. data/lib/vrpayment-ruby-sdk/api/bank_transaction_service_api.rb +228 -0
  11. data/lib/vrpayment-ruby-sdk/api/card_processing_service_api.rb +182 -0
  12. data/lib/vrpayment-ruby-sdk/api/charge_attempt_service_api.rb +228 -0
  13. data/lib/vrpayment-ruby-sdk/api/charge_bank_transaction_service_api.rb +228 -0
  14. data/lib/vrpayment-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +228 -0
  15. data/lib/vrpayment-ruby-sdk/api/charge_flow_level_service_api.rb +296 -0
  16. data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +509 -0
  17. data/lib/vrpayment-ruby-sdk/api/condition_type_service_api.rb +149 -0
  18. data/lib/vrpayment-ruby-sdk/api/country_service_api.rb +86 -0
  19. data/lib/vrpayment-ruby-sdk/api/country_state_service_api.rb +149 -0
  20. data/lib/vrpayment-ruby-sdk/api/currency_bank_account_service_api.rb +228 -0
  21. data/lib/vrpayment-ruby-sdk/api/currency_service_api.rb +86 -0
  22. data/lib/vrpayment-ruby-sdk/api/customer_address_service_api.rb +495 -0
  23. data/lib/vrpayment-ruby-sdk/api/customer_comment_service_api.rb +562 -0
  24. data/lib/vrpayment-ruby-sdk/api/customer_service_api.rb +428 -0
  25. data/lib/vrpayment-ruby-sdk/api/delivery_indication_service_api.rb +362 -0
  26. data/lib/vrpayment-ruby-sdk/api/document_template_service_api.rb +228 -0
  27. data/lib/vrpayment-ruby-sdk/api/document_template_type_service_api.rb +149 -0
  28. data/lib/vrpayment-ruby-sdk/api/dunning_case_level_service_api.rb +228 -0
  29. data/lib/vrpayment-ruby-sdk/api/dunning_case_service_api.rb +366 -0
  30. data/lib/vrpayment-ruby-sdk/api/dunning_flow_level_service_api.rb +228 -0
  31. data/lib/vrpayment-ruby-sdk/api/dunning_flow_service_api.rb +228 -0
  32. data/lib/vrpayment-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +228 -0
  33. data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +460 -0
  34. data/lib/vrpayment-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +228 -0
  35. data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_invoice_link_service_api.rb +376 -0
  36. data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_service_api.rb +429 -0
  37. data/lib/vrpayment-ruby-sdk/api/invoice_reimbursement_service_api.rb +373 -0
  38. data/lib/vrpayment-ruby-sdk/api/label_description_group_service_api.rb +149 -0
  39. data/lib/vrpayment-ruby-sdk/api/label_description_service_api.rb +149 -0
  40. data/lib/vrpayment-ruby-sdk/api/language_service_api.rb +86 -0
  41. data/lib/vrpayment-ruby-sdk/api/legal_organization_form_service_api.rb +212 -0
  42. data/lib/vrpayment-ruby-sdk/api/manual_task_service_api.rb +228 -0
  43. data/lib/vrpayment-ruby-sdk/api/mertic_usage_service_api.rb +101 -0
  44. data/lib/vrpayment-ruby-sdk/api/payment_connector_configuration_service_api.rb +228 -0
  45. data/lib/vrpayment-ruby-sdk/api/payment_connector_service_api.rb +149 -0
  46. data/lib/vrpayment-ruby-sdk/api/payment_link_service_api.rb +428 -0
  47. data/lib/vrpayment-ruby-sdk/api/payment_method_brand_service_api.rb +149 -0
  48. data/lib/vrpayment-ruby-sdk/api/payment_method_configuration_service_api.rb +228 -0
  49. data/lib/vrpayment-ruby-sdk/api/payment_method_service_api.rb +149 -0
  50. data/lib/vrpayment-ruby-sdk/api/payment_processor_configuration_service_api.rb +228 -0
  51. data/lib/vrpayment-ruby-sdk/api/payment_processor_service_api.rb +149 -0
  52. data/lib/vrpayment-ruby-sdk/api/payment_terminal_service_api.rb +503 -0
  53. data/lib/vrpayment-ruby-sdk/api/payment_terminal_till_service_api.rb +180 -0
  54. data/lib/vrpayment-ruby-sdk/api/payment_terminal_transaction_summary_service_api.rb +295 -0
  55. data/lib/vrpayment-ruby-sdk/api/payment_web_app_service_api.rb +632 -0
  56. data/lib/vrpayment-ruby-sdk/api/permission_service_api.rb +149 -0
  57. data/lib/vrpayment-ruby-sdk/api/refund_bank_transaction_service_api.rb +228 -0
  58. data/lib/vrpayment-ruby-sdk/api/refund_comment_service_api.rb +498 -0
  59. data/lib/vrpayment-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +228 -0
  60. data/lib/vrpayment-ruby-sdk/api/refund_service_api.rb +572 -0
  61. data/lib/vrpayment-ruby-sdk/api/space_service_api.rb +398 -0
  62. data/lib/vrpayment-ruby-sdk/api/static_value_service_api.rb +149 -0
  63. data/lib/vrpayment-ruby-sdk/api/subscriber_service_api.rb +428 -0
  64. data/lib/vrpayment-ruby-sdk/api/subscription_affiliate_service_api.rb +428 -0
  65. data/lib/vrpayment-ruby-sdk/api/subscription_charge_service_api.rb +363 -0
  66. data/lib/vrpayment-ruby-sdk/api/subscription_ledger_entry_service_api.rb +295 -0
  67. data/lib/vrpayment-ruby-sdk/api/subscription_metric_service_api.rb +428 -0
  68. data/lib/vrpayment-ruby-sdk/api/subscription_metric_usage_service_api.rb +295 -0
  69. data/lib/vrpayment-ruby-sdk/api/subscription_period_bill_service_api.rb +228 -0
  70. data/lib/vrpayment-ruby-sdk/api/subscription_product_component_group_service_api.rb +428 -0
  71. data/lib/vrpayment-ruby-sdk/api/subscription_product_component_service_api.rb +428 -0
  72. data/lib/vrpayment-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +428 -0
  73. data/lib/vrpayment-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +428 -0
  74. data/lib/vrpayment-ruby-sdk/api/subscription_product_period_fee_service_api.rb +428 -0
  75. data/lib/vrpayment-ruby-sdk/api/subscription_product_retirement_service_api.rb +295 -0
  76. data/lib/vrpayment-ruby-sdk/api/subscription_product_service_api.rb +362 -0
  77. data/lib/vrpayment-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +428 -0
  78. data/lib/vrpayment-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +295 -0
  79. data/lib/vrpayment-ruby-sdk/api/subscription_product_version_service_api.rb +430 -0
  80. data/lib/vrpayment-ruby-sdk/api/subscription_service_api.rb +793 -0
  81. data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +363 -0
  82. data/lib/vrpayment-ruby-sdk/api/subscription_version_service_api.rb +228 -0
  83. data/lib/vrpayment-ruby-sdk/api/token_service_api.rb +768 -0
  84. data/lib/vrpayment-ruby-sdk/api/token_version_service_api.rb +296 -0
  85. data/lib/vrpayment-ruby-sdk/api/transaction_comment_service_api.rb +498 -0
  86. data/lib/vrpayment-ruby-sdk/api/transaction_completion_service_api.rb +498 -0
  87. data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +96 -0
  88. data/lib/vrpayment-ruby-sdk/api/transaction_invoice_comment_service_api.rb +498 -0
  89. data/lib/vrpayment-ruby-sdk/api/transaction_invoice_service_api.rb +645 -0
  90. data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +96 -0
  91. data/lib/vrpayment-ruby-sdk/api/transaction_line_item_version_service_api.rb +295 -0
  92. data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +91 -0
  93. data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +96 -0
  94. data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +1238 -0
  95. data/lib/vrpayment-ruby-sdk/api/transaction_terminal_service_api.rb +171 -0
  96. data/lib/vrpayment-ruby-sdk/api/transaction_void_service_api.rb +364 -0
  97. data/lib/vrpayment-ruby-sdk/api/user_account_role_service_api.rb +234 -0
  98. data/lib/vrpayment-ruby-sdk/api/user_space_role_service_api.rb +231 -0
  99. data/lib/vrpayment-ruby-sdk/api/web_app_service_api.rb +215 -0
  100. data/lib/vrpayment-ruby-sdk/api/webhook_encryption_service_api.rb +117 -0
  101. data/lib/vrpayment-ruby-sdk/api/webhook_listener_service_api.rb +428 -0
  102. data/lib/vrpayment-ruby-sdk/api/webhook_url_service_api.rb +428 -0
  103. data/lib/vrpayment-ruby-sdk/api_client.rb +423 -0
  104. data/lib/vrpayment-ruby-sdk/api_error.rb +43 -0
  105. data/lib/vrpayment-ruby-sdk/configuration.rb +143 -0
  106. data/lib/vrpayment-ruby-sdk/encryption_util.rb +40 -0
  107. data/lib/vrpayment-ruby-sdk/models/abstract_account_update.rb +234 -0
  108. data/lib/vrpayment-ruby-sdk/models/abstract_application_user_update.rb +225 -0
  109. data/lib/vrpayment-ruby-sdk/models/abstract_customer_active.rb +312 -0
  110. data/lib/vrpayment-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
  111. data/lib/vrpayment-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
  112. data/lib/vrpayment-ruby-sdk/models/abstract_human_user_update.rb +320 -0
  113. data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +309 -0
  114. data/lib/vrpayment-ruby-sdk/models/abstract_refund_comment_active.rb +205 -0
  115. data/lib/vrpayment-ruby-sdk/models/abstract_space_update.rb +286 -0
  116. data/lib/vrpayment-ruby-sdk/models/abstract_subscriber_update.rb +321 -0
  117. data/lib/vrpayment-ruby-sdk/models/abstract_subscription_affiliate_update.rb +246 -0
  118. data/lib/vrpayment-ruby-sdk/models/abstract_subscription_metric_update.rb +204 -0
  119. data/lib/vrpayment-ruby-sdk/models/abstract_subscription_product_active.rb +257 -0
  120. data/lib/vrpayment-ruby-sdk/models/abstract_token_update.rb +270 -0
  121. data/lib/vrpayment-ruby-sdk/models/abstract_transaction_comment_active.rb +205 -0
  122. data/lib/vrpayment-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +205 -0
  123. data/lib/vrpayment-ruby-sdk/models/abstract_transaction_pending.rb +486 -0
  124. data/lib/vrpayment-ruby-sdk/models/abstract_webhook_listener_update.rb +237 -0
  125. data/lib/vrpayment-ruby-sdk/models/abstract_webhook_url_update.rb +249 -0
  126. data/lib/vrpayment-ruby-sdk/models/account.rb +375 -0
  127. data/lib/vrpayment-ruby-sdk/models/account_create.rb +260 -0
  128. data/lib/vrpayment-ruby-sdk/models/account_state.rb +39 -0
  129. data/lib/vrpayment-ruby-sdk/models/account_type.rb +36 -0
  130. data/lib/vrpayment-ruby-sdk/models/account_update.rb +265 -0
  131. data/lib/vrpayment-ruby-sdk/models/address.rb +606 -0
  132. data/lib/vrpayment-ruby-sdk/models/address_create.rb +606 -0
  133. data/lib/vrpayment-ruby-sdk/models/application_user.rb +286 -0
  134. data/lib/vrpayment-ruby-sdk/models/application_user_create.rb +241 -0
  135. data/lib/vrpayment-ruby-sdk/models/application_user_create_with_mac_key.rb +296 -0
  136. data/lib/vrpayment-ruby-sdk/models/application_user_update.rb +256 -0
  137. data/lib/vrpayment-ruby-sdk/models/authenticated_card_data.rb +231 -0
  138. data/lib/vrpayment-ruby-sdk/models/authenticated_card_data_create.rb +368 -0
  139. data/lib/vrpayment-ruby-sdk/models/bank_account.rb +291 -0
  140. data/lib/vrpayment-ruby-sdk/models/bank_account_environment.rb +35 -0
  141. data/lib/vrpayment-ruby-sdk/models/bank_account_state.rb +37 -0
  142. data/lib/vrpayment-ruby-sdk/models/bank_account_type.rb +227 -0
  143. data/lib/vrpayment-ruby-sdk/models/bank_transaction.rb +397 -0
  144. data/lib/vrpayment-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
  145. data/lib/vrpayment-ruby-sdk/models/bank_transaction_source.rb +215 -0
  146. data/lib/vrpayment-ruby-sdk/models/bank_transaction_state.rb +35 -0
  147. data/lib/vrpayment-ruby-sdk/models/bank_transaction_type.rb +215 -0
  148. data/lib/vrpayment-ruby-sdk/models/billing_cycle_model.rb +251 -0
  149. data/lib/vrpayment-ruby-sdk/models/billing_cycle_type.rb +37 -0
  150. data/lib/vrpayment-ruby-sdk/models/billing_day_customization.rb +35 -0
  151. data/lib/vrpayment-ruby-sdk/models/card_authentication_response.rb +38 -0
  152. data/lib/vrpayment-ruby-sdk/models/card_authentication_version.rb +35 -0
  153. data/lib/vrpayment-ruby-sdk/models/card_cryptogram.rb +201 -0
  154. data/lib/vrpayment-ruby-sdk/models/card_cryptogram_create.rb +206 -0
  155. data/lib/vrpayment-ruby-sdk/models/cardholder_authentication.rb +231 -0
  156. data/lib/vrpayment-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
  157. data/lib/vrpayment-ruby-sdk/models/charge.rb +321 -0
  158. data/lib/vrpayment-ruby-sdk/models/charge_attempt.rb +488 -0
  159. data/lib/vrpayment-ruby-sdk/models/charge_attempt_environment.rb +35 -0
  160. data/lib/vrpayment-ruby-sdk/models/charge_attempt_state.rb +36 -0
  161. data/lib/vrpayment-ruby-sdk/models/charge_bank_transaction.rb +291 -0
  162. data/lib/vrpayment-ruby-sdk/models/charge_flow.rb +263 -0
  163. data/lib/vrpayment-ruby-sdk/models/charge_flow_level.rb +311 -0
  164. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration.rb +296 -0
  165. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration_type.rb +227 -0
  166. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_payment_link.rb +221 -0
  167. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_state.rb +36 -0
  168. data/lib/vrpayment-ruby-sdk/models/charge_state.rb +36 -0
  169. data/lib/vrpayment-ruby-sdk/models/charge_type.rb +37 -0
  170. data/lib/vrpayment-ruby-sdk/models/client_error.rb +231 -0
  171. data/lib/vrpayment-ruby-sdk/models/client_error_type.rb +36 -0
  172. data/lib/vrpayment-ruby-sdk/models/completion_line_item.rb +226 -0
  173. data/lib/vrpayment-ruby-sdk/models/completion_line_item_create.rb +245 -0
  174. data/lib/vrpayment-ruby-sdk/models/condition.rb +266 -0
  175. data/lib/vrpayment-ruby-sdk/models/condition_type.rb +215 -0
  176. data/lib/vrpayment-ruby-sdk/models/connector_invocation.rb +261 -0
  177. data/lib/vrpayment-ruby-sdk/models/connector_invocation_stage.rb +37 -0
  178. data/lib/vrpayment-ruby-sdk/models/creation_entity_state.rb +38 -0
  179. data/lib/vrpayment-ruby-sdk/models/criteria_operator.rb +45 -0
  180. data/lib/vrpayment-ruby-sdk/models/currency_bank_account.rb +241 -0
  181. data/lib/vrpayment-ruby-sdk/models/customer.rb +353 -0
  182. data/lib/vrpayment-ruby-sdk/models/customer_active.rb +343 -0
  183. data/lib/vrpayment-ruby-sdk/models/customer_address.rb +261 -0
  184. data/lib/vrpayment-ruby-sdk/models/customer_address_active.rb +231 -0
  185. data/lib/vrpayment-ruby-sdk/models/customer_address_create.rb +216 -0
  186. data/lib/vrpayment-ruby-sdk/models/customer_address_type.rb +36 -0
  187. data/lib/vrpayment-ruby-sdk/models/customer_comment.rb +296 -0
  188. data/lib/vrpayment-ruby-sdk/models/customer_comment_active.rb +236 -0
  189. data/lib/vrpayment-ruby-sdk/models/customer_comment_create.rb +221 -0
  190. data/lib/vrpayment-ruby-sdk/models/customer_create.rb +313 -0
  191. data/lib/vrpayment-ruby-sdk/models/customer_postal_address.rb +606 -0
  192. data/lib/vrpayment-ruby-sdk/models/customer_postal_address_create.rb +606 -0
  193. data/lib/vrpayment-ruby-sdk/models/customers_presence.rb +36 -0
  194. data/lib/vrpayment-ruby-sdk/models/data_collection_type.rb +35 -0
  195. data/lib/vrpayment-ruby-sdk/models/delivery_indication.rb +321 -0
  196. data/lib/vrpayment-ruby-sdk/models/delivery_indication_decision_reason.rb +215 -0
  197. data/lib/vrpayment-ruby-sdk/models/delivery_indication_state.rb +37 -0
  198. data/lib/vrpayment-ruby-sdk/models/displayable_day_of_week.rb +40 -0
  199. data/lib/vrpayment-ruby-sdk/models/displayable_month.rb +45 -0
  200. data/lib/vrpayment-ruby-sdk/models/document_template.rb +306 -0
  201. data/lib/vrpayment-ruby-sdk/models/document_template_type.rb +235 -0
  202. data/lib/vrpayment-ruby-sdk/models/document_template_type_group.rb +203 -0
  203. data/lib/vrpayment-ruby-sdk/models/dunning_case.rb +311 -0
  204. data/lib/vrpayment-ruby-sdk/models/dunning_case_level.rb +351 -0
  205. data/lib/vrpayment-ruby-sdk/models/dunning_case_level_state.rb +38 -0
  206. data/lib/vrpayment-ruby-sdk/models/dunning_case_state.rb +39 -0
  207. data/lib/vrpayment-ruby-sdk/models/dunning_condition.rb +266 -0
  208. data/lib/vrpayment-ruby-sdk/models/dunning_condition_type.rb +215 -0
  209. data/lib/vrpayment-ruby-sdk/models/dunning_flow.rb +273 -0
  210. data/lib/vrpayment-ruby-sdk/models/dunning_flow_level.rb +330 -0
  211. data/lib/vrpayment-ruby-sdk/models/dunning_flow_level_processor.rb +225 -0
  212. data/lib/vrpayment-ruby-sdk/models/dunning_flow_type.rb +225 -0
  213. data/lib/vrpayment-ruby-sdk/models/entity_export_request.rb +208 -0
  214. data/lib/vrpayment-ruby-sdk/models/entity_query.rb +233 -0
  215. data/lib/vrpayment-ruby-sdk/models/entity_query_filter.rb +238 -0
  216. data/lib/vrpayment-ruby-sdk/models/entity_query_filter_type.rb +36 -0
  217. data/lib/vrpayment-ruby-sdk/models/entity_query_order_by.rb +211 -0
  218. data/lib/vrpayment-ruby-sdk/models/entity_query_order_by_type.rb +35 -0
  219. data/lib/vrpayment-ruby-sdk/models/environment.rb +35 -0
  220. data/lib/vrpayment-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
  221. data/lib/vrpayment-ruby-sdk/models/failure_category.rb +38 -0
  222. data/lib/vrpayment-ruby-sdk/models/failure_reason.rb +225 -0
  223. data/lib/vrpayment-ruby-sdk/models/feature.rb +277 -0
  224. data/lib/vrpayment-ruby-sdk/models/feature_category.rb +225 -0
  225. data/lib/vrpayment-ruby-sdk/models/gender.rb +35 -0
  226. data/lib/vrpayment-ruby-sdk/models/human_user.rb +361 -0
  227. data/lib/vrpayment-ruby-sdk/models/human_user_create.rb +331 -0
  228. data/lib/vrpayment-ruby-sdk/models/human_user_update.rb +351 -0
  229. data/lib/vrpayment-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
  230. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record.rb +571 -0
  231. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_invoice_link.rb +241 -0
  232. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_rejection_status.rb +36 -0
  233. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_state.rb +38 -0
  234. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_type.rb +215 -0
  235. data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement.rb +401 -0
  236. data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_state.rb +38 -0
  237. data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_with_refund_reference.rb +411 -0
  238. data/lib/vrpayment-ruby-sdk/models/label.rb +211 -0
  239. data/lib/vrpayment-ruby-sdk/models/label_descriptor.rb +267 -0
  240. data/lib/vrpayment-ruby-sdk/models/label_descriptor_category.rb +35 -0
  241. data/lib/vrpayment-ruby-sdk/models/label_descriptor_group.rb +225 -0
  242. data/lib/vrpayment-ruby-sdk/models/label_descriptor_type.rb +215 -0
  243. data/lib/vrpayment-ruby-sdk/models/legal_organization_form.rb +235 -0
  244. data/lib/vrpayment-ruby-sdk/models/line_item.rb +449 -0
  245. data/lib/vrpayment-ruby-sdk/models/line_item_attribute.rb +231 -0
  246. data/lib/vrpayment-ruby-sdk/models/line_item_attribute_create.rb +249 -0
  247. data/lib/vrpayment-ruby-sdk/models/line_item_create.rb +372 -0
  248. data/lib/vrpayment-ruby-sdk/models/line_item_reduction.rb +226 -0
  249. data/lib/vrpayment-ruby-sdk/models/line_item_reduction_create.rb +245 -0
  250. data/lib/vrpayment-ruby-sdk/models/line_item_type.rb +38 -0
  251. data/lib/vrpayment-ruby-sdk/models/localized_string.rb +201 -0
  252. data/lib/vrpayment-ruby-sdk/models/manual_task.rb +273 -0
  253. data/lib/vrpayment-ruby-sdk/models/manual_task_action.rb +223 -0
  254. data/lib/vrpayment-ruby-sdk/models/manual_task_action_style.rb +36 -0
  255. data/lib/vrpayment-ruby-sdk/models/manual_task_state.rb +36 -0
  256. data/lib/vrpayment-ruby-sdk/models/manual_task_type.rb +227 -0
  257. data/lib/vrpayment-ruby-sdk/models/metric_usage.rb +225 -0
  258. data/lib/vrpayment-ruby-sdk/models/one_click_payment_mode.rb +36 -0
  259. data/lib/vrpayment-ruby-sdk/models/pan_type.rb +40 -0
  260. data/lib/vrpayment-ruby-sdk/models/payment_adjustment.rb +241 -0
  261. data/lib/vrpayment-ruby-sdk/models/payment_adjustment_type.rb +215 -0
  262. data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_target_state.rb +35 -0
  263. data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_update_request.rb +261 -0
  264. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration.rb +231 -0
  265. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration_create.rb +231 -0
  266. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_target_state.rb +35 -0
  267. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_update_request.rb +236 -0
  268. data/lib/vrpayment-ruby-sdk/models/payment_app_connector.rb +351 -0
  269. data/lib/vrpayment-ruby-sdk/models/payment_app_connector_creation_request.rb +366 -0
  270. data/lib/vrpayment-ruby-sdk/models/payment_app_connector_state.rb +35 -0
  271. data/lib/vrpayment-ruby-sdk/models/payment_app_processor.rb +386 -0
  272. data/lib/vrpayment-ruby-sdk/models/payment_app_processor_creation_request.rb +317 -0
  273. data/lib/vrpayment-ruby-sdk/models/payment_app_processor_state.rb +35 -0
  274. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration.rb +211 -0
  275. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration_create.rb +211 -0
  276. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_target_state.rb +35 -0
  277. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_update_request.rb +236 -0
  278. data/lib/vrpayment-ruby-sdk/models/payment_app_void_target_state.rb +35 -0
  279. data/lib/vrpayment-ruby-sdk/models/payment_app_void_update_request.rb +236 -0
  280. data/lib/vrpayment-ruby-sdk/models/payment_connector.rb +323 -0
  281. data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration.rb +352 -0
  282. data/lib/vrpayment-ruby-sdk/models/payment_connector_feature.rb +201 -0
  283. data/lib/vrpayment-ruby-sdk/models/payment_contract.rb +341 -0
  284. data/lib/vrpayment-ruby-sdk/models/payment_contract_state.rb +38 -0
  285. data/lib/vrpayment-ruby-sdk/models/payment_contract_type.rb +215 -0
  286. data/lib/vrpayment-ruby-sdk/models/payment_information_hash.rb +211 -0
  287. data/lib/vrpayment-ruby-sdk/models/payment_information_hash_type.rb +203 -0
  288. data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file.rb +281 -0
  289. data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file_state.rb +40 -0
  290. data/lib/vrpayment-ruby-sdk/models/payment_link.rb +390 -0
  291. data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +350 -0
  292. data/lib/vrpayment-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
  293. data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +350 -0
  294. data/lib/vrpayment-ruby-sdk/models/payment_link_protection_mode.rb +35 -0
  295. data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +340 -0
  296. data/lib/vrpayment-ruby-sdk/models/payment_method.rb +261 -0
  297. data/lib/vrpayment-ruby-sdk/models/payment_method_brand.rb +245 -0
  298. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration.rb +374 -0
  299. data/lib/vrpayment-ruby-sdk/models/payment_primary_risk_taker.rb +36 -0
  300. data/lib/vrpayment-ruby-sdk/models/payment_processor.rb +261 -0
  301. data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration.rb +286 -0
  302. data/lib/vrpayment-ruby-sdk/models/payment_terminal.rb +336 -0
  303. data/lib/vrpayment-ruby-sdk/models/payment_terminal_address.rb +396 -0
  304. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration.rb +266 -0
  305. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_state.rb +37 -0
  306. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version.rb +323 -0
  307. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version_state.rb +38 -0
  308. data/lib/vrpayment-ruby-sdk/models/payment_terminal_dcc_transaction_sum.rb +261 -0
  309. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location.rb +266 -0
  310. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_state.rb +37 -0
  311. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version.rb +291 -0
  312. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version_state.rb +38 -0
  313. data/lib/vrpayment-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
  314. data/lib/vrpayment-ruby-sdk/models/payment_terminal_state.rb +39 -0
  315. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_sum.rb +291 -0
  316. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary.rb +307 -0
  317. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_fetch_request.rb +221 -0
  318. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_reference.rb +221 -0
  319. data/lib/vrpayment-ruby-sdk/models/payment_terminal_type.rb +215 -0
  320. data/lib/vrpayment-ruby-sdk/models/permission.rb +299 -0
  321. data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount.rb +201 -0
  322. data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount_update.rb +201 -0
  323. data/lib/vrpayment-ruby-sdk/models/product_fee_type.rb +36 -0
  324. data/lib/vrpayment-ruby-sdk/models/product_metered_fee.rb +275 -0
  325. data/lib/vrpayment-ruby-sdk/models/product_metered_fee_update.rb +265 -0
  326. data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee.rb +233 -0
  327. data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee_update.rb +243 -0
  328. data/lib/vrpayment-ruby-sdk/models/product_metered_tier_pricing.rb +35 -0
  329. data/lib/vrpayment-ruby-sdk/models/product_period_fee.rb +289 -0
  330. data/lib/vrpayment-ruby-sdk/models/product_period_fee_update.rb +279 -0
  331. data/lib/vrpayment-ruby-sdk/models/product_setup_fee.rb +291 -0
  332. data/lib/vrpayment-ruby-sdk/models/product_setup_fee_update.rb +281 -0
  333. data/lib/vrpayment-ruby-sdk/models/recurring_indicator.rb +37 -0
  334. data/lib/vrpayment-ruby-sdk/models/refund.rb +567 -0
  335. data/lib/vrpayment-ruby-sdk/models/refund_bank_transaction.rb +281 -0
  336. data/lib/vrpayment-ruby-sdk/models/refund_comment.rb +296 -0
  337. data/lib/vrpayment-ruby-sdk/models/refund_comment_active.rb +236 -0
  338. data/lib/vrpayment-ruby-sdk/models/refund_comment_create.rb +221 -0
  339. data/lib/vrpayment-ruby-sdk/models/refund_create.rb +306 -0
  340. data/lib/vrpayment-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
  341. data/lib/vrpayment-ruby-sdk/models/refund_state.rb +39 -0
  342. data/lib/vrpayment-ruby-sdk/models/refund_type.rb +37 -0
  343. data/lib/vrpayment-ruby-sdk/models/rendered_document.rb +235 -0
  344. data/lib/vrpayment-ruby-sdk/models/rendered_terminal_receipt.rb +235 -0
  345. data/lib/vrpayment-ruby-sdk/models/rendered_terminal_transaction_summary.rb +215 -0
  346. data/lib/vrpayment-ruby-sdk/models/resource_path.rb +275 -0
  347. data/lib/vrpayment-ruby-sdk/models/resource_state.rb +36 -0
  348. data/lib/vrpayment-ruby-sdk/models/rest_address_format.rb +227 -0
  349. data/lib/vrpayment-ruby-sdk/models/rest_address_format_field.rb +43 -0
  350. data/lib/vrpayment-ruby-sdk/models/rest_country.rb +243 -0
  351. data/lib/vrpayment-ruby-sdk/models/rest_country_state.rb +221 -0
  352. data/lib/vrpayment-ruby-sdk/models/rest_currency.rb +221 -0
  353. data/lib/vrpayment-ruby-sdk/models/rest_language.rb +251 -0
  354. data/lib/vrpayment-ruby-sdk/models/role.rb +265 -0
  355. data/lib/vrpayment-ruby-sdk/models/role_state.rb +37 -0
  356. data/lib/vrpayment-ruby-sdk/models/sales_channel.rb +225 -0
  357. data/lib/vrpayment-ruby-sdk/models/scope.rb +350 -0
  358. data/lib/vrpayment-ruby-sdk/models/server_error.rb +211 -0
  359. data/lib/vrpayment-ruby-sdk/models/space.rb +407 -0
  360. data/lib/vrpayment-ruby-sdk/models/space_address.rb +466 -0
  361. data/lib/vrpayment-ruby-sdk/models/space_address_create.rb +466 -0
  362. data/lib/vrpayment-ruby-sdk/models/space_create.rb +312 -0
  363. data/lib/vrpayment-ruby-sdk/models/space_update.rb +317 -0
  364. data/lib/vrpayment-ruby-sdk/models/space_view.rb +275 -0
  365. data/lib/vrpayment-ruby-sdk/models/static_value.rb +227 -0
  366. data/lib/vrpayment-ruby-sdk/models/subscriber.rb +382 -0
  367. data/lib/vrpayment-ruby-sdk/models/subscriber_active.rb +362 -0
  368. data/lib/vrpayment-ruby-sdk/models/subscriber_create.rb +347 -0
  369. data/lib/vrpayment-ruby-sdk/models/subscriber_update.rb +352 -0
  370. data/lib/vrpayment-ruby-sdk/models/subscription.rb +411 -0
  371. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate.rb +331 -0
  372. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_create.rb +305 -0
  373. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleted.rb +331 -0
  374. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleting.rb +331 -0
  375. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_inactive.rb +277 -0
  376. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_update.rb +277 -0
  377. data/lib/vrpayment-ruby-sdk/models/subscription_change_request.rb +260 -0
  378. data/lib/vrpayment-ruby-sdk/models/subscription_charge.rb +456 -0
  379. data/lib/vrpayment-ruby-sdk/models/subscription_charge_create.rb +329 -0
  380. data/lib/vrpayment-ruby-sdk/models/subscription_charge_processing_type.rb +35 -0
  381. data/lib/vrpayment-ruby-sdk/models/subscription_charge_state.rb +38 -0
  382. data/lib/vrpayment-ruby-sdk/models/subscription_charge_type.rb +35 -0
  383. data/lib/vrpayment-ruby-sdk/models/subscription_component_configuration.rb +231 -0
  384. data/lib/vrpayment-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
  385. data/lib/vrpayment-ruby-sdk/models/subscription_create_request.rb +250 -0
  386. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry.rb +442 -0
  387. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_create.rb +316 -0
  388. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_state.rb +36 -0
  389. data/lib/vrpayment-ruby-sdk/models/subscription_metric.rb +265 -0
  390. data/lib/vrpayment-ruby-sdk/models/subscription_metric_active.rb +235 -0
  391. data/lib/vrpayment-ruby-sdk/models/subscription_metric_create.rb +225 -0
  392. data/lib/vrpayment-ruby-sdk/models/subscription_metric_type.rb +225 -0
  393. data/lib/vrpayment-ruby-sdk/models/subscription_metric_update.rb +235 -0
  394. data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report.rb +306 -0
  395. data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report_create.rb +266 -0
  396. data/lib/vrpayment-ruby-sdk/models/subscription_pending.rb +301 -0
  397. data/lib/vrpayment-ruby-sdk/models/subscription_period_bill.rb +291 -0
  398. data/lib/vrpayment-ruby-sdk/models/subscription_period_bill_state.rb +35 -0
  399. data/lib/vrpayment-ruby-sdk/models/subscription_product.rb +333 -0
  400. data/lib/vrpayment-ruby-sdk/models/subscription_product_active.rb +288 -0
  401. data/lib/vrpayment-ruby-sdk/models/subscription_product_component.rb +325 -0
  402. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group.rb +253 -0
  403. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group_update.rb +253 -0
  404. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference.rb +281 -0
  405. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference_state.rb +37 -0
  406. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_update.rb +325 -0
  407. data/lib/vrpayment-ruby-sdk/models/subscription_product_create.rb +292 -0
  408. data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement.rb +251 -0
  409. data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement_create.rb +216 -0
  410. data/lib/vrpayment-ruby-sdk/models/subscription_product_state.rb +38 -0
  411. data/lib/vrpayment-ruby-sdk/models/subscription_product_version.rb +420 -0
  412. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_pending.rb +315 -0
  413. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement.rb +251 -0
  414. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement_create.rb +216 -0
  415. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_state.rb +38 -0
  416. data/lib/vrpayment-ruby-sdk/models/subscription_state.rb +41 -0
  417. data/lib/vrpayment-ruby-sdk/models/subscription_suspension.rb +336 -0
  418. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_action.rb +35 -0
  419. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_create.rb +251 -0
  420. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_reason.rb +36 -0
  421. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_running.rb +336 -0
  422. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_state.rb +35 -0
  423. data/lib/vrpayment-ruby-sdk/models/subscription_update.rb +256 -0
  424. data/lib/vrpayment-ruby-sdk/models/subscription_update_request.rb +206 -0
  425. data/lib/vrpayment-ruby-sdk/models/subscription_version.rb +373 -0
  426. data/lib/vrpayment-ruby-sdk/models/subscription_version_state.rb +39 -0
  427. data/lib/vrpayment-ruby-sdk/models/tax.rb +225 -0
  428. data/lib/vrpayment-ruby-sdk/models/tax_calculation.rb +35 -0
  429. data/lib/vrpayment-ruby-sdk/models/tax_class.rb +256 -0
  430. data/lib/vrpayment-ruby-sdk/models/tax_create.rb +239 -0
  431. data/lib/vrpayment-ruby-sdk/models/tenant_database.rb +226 -0
  432. data/lib/vrpayment-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
  433. data/lib/vrpayment-ruby-sdk/models/terminal_receipt_format.rb +35 -0
  434. data/lib/vrpayment-ruby-sdk/models/token.rb +341 -0
  435. data/lib/vrpayment-ruby-sdk/models/token_create.rb +296 -0
  436. data/lib/vrpayment-ruby-sdk/models/token_update.rb +301 -0
  437. data/lib/vrpayment-ruby-sdk/models/token_version.rb +445 -0
  438. data/lib/vrpayment-ruby-sdk/models/token_version_state.rb +36 -0
  439. data/lib/vrpayment-ruby-sdk/models/token_version_type.rb +225 -0
  440. data/lib/vrpayment-ruby-sdk/models/tokenization_mode.rb +37 -0
  441. data/lib/vrpayment-ruby-sdk/models/tokenized_card_data.rb +221 -0
  442. data/lib/vrpayment-ruby-sdk/models/tokenized_card_data_create.rb +358 -0
  443. data/lib/vrpayment-ruby-sdk/models/transaction.rb +1021 -0
  444. data/lib/vrpayment-ruby-sdk/models/transaction_comment.rb +296 -0
  445. data/lib/vrpayment-ruby-sdk/models/transaction_comment_active.rb +236 -0
  446. data/lib/vrpayment-ruby-sdk/models/transaction_comment_create.rb +221 -0
  447. data/lib/vrpayment-ruby-sdk/models/transaction_completion.rb +553 -0
  448. data/lib/vrpayment-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
  449. data/lib/vrpayment-ruby-sdk/models/transaction_completion_mode.rb +36 -0
  450. data/lib/vrpayment-ruby-sdk/models/transaction_completion_request.rb +316 -0
  451. data/lib/vrpayment-ruby-sdk/models/transaction_completion_state.rb +38 -0
  452. data/lib/vrpayment-ruby-sdk/models/transaction_create.rb +596 -0
  453. data/lib/vrpayment-ruby-sdk/models/transaction_environment_selection_strategy.rb +36 -0
  454. data/lib/vrpayment-ruby-sdk/models/transaction_group.rb +276 -0
  455. data/lib/vrpayment-ruby-sdk/models/transaction_group_state.rb +36 -0
  456. data/lib/vrpayment-ruby-sdk/models/transaction_invoice.rb +452 -0
  457. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment.rb +296 -0
  458. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_active.rb +236 -0
  459. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_create.rb +221 -0
  460. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_replacement.rb +296 -0
  461. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_state.rb +40 -0
  462. data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version.rb +405 -0
  463. data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_create.rb +228 -0
  464. data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_state.rb +38 -0
  465. data/lib/vrpayment-ruby-sdk/models/transaction_pending.rb +517 -0
  466. data/lib/vrpayment-ruby-sdk/models/transaction_state.rb +43 -0
  467. data/lib/vrpayment-ruby-sdk/models/transaction_user_interface_type.rb +38 -0
  468. data/lib/vrpayment-ruby-sdk/models/transaction_void.rb +373 -0
  469. data/lib/vrpayment-ruby-sdk/models/transaction_void_mode.rb +35 -0
  470. data/lib/vrpayment-ruby-sdk/models/transaction_void_state.rb +37 -0
  471. data/lib/vrpayment-ruby-sdk/models/two_factor_authentication_type.rb +235 -0
  472. data/lib/vrpayment-ruby-sdk/models/user.rb +241 -0
  473. data/lib/vrpayment-ruby-sdk/models/user_account_role.rb +241 -0
  474. data/lib/vrpayment-ruby-sdk/models/user_space_role.rb +231 -0
  475. data/lib/vrpayment-ruby-sdk/models/user_type.rb +38 -0
  476. data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +215 -0
  477. data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
  478. data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
  479. data/lib/vrpayment-ruby-sdk/models/webhook_encryption_public_key.rb +201 -0
  480. data/lib/vrpayment-ruby-sdk/models/webhook_identity.rb +256 -0
  481. data/lib/vrpayment-ruby-sdk/models/webhook_listener.rb +318 -0
  482. data/lib/vrpayment-ruby-sdk/models/webhook_listener_create.rb +278 -0
  483. data/lib/vrpayment-ruby-sdk/models/webhook_listener_entity.rb +213 -0
  484. data/lib/vrpayment-ruby-sdk/models/webhook_listener_update.rb +268 -0
  485. data/lib/vrpayment-ruby-sdk/models/webhook_url.rb +300 -0
  486. data/lib/vrpayment-ruby-sdk/models/webhook_url_create.rb +250 -0
  487. data/lib/vrpayment-ruby-sdk/models/webhook_url_update.rb +280 -0
  488. data/lib/vrpayment-ruby-sdk/version.rb +20 -0
  489. data/lib/vrpayment-ruby-sdk.rb +522 -0
  490. data/test/constants.rb +82 -0
  491. data/test/encryption_util_test.rb +86 -0
  492. data/test/refund_service_test.rb +133 -0
  493. data/test/transaction_completion_service_test.rb +104 -0
  494. data/test/transaction_iframe_service_test.rb +25 -0
  495. data/test/transaction_lightbox_service_test.rb +25 -0
  496. data/test/transaction_payment_page_service_test.rb +25 -0
  497. data/test/transaction_service_test.rb +230 -0
  498. data/vendor/bundle/ruby/3.3.0/bin/rake +29 -0
  499. data/vendor/bundle/ruby/3.3.0/cache/addressable-2.8.7.gem +0 -0
  500. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
  501. data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.2-x86_64-linux-gnu.gem +0 -0
  502. data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
  503. data/vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.5.gem +0 -0
  504. data/vendor/bundle/ruby/3.3.0/cache/public_suffix-6.0.2.gem +0 -0
  505. data/vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem +0 -0
  506. data/vendor/bundle/ruby/3.3.0/cache/test-unit-3.3.9.gem +0 -0
  507. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
  508. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem.build_complete +0 -0
  509. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem_make.out +25 -0
  510. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
  511. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
  512. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/mkmf.log +164 -0
  513. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
  514. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Gemfile +31 -0
  515. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
  516. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/README.md +121 -0
  517. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Rakefile +37 -0
  518. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
  519. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/data/unicode.data +0 -0
  520. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/native.rb +66 -0
  521. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/pure.rb +505 -0
  522. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna.rb +26 -0
  523. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/template.rb +1029 -0
  524. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/uri.rb +2602 -0
  525. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/version.rb +31 -0
  526. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable.rb +4 -0
  527. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/idna_spec.rb +302 -0
  528. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/net_http_compat_spec.rb +29 -0
  529. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/security_spec.rb +58 -0
  530. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/template_spec.rb +1264 -0
  531. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/uri_spec.rb +6840 -0
  532. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/spec_helper.rb +33 -0
  533. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/clobber.rake +4 -0
  534. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/gem.rake +95 -0
  535. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/git.rake +47 -0
  536. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/metrics.rake +24 -0
  537. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/profile.rake +72 -0
  538. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/rspec.rake +23 -0
  539. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/yard.rake +29 -0
  540. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml +41 -0
  541. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.gitignore +8 -0
  542. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.rspec +3 -0
  543. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/CHANGELOG.md +375 -0
  544. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Gemfile +43 -0
  545. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Guardfile +10 -0
  546. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/LICENSE +20 -0
  547. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/README.md +118 -0
  548. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Rakefile +40 -0
  549. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/ethon.gemspec +26 -0
  550. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curl.rb +90 -0
  551. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +65 -0
  552. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/codes.rb +122 -0
  553. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/constants.rb +80 -0
  554. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb +37 -0
  555. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/functions.rb +58 -0
  556. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/infos.rb +151 -0
  557. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/messages.rb +19 -0
  558. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb +503 -0
  559. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb +12 -0
  560. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +149 -0
  561. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb +47 -0
  562. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/features.rb +31 -0
  563. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/form.rb +107 -0
  564. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/header.rb +61 -0
  565. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb +157 -0
  566. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb +29 -0
  567. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb +25 -0
  568. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb +24 -0
  569. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb +24 -0
  570. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb +24 -0
  571. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb +24 -0
  572. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb +26 -0
  573. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb +32 -0
  574. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb +27 -0
  575. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb +25 -0
  576. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http.rb +68 -0
  577. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +116 -0
  578. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb +36 -0
  579. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/operations.rb +64 -0
  580. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/options.rb +50 -0
  581. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/params.rb +29 -0
  582. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb +154 -0
  583. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +136 -0
  584. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/util.rb +28 -0
  585. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy.rb +315 -0
  586. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb +9 -0
  587. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb +13 -0
  588. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb +13 -0
  589. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb +13 -0
  590. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb +12 -0
  591. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb +12 -0
  592. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb +12 -0
  593. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb +13 -0
  594. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/select.rb +13 -0
  595. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors.rb +17 -0
  596. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/libc.rb +21 -0
  597. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/loggable.rb +59 -0
  598. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/operations.rb +228 -0
  599. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/options.rb +117 -0
  600. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/stack.rb +49 -0
  601. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi.rb +126 -0
  602. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/version.rb +6 -0
  603. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb +36 -0
  604. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/benchmarks.rb +104 -0
  605. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/memory_leaks.rb +114 -0
  606. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/perf_spec_helper.rb +37 -0
  607. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb +76 -0
  608. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb +48 -0
  609. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb +49 -0
  610. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/curl_spec.rb +38 -0
  611. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +81 -0
  612. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb +54 -0
  613. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb +24 -0
  614. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb +104 -0
  615. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb +79 -0
  616. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb +177 -0
  617. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb +21 -0
  618. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb +126 -0
  619. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb +80 -0
  620. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb +51 -0
  621. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb +51 -0
  622. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb +317 -0
  623. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb +168 -0
  624. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb +64 -0
  625. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +126 -0
  626. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +47 -0
  627. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +271 -0
  628. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb +193 -0
  629. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb +235 -0
  630. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb +152 -0
  631. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb +28 -0
  632. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy_spec.rb +203 -0
  633. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/libc_spec.rb +14 -0
  634. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb +22 -0
  635. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb +298 -0
  636. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb +182 -0
  637. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb +80 -0
  638. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi_spec.rb +152 -0
  639. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/spec_helper.rb +28 -0
  640. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/localhost_server.rb +95 -0
  641. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/server.rb +115 -0
  642. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/CHANGELOG.md +473 -0
  643. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/COPYING +49 -0
  644. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Gemfile +23 -0
  645. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE +24 -0
  646. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE.SPECS +22 -0
  647. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/README.md +137 -0
  648. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Rakefile +206 -0
  649. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/ffi.gemspec +42 -0
  650. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.5/ffi_c.so +0 -0
  651. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.6/ffi_c.so +0 -0
  652. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.7/ffi_c.so +0 -0
  653. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.0/ffi_c.so +0 -0
  654. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.1/ffi_c.so +0 -0
  655. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
  656. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.3/ffi_c.so +0 -0
  657. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
  658. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/abstract_memory.rb +44 -0
  659. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/autopointer.rb +180 -0
  660. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/buffer.rb +4 -0
  661. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/callback.rb +4 -0
  662. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/compat.rb +43 -0
  663. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/data_converter.rb +67 -0
  664. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/dynamic_library.rb +118 -0
  665. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/enum.rb +302 -0
  666. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/errno.rb +43 -0
  667. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/ffi.rb +109 -0
  668. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/function.rb +71 -0
  669. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/io.rb +62 -0
  670. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library.rb +576 -0
  671. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library_path.rb +109 -0
  672. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/managedstruct.rb +84 -0
  673. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/memorypointer.rb +1 -0
  674. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-darwin/types.conf +130 -0
  675. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
  676. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd12/types.conf +181 -0
  677. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-linux/types.conf +175 -0
  678. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-openbsd/types.conf +134 -0
  679. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-windows/types.conf +52 -0
  680. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd/types.conf +152 -0
  681. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
  682. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-linux/types.conf +132 -0
  683. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
  684. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
  685. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-cygwin/types.conf +3 -0
  686. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-darwin/types.conf +100 -0
  687. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd/types.conf +152 -0
  688. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
  689. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-gnu/types.conf +107 -0
  690. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-linux/types.conf +103 -0
  691. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-netbsd/types.conf +126 -0
  692. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-openbsd/types.conf +128 -0
  693. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-solaris/types.conf +122 -0
  694. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-windows/types.conf +52 -0
  695. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/ia64-linux/types.conf +104 -0
  696. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
  697. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips-linux/types.conf +102 -0
  698. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips64-linux/types.conf +104 -0
  699. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips64el-linux/types.conf +104 -0
  700. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsel-linux/types.conf +102 -0
  701. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
  702. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
  703. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
  704. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
  705. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-aix/types.conf +180 -0
  706. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
  707. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-linux/types.conf +130 -0
  708. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-openbsd/types.conf +156 -0
  709. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
  710. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc64le-linux/types.conf +100 -0
  711. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/riscv64-linux/types.conf +104 -0
  712. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/s390-linux/types.conf +102 -0
  713. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/s390x-linux/types.conf +102 -0
  714. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparc-linux/types.conf +102 -0
  715. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparc-solaris/types.conf +128 -0
  716. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-linux/types.conf +102 -0
  717. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-openbsd/types.conf +156 -0
  718. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
  719. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sw_64-linux/types.conf +141 -0
  720. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
  721. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-darwin/types.conf +130 -0
  722. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-dragonflybsd/types.conf +130 -0
  723. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
  724. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
  725. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-haiku/types.conf +117 -0
  726. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-linux/types.conf +132 -0
  727. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-msys/types.conf +119 -0
  728. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
  729. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
  730. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
  731. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-windows/types.conf +52 -0
  732. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform.rb +187 -0
  733. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/pointer.rb +167 -0
  734. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct.rb +317 -0
  735. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_by_reference.rb +72 -0
  736. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout.rb +96 -0
  737. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout_builder.rb +227 -0
  738. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/const_generator.rb +232 -0
  739. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator.rb +105 -0
  740. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator_task.rb +32 -0
  741. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/struct_generator.rb +195 -0
  742. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/types_generator.rb +137 -0
  743. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/types.rb +222 -0
  744. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/union.rb +43 -0
  745. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/variadic.rb +80 -0
  746. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/version.rb +3 -0
  747. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi.rb +27 -0
  748. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/rakelib/ffi_gem_helper.rb +65 -0
  749. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getlogin.rb +8 -0
  750. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getpid.rb +8 -0
  751. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/gettimeofday.rb +18 -0
  752. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello.rb +8 -0
  753. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello_ractor.rb +11 -0
  754. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/inotify.rb +60 -0
  755. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/pty.rb +75 -0
  756. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort.rb +20 -0
  757. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort_ractor.rb +28 -0
  758. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/abstract_memory.rbs +165 -0
  759. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/auto_pointer.rbs +26 -0
  760. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/buffer.rbs +18 -0
  761. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/data_converter.rbs +10 -0
  762. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/dynamic_library.rbs +9 -0
  763. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/enum.rbs +38 -0
  764. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/function.rbs +39 -0
  765. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/library.rbs +42 -0
  766. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/native_type.rbs +86 -0
  767. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/pointer.rbs +42 -0
  768. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct.rbs +76 -0
  769. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_reference.rbs +11 -0
  770. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_value.rbs +7 -0
  771. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout.rbs +9 -0
  772. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs +5 -0
  773. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/type.rbs +39 -0
  774. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi.rbs +26 -0
  775. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/BSDL +22 -0
  776. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/CHANGES.md +652 -0
  777. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/COPYING +56 -0
  778. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/LEGAL +8 -0
  779. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/README.md +281 -0
  780. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/fbuffer/fbuffer.h +270 -0
  781. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/Makefile +269 -0
  782. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/extconf.rb +16 -0
  783. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/generator.c +2139 -0
  784. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/Makefile +269 -0
  785. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/extconf.rb +15 -0
  786. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/parser.c +1507 -0
  787. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +20 -0
  788. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/simd.h +187 -0
  789. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/fpconv.c +479 -0
  790. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/jeaiii-ltoa.h +267 -0
  791. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/json.gemspec +62 -0
  792. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/bigdecimal.rb +58 -0
  793. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/complex.rb +51 -0
  794. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/core.rb +12 -0
  795. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date.rb +54 -0
  796. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date_time.rb +67 -0
  797. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/exception.rb +49 -0
  798. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/ostruct.rb +54 -0
  799. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/range.rb +54 -0
  800. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/rational.rb +49 -0
  801. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/regexp.rb +48 -0
  802. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/set.rb +48 -0
  803. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/struct.rb +52 -0
  804. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/symbol.rb +52 -0
  805. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/time.rb +52 -0
  806. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/common.rb +1104 -0
  807. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator/state.rb +106 -0
  808. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
  809. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
  810. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext.rb +45 -0
  811. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/generic_object.rb +75 -0
  812. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/truffle_ruby/generator.rb +690 -0
  813. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/version.rb +5 -0
  814. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json.rb +620 -0
  815. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/dependabot.yml +6 -0
  816. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/workflows/ci.yml +46 -0
  817. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.gitignore +9 -0
  818. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/BSDL +22 -0
  819. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/COPYING +57 -0
  820. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Gemfile +19 -0
  821. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/LEGAL +4 -0
  822. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/README.md +98 -0
  823. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Rakefile +59 -0
  824. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/colorize.rb +7 -0
  825. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/configuration.rb +46 -0
  826. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/context.rb +233 -0
  827. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/enable_tracepoint_events.rb +62 -0
  828. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/inspector.rb +66 -0
  829. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/parser.rb +251 -0
  830. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/version.rb +3 -0
  831. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert.rb +93 -0
  832. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/power_assert.gemspec +24 -0
  833. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/.yardopts +1 -0
  834. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/CHANGELOG.md +498 -0
  835. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/LICENSE.txt +22 -0
  836. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/README.md +222 -0
  837. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/SECURITY.md +24 -0
  838. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/data/list.txt +15791 -0
  839. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/domain.rb +235 -0
  840. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/errors.rb +41 -0
  841. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/list.rb +247 -0
  842. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/rule.rb +350 -0
  843. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/version.rb +14 -0
  844. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix.rb +177 -0
  845. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/History.rdoc +2403 -0
  846. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
  847. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/README.rdoc +155 -0
  848. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
  849. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
  850. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
  851. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/a.c +6 -0
  852. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/b.c +6 -0
  853. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/main.c +11 -0
  854. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
  855. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
  856. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
  857. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rake.1 +156 -0
  858. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
  859. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
  860. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/exe/rake +27 -0
  861. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
  862. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
  863. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
  864. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
  865. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
  866. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
  867. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
  868. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
  869. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
  870. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
  871. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
  872. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
  873. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
  874. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
  875. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
  876. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
  877. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
  878. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
  879. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
  880. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
  881. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
  882. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
  883. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
  884. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
  885. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
  886. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
  887. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
  888. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
  889. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
  890. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
  891. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
  892. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
  893. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
  894. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
  895. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
  896. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
  897. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
  898. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
  899. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
  900. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
  901. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
  902. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
  903. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake.rb +71 -0
  904. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/rake.gemspec +100 -0
  905. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/BSDL +24 -0
  906. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/COPYING +64 -0
  907. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/PSFL +271 -0
  908. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/README.md +97 -0
  909. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/Rakefile +66 -0
  910. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/getting-started.md +246 -0
  911. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/how-to.md +90 -0
  912. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/news.md +1533 -0
  913. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertion-failed-error.rb +25 -0
  914. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertions.rb +2256 -0
  915. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute-matcher.rb +26 -0
  916. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute.rb +227 -0
  917. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/auto-runner-loader.rb +17 -0
  918. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/autorunner.rb +569 -0
  919. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/code-snippet-fetcher.rb +58 -0
  920. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/descendant.rb +19 -0
  921. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/dir.rb +108 -0
  922. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/load.rb +197 -0
  923. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/objectspace.rb +34 -0
  924. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/xml.rb +249 -0
  925. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector.rb +73 -0
  926. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color-scheme.rb +216 -0
  927. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color.rb +134 -0
  928. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data-sets.rb +116 -0
  929. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data.rb +371 -0
  930. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/diff.rb +745 -0
  931. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/error.rb +158 -0
  932. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/exception-handler.rb +82 -0
  933. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/failure.rb +169 -0
  934. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fault-location-detector.rb +100 -0
  935. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fixture.rb +298 -0
  936. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/notification.rb +138 -0
  937. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/omission.rb +198 -0
  938. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/pending.rb +155 -0
  939. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/priority.rb +196 -0
  940. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/console.rb +67 -0
  941. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/emacs.rb +8 -0
  942. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/xml.rb +15 -0
  943. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/test-suite-creator.rb +103 -0
  944. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testcase.rb +899 -0
  945. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testresult.rb +132 -0
  946. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testsuite.rb +175 -0
  947. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/outputlevel.rb +15 -0
  948. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/testrunner.rb +733 -0
  949. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/emacs/testrunner.rb +49 -0
  950. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunner.rb +53 -0
  951. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnermediator.rb +114 -0
  952. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnerutilities.rb +41 -0
  953. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/xml/testrunner.rb +224 -0
  954. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/backtracefilter.rb +59 -0
  955. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/method-owner-finder.rb +28 -0
  956. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/observable.rb +90 -0
  957. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/output.rb +32 -0
  958. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/procwrapper.rb +48 -0
  959. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/version.rb +5 -0
  960. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit.rb +519 -0
  961. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test-unit.rb +17 -0
  962. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/adder.rb +13 -0
  963. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/subtracter.rb +12 -0
  964. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_adder.rb +20 -0
  965. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_subtracter.rb +20 -0
  966. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_user.rb +23 -0
  967. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-descendant.rb +182 -0
  968. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-load.rb +475 -0
  969. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_dir.rb +407 -0
  970. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_objectspace.rb +102 -0
  971. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.csv +3 -0
  972. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.tsv +3 -0
  973. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.csv +3 -0
  974. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.tsv +3 -0
  975. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.csv +2 -0
  976. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.tsv +2 -0
  977. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/plus.csv +3 -0
  978. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/run-test.rb +22 -0
  979. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-assertions.rb +2187 -0
  980. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute-matcher.rb +38 -0
  981. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute.rb +123 -0
  982. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-code-snippet.rb +79 -0
  983. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color-scheme.rb +123 -0
  984. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color.rb +47 -0
  985. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-data.rb +419 -0
  986. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-diff.rb +518 -0
  987. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-emacs-runner.rb +60 -0
  988. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-error.rb +26 -0
  989. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-failure.rb +33 -0
  990. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fault-location-detector.rb +163 -0
  991. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fixture.rb +713 -0
  992. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-notification.rb +33 -0
  993. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-omission.rb +81 -0
  994. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-pending.rb +70 -0
  995. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-priority.rb +184 -0
  996. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-case.rb +1284 -0
  997. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-result.rb +113 -0
  998. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite-creator.rb +97 -0
  999. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite.rb +151 -0
  1000. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/testunit-test-util.rb +33 -0
  1001. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/ui/test_testrunmediator.rb +20 -0
  1002. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-method-owner-finder.rb +38 -0
  1003. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-output.rb +11 -0
  1004. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_backtracefilter.rb +52 -0
  1005. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_observable.rb +102 -0
  1006. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_procwrapper.rb +36 -0
  1007. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
  1008. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
  1009. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +8 -0
  1010. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +4 -0
  1011. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
  1012. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CONTRIBUTING.md +20 -0
  1013. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +36 -0
  1014. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +9 -0
  1015. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/LICENSE +22 -0
  1016. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/README.md +588 -0
  1017. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +38 -0
  1018. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/UPGRADE.md +55 -0
  1019. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb +76 -0
  1020. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder.rb +57 -0
  1021. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb +1 -0
  1022. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/adapters/faraday.rb +180 -0
  1023. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/dalli.rb +28 -0
  1024. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/rails.rb +28 -0
  1025. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/redis.rb +35 -0
  1026. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +85 -0
  1027. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +206 -0
  1028. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/no_stub.rb +12 -0
  1029. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/typhoeus_error.rb +8 -0
  1030. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors.rb +9 -0
  1031. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb +217 -0
  1032. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/addable.rb +23 -0
  1033. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/before.rb +31 -0
  1034. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/block_connection.rb +35 -0
  1035. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/cacheable.rb +15 -0
  1036. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/memoizable.rb +56 -0
  1037. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/queueable.rb +83 -0
  1038. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/runnable.rb +19 -0
  1039. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/stubbable.rb +28 -0
  1040. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra.rb +95 -0
  1041. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/pool.rb +70 -0
  1042. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/railtie.rb +12 -0
  1043. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/actions.rb +125 -0
  1044. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/before.rb +30 -0
  1045. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/block_connection.rb +52 -0
  1046. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/cacheable.rb +38 -0
  1047. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/callbacks.rb +151 -0
  1048. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/marshal.rb +22 -0
  1049. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/memoizable.rb +38 -0
  1050. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/operations.rb +40 -0
  1051. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb +29 -0
  1052. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/streamable.rb +34 -0
  1053. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/stubbable.rb +30 -0
  1054. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +223 -0
  1055. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb +14 -0
  1056. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb +105 -0
  1057. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +305 -0
  1058. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb +106 -0
  1059. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb +68 -0
  1060. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +5 -0
  1061. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus.rb +143 -0
  1062. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +14 -0
  1063. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +64 -0
  1064. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +156 -0
  1065. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +31 -0
  1066. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +29 -0
  1067. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +94 -0
  1068. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +15 -0
  1069. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +116 -0
  1070. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +339 -0
  1071. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +41 -0
  1072. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +41 -0
  1073. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +15 -0
  1074. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +143 -0
  1075. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +13 -0
  1076. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +280 -0
  1077. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +22 -0
  1078. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +98 -0
  1079. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +18 -0
  1080. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +88 -0
  1081. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +53 -0
  1082. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +98 -0
  1083. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +137 -0
  1084. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +48 -0
  1085. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +22 -0
  1086. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +137 -0
  1087. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +19 -0
  1088. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +93 -0
  1089. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +75 -0
  1090. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +94 -0
  1091. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +91 -0
  1092. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +60 -0
  1093. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +34 -0
  1094. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +101 -0
  1095. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +13 -0
  1096. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +45 -0
  1097. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +256 -0
  1098. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +147 -0
  1099. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +323 -0
  1100. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +256 -0
  1101. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +100 -0
  1102. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +105 -0
  1103. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec +25 -0
  1104. data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec +30 -0
  1105. data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec +24 -0
  1106. data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec +31 -0
  1107. data/vendor/bundle/ruby/3.3.0/specifications/json-2.13.0.gemspec +0 -0
  1108. data/vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.5.gemspec +24 -0
  1109. data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.2.gemspec +24 -0
  1110. data/vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec +26 -0
  1111. data/vendor/bundle/ruby/3.3.0/specifications/test-unit-3.3.9.gemspec +30 -0
  1112. data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec +24 -0
  1113. data/vrpayment-ruby-sdk.gemspec +44 -0
  1114. metadata +1224 -0
@@ -0,0 +1,1021 @@
1
+ =begin
2
+ The VR Payment API allows an easy interaction with the VR Payment web service.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+
16
+ =end
17
+
18
+ require 'date'
19
+
20
+ module VRPayment
21
+ #
22
+ class Transaction
23
+ # The 'Accept' header of the customer's web browser.
24
+ attr_accessor :accept_header
25
+
26
+ # The 'Accept Language' header of the customer's web browser.
27
+ attr_accessor :accept_language_header
28
+
29
+ # The payment method brands that can be used to authorize the transaction.
30
+ attr_accessor :allowed_payment_method_brands
31
+
32
+ # The payment method configurations that can be used to authorize the transaction.
33
+ attr_accessor :allowed_payment_method_configurations
34
+
35
+ # The sum of all line item prices including taxes in the transaction's currency.
36
+ attr_accessor :authorization_amount
37
+
38
+ # The environment in which the transaction was authorized.
39
+ attr_accessor :authorization_environment
40
+
41
+ # The sales channel through which the transaction was placed.
42
+ attr_accessor :authorization_sales_channel
43
+
44
+ # The date and time when the transaction must be authorized, otherwise it will canceled.
45
+ attr_accessor :authorization_timeout_on
46
+
47
+ # The date and time when the transaction was authorized.
48
+ attr_accessor :authorized_on
49
+
50
+ # Whether the transaction can be confirmed automatically or whether this must be done explicitly via the API. Default is true.
51
+ attr_accessor :auto_confirmation_enabled
52
+
53
+ # The address associated with the payment method for invoicing and transaction processing purposes.
54
+ attr_accessor :billing_address
55
+
56
+ # Whether the customer can make further payment attempts if the first one has failed. Default is true.
57
+ attr_accessor :charge_retry_enabled
58
+
59
+ # The total amount that was completed, in the transaction's currency.
60
+ attr_accessor :completed_amount
61
+
62
+ # The date and time when the transaction was completed.
63
+ attr_accessor :completed_on
64
+
65
+ # The behavior that controls when the transaction is completed.
66
+ attr_accessor :completion_behavior
67
+
68
+ # The date and time when the transaction is completed automatically.
69
+ attr_accessor :completion_timeout_on
70
+
71
+ # The ID of the user the transaction was confirmed by.
72
+ attr_accessor :confirmed_by
73
+
74
+ # The date and time when the transaction was created.
75
+ attr_accessor :confirmed_on
76
+
77
+ # The ID of the user the transaction was created by.
78
+ attr_accessor :created_by
79
+
80
+ # The date and time when the object was created.
81
+ attr_accessor :created_on
82
+
83
+ # The three-letter code (ISO 4217 format) of the transaction's currency.
84
+ attr_accessor :currency
85
+
86
+ # The customer's email address.
87
+ attr_accessor :customer_email_address
88
+
89
+ # The unique identifier of the customer in the external system.
90
+ attr_accessor :customer_id
91
+
92
+ # The customer's presence indicates whether and in what way the transaction's customer is present. Default is VIRTUAL_PRESENT.
93
+ attr_accessor :customers_presence
94
+
95
+ # This date and time when the decision was made as to whether the order should be shipped.
96
+ attr_accessor :delivery_decision_made_on
97
+
98
+ # Allows to link the transaction to the data collected from the customer's device.
99
+ attr_accessor :device_session_identifier
100
+
101
+ # Whether email sending is deactivated for the transaction. Default is false.
102
+ attr_accessor :emails_disabled
103
+
104
+ # The date and time when the transaction reaches its end of live. No further actions can be carried out at this time.
105
+ attr_accessor :end_of_life
106
+
107
+ # The environment used when rendering resources.
108
+ attr_accessor :environment
109
+
110
+ # The strategy for determining whether the transaction is to be processed in the test or production environment.
111
+ attr_accessor :environment_selection_strategy
112
+
113
+ # The date and time when the transaction failed.
114
+ attr_accessor :failed_on
115
+
116
+ # The URL to redirect the customer back to after they canceled or failed to authenticated their payment.
117
+ attr_accessor :failed_url
118
+
119
+ # The reason for the failure of the transaction.
120
+ attr_accessor :failure_reason
121
+
122
+ # The group that the transaction belongs to.
123
+ attr_accessor :group
124
+
125
+ # A unique identifier for the object.
126
+ attr_accessor :id
127
+
128
+ # The IP address of the customer's device.
129
+ attr_accessor :internet_protocol_address
130
+
131
+ # The country determined from the IP address of the customer's device.
132
+ attr_accessor :internet_protocol_address_country
133
+
134
+ # The merchant's reference used to identify the invoice.
135
+ attr_accessor :invoice_merchant_reference
136
+
137
+ # Whether Java is enabled on the customer's web browser.
138
+ attr_accessor :java_enabled
139
+
140
+ # The language that is linked to the object.
141
+ attr_accessor :language
142
+
143
+ # The line items purchased by the customer.
144
+ attr_accessor :line_items
145
+
146
+ # The ID of the space this object belongs to.
147
+ attr_accessor :linked_space_id
148
+
149
+ # The merchant's reference used to identify the transaction.
150
+ attr_accessor :merchant_reference
151
+
152
+ # Allow to store additional information about the object.
153
+ attr_accessor :meta_data
154
+
155
+ # The parent transaction which was (partially) replaced by this transaction.
156
+ attr_accessor :parent
157
+
158
+ # The payment connector configuration that was used to authorize the transaction.
159
+ attr_accessor :payment_connector_configuration
160
+
161
+ # The date and time when the object is planned to be permanently removed. If the value is empty, the object will not be removed.
162
+ attr_accessor :planned_purge_date
163
+
164
+ # The date and time when the processing of the transaction was started.
165
+ attr_accessor :processing_on
166
+
167
+ # The total amount that was refunded, in the transaction's currency.
168
+ attr_accessor :refunded_amount
169
+
170
+ # The screen color depth of the customer's web browser.
171
+ attr_accessor :screen_color_depth
172
+
173
+ # The screen height of the customer's web browser.
174
+ attr_accessor :screen_height
175
+
176
+ # The screen width of the customer's web browser.
177
+ attr_accessor :screen_width
178
+
179
+ # The address to where the order will be shipped.
180
+ attr_accessor :shipping_address
181
+
182
+ # The name of the shipping method used to ship the products.
183
+ attr_accessor :shipping_method
184
+
185
+ # The ID of the space view this object is linked to.
186
+ attr_accessor :space_view_id
187
+
188
+ # The object's current state.
189
+ attr_accessor :state
190
+
191
+ # The URL to redirect the customer back to after they successfully authenticated their payment.
192
+ attr_accessor :success_url
193
+
194
+ # The payment terminal through which the payment was processed.
195
+ attr_accessor :terminal
196
+
197
+ # The customer's time zone, which affects how dates and times are formatted when communicating with the customer.
198
+ attr_accessor :time_zone
199
+
200
+ # The payment token that should be used to charge the customer.
201
+ attr_accessor :token
202
+
203
+ # The tokenization mode specifies whether and how the tokenization of payment information is applied to the transaction.
204
+ attr_accessor :tokenization_mode
205
+
206
+ # The total of all fees charged, in the transaction's currency.
207
+ attr_accessor :total_applied_fees
208
+
209
+ # The total amount that was settled, in the transaction's currency.
210
+ attr_accessor :total_settled_amount
211
+
212
+ # The 'User Agent' header of the customer's web browser.
213
+ attr_accessor :user_agent_header
214
+
215
+ # The message that can be displayed to the customer explaining why the transaction failed, in the customer's language.
216
+ attr_accessor :user_failure_message
217
+
218
+ # The type of user interface the customer used to provide the payment information.
219
+ attr_accessor :user_interface_type
220
+
221
+ # The version is used for optimistic locking and incremented whenever the object is updated.
222
+ attr_accessor :version
223
+
224
+ # The window height of the customer's web browser.
225
+ attr_accessor :window_height
226
+
227
+ # The window width of the customer's web browser.
228
+ attr_accessor :window_width
229
+
230
+ # The number of years the transaction is kept after its authorization.
231
+ attr_accessor :years_to_keep
232
+
233
+ # Attribute mapping from ruby-style variable name to JSON key.
234
+ def self.attribute_map
235
+ {
236
+ :'accept_header' => :'acceptHeader',
237
+ :'accept_language_header' => :'acceptLanguageHeader',
238
+ :'allowed_payment_method_brands' => :'allowedPaymentMethodBrands',
239
+ :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
240
+ :'authorization_amount' => :'authorizationAmount',
241
+ :'authorization_environment' => :'authorizationEnvironment',
242
+ :'authorization_sales_channel' => :'authorizationSalesChannel',
243
+ :'authorization_timeout_on' => :'authorizationTimeoutOn',
244
+ :'authorized_on' => :'authorizedOn',
245
+ :'auto_confirmation_enabled' => :'autoConfirmationEnabled',
246
+ :'billing_address' => :'billingAddress',
247
+ :'charge_retry_enabled' => :'chargeRetryEnabled',
248
+ :'completed_amount' => :'completedAmount',
249
+ :'completed_on' => :'completedOn',
250
+ :'completion_behavior' => :'completionBehavior',
251
+ :'completion_timeout_on' => :'completionTimeoutOn',
252
+ :'confirmed_by' => :'confirmedBy',
253
+ :'confirmed_on' => :'confirmedOn',
254
+ :'created_by' => :'createdBy',
255
+ :'created_on' => :'createdOn',
256
+ :'currency' => :'currency',
257
+ :'customer_email_address' => :'customerEmailAddress',
258
+ :'customer_id' => :'customerId',
259
+ :'customers_presence' => :'customersPresence',
260
+ :'delivery_decision_made_on' => :'deliveryDecisionMadeOn',
261
+ :'device_session_identifier' => :'deviceSessionIdentifier',
262
+ :'emails_disabled' => :'emailsDisabled',
263
+ :'end_of_life' => :'endOfLife',
264
+ :'environment' => :'environment',
265
+ :'environment_selection_strategy' => :'environmentSelectionStrategy',
266
+ :'failed_on' => :'failedOn',
267
+ :'failed_url' => :'failedUrl',
268
+ :'failure_reason' => :'failureReason',
269
+ :'group' => :'group',
270
+ :'id' => :'id',
271
+ :'internet_protocol_address' => :'internetProtocolAddress',
272
+ :'internet_protocol_address_country' => :'internetProtocolAddressCountry',
273
+ :'invoice_merchant_reference' => :'invoiceMerchantReference',
274
+ :'java_enabled' => :'javaEnabled',
275
+ :'language' => :'language',
276
+ :'line_items' => :'lineItems',
277
+ :'linked_space_id' => :'linkedSpaceId',
278
+ :'merchant_reference' => :'merchantReference',
279
+ :'meta_data' => :'metaData',
280
+ :'parent' => :'parent',
281
+ :'payment_connector_configuration' => :'paymentConnectorConfiguration',
282
+ :'planned_purge_date' => :'plannedPurgeDate',
283
+ :'processing_on' => :'processingOn',
284
+ :'refunded_amount' => :'refundedAmount',
285
+ :'screen_color_depth' => :'screenColorDepth',
286
+ :'screen_height' => :'screenHeight',
287
+ :'screen_width' => :'screenWidth',
288
+ :'shipping_address' => :'shippingAddress',
289
+ :'shipping_method' => :'shippingMethod',
290
+ :'space_view_id' => :'spaceViewId',
291
+ :'state' => :'state',
292
+ :'success_url' => :'successUrl',
293
+ :'terminal' => :'terminal',
294
+ :'time_zone' => :'timeZone',
295
+ :'token' => :'token',
296
+ :'tokenization_mode' => :'tokenizationMode',
297
+ :'total_applied_fees' => :'totalAppliedFees',
298
+ :'total_settled_amount' => :'totalSettledAmount',
299
+ :'user_agent_header' => :'userAgentHeader',
300
+ :'user_failure_message' => :'userFailureMessage',
301
+ :'user_interface_type' => :'userInterfaceType',
302
+ :'version' => :'version',
303
+ :'window_height' => :'windowHeight',
304
+ :'window_width' => :'windowWidth',
305
+ :'years_to_keep' => :'yearsToKeep'
306
+ }
307
+ end
308
+
309
+ # Attribute type mapping.
310
+ def self.swagger_types
311
+ {
312
+ :'accept_header' => :'String',
313
+ :'accept_language_header' => :'String',
314
+ :'allowed_payment_method_brands' => :'Array<Integer>',
315
+ :'allowed_payment_method_configurations' => :'Array<Integer>',
316
+ :'authorization_amount' => :'Float',
317
+ :'authorization_environment' => :'ChargeAttemptEnvironment',
318
+ :'authorization_sales_channel' => :'Integer',
319
+ :'authorization_timeout_on' => :'DateTime',
320
+ :'authorized_on' => :'DateTime',
321
+ :'auto_confirmation_enabled' => :'BOOLEAN',
322
+ :'billing_address' => :'Address',
323
+ :'charge_retry_enabled' => :'BOOLEAN',
324
+ :'completed_amount' => :'Float',
325
+ :'completed_on' => :'DateTime',
326
+ :'completion_behavior' => :'TransactionCompletionBehavior',
327
+ :'completion_timeout_on' => :'DateTime',
328
+ :'confirmed_by' => :'Integer',
329
+ :'confirmed_on' => :'DateTime',
330
+ :'created_by' => :'Integer',
331
+ :'created_on' => :'DateTime',
332
+ :'currency' => :'String',
333
+ :'customer_email_address' => :'String',
334
+ :'customer_id' => :'String',
335
+ :'customers_presence' => :'CustomersPresence',
336
+ :'delivery_decision_made_on' => :'DateTime',
337
+ :'device_session_identifier' => :'String',
338
+ :'emails_disabled' => :'BOOLEAN',
339
+ :'end_of_life' => :'DateTime',
340
+ :'environment' => :'Environment',
341
+ :'environment_selection_strategy' => :'TransactionEnvironmentSelectionStrategy',
342
+ :'failed_on' => :'DateTime',
343
+ :'failed_url' => :'String',
344
+ :'failure_reason' => :'FailureReason',
345
+ :'group' => :'TransactionGroup',
346
+ :'id' => :'Integer',
347
+ :'internet_protocol_address' => :'String',
348
+ :'internet_protocol_address_country' => :'String',
349
+ :'invoice_merchant_reference' => :'String',
350
+ :'java_enabled' => :'BOOLEAN',
351
+ :'language' => :'String',
352
+ :'line_items' => :'Array<LineItem>',
353
+ :'linked_space_id' => :'Integer',
354
+ :'merchant_reference' => :'String',
355
+ :'meta_data' => :'Hash<String, String>',
356
+ :'parent' => :'Integer',
357
+ :'payment_connector_configuration' => :'PaymentConnectorConfiguration',
358
+ :'planned_purge_date' => :'DateTime',
359
+ :'processing_on' => :'DateTime',
360
+ :'refunded_amount' => :'Float',
361
+ :'screen_color_depth' => :'String',
362
+ :'screen_height' => :'String',
363
+ :'screen_width' => :'String',
364
+ :'shipping_address' => :'Address',
365
+ :'shipping_method' => :'String',
366
+ :'space_view_id' => :'Integer',
367
+ :'state' => :'TransactionState',
368
+ :'success_url' => :'String',
369
+ :'terminal' => :'PaymentTerminal',
370
+ :'time_zone' => :'String',
371
+ :'token' => :'Token',
372
+ :'tokenization_mode' => :'TokenizationMode',
373
+ :'total_applied_fees' => :'Float',
374
+ :'total_settled_amount' => :'Float',
375
+ :'user_agent_header' => :'String',
376
+ :'user_failure_message' => :'String',
377
+ :'user_interface_type' => :'TransactionUserInterfaceType',
378
+ :'version' => :'Integer',
379
+ :'window_height' => :'String',
380
+ :'window_width' => :'String',
381
+ :'years_to_keep' => :'Integer'
382
+ }
383
+ end
384
+
385
+ # Initializes the object
386
+ # @param [Hash] attributes Model attributes in the form of hash
387
+ def initialize(attributes = {})
388
+ return unless attributes.is_a?(Hash)
389
+
390
+ # convert string to symbol for hash key
391
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
392
+
393
+ if attributes.has_key?(:'acceptHeader')
394
+ self.accept_header = attributes[:'acceptHeader']
395
+ end
396
+
397
+ if attributes.has_key?(:'acceptLanguageHeader')
398
+ self.accept_language_header = attributes[:'acceptLanguageHeader']
399
+ end
400
+
401
+ if attributes.has_key?(:'allowedPaymentMethodBrands')
402
+ if (value = attributes[:'allowedPaymentMethodBrands']).is_a?(Array)
403
+ self.allowed_payment_method_brands = value
404
+ end
405
+ end
406
+
407
+ if attributes.has_key?(:'allowedPaymentMethodConfigurations')
408
+ if (value = attributes[:'allowedPaymentMethodConfigurations']).is_a?(Array)
409
+ self.allowed_payment_method_configurations = value
410
+ end
411
+ end
412
+
413
+ if attributes.has_key?(:'authorizationAmount')
414
+ self.authorization_amount = attributes[:'authorizationAmount']
415
+ end
416
+
417
+ if attributes.has_key?(:'authorizationEnvironment')
418
+ self.authorization_environment = attributes[:'authorizationEnvironment']
419
+ end
420
+
421
+ if attributes.has_key?(:'authorizationSalesChannel')
422
+ self.authorization_sales_channel = attributes[:'authorizationSalesChannel']
423
+ end
424
+
425
+ if attributes.has_key?(:'authorizationTimeoutOn')
426
+ self.authorization_timeout_on = attributes[:'authorizationTimeoutOn']
427
+ end
428
+
429
+ if attributes.has_key?(:'authorizedOn')
430
+ self.authorized_on = attributes[:'authorizedOn']
431
+ end
432
+
433
+ if attributes.has_key?(:'autoConfirmationEnabled')
434
+ self.auto_confirmation_enabled = attributes[:'autoConfirmationEnabled']
435
+ end
436
+
437
+ if attributes.has_key?(:'billingAddress')
438
+ self.billing_address = attributes[:'billingAddress']
439
+ end
440
+
441
+ if attributes.has_key?(:'chargeRetryEnabled')
442
+ self.charge_retry_enabled = attributes[:'chargeRetryEnabled']
443
+ end
444
+
445
+ if attributes.has_key?(:'completedAmount')
446
+ self.completed_amount = attributes[:'completedAmount']
447
+ end
448
+
449
+ if attributes.has_key?(:'completedOn')
450
+ self.completed_on = attributes[:'completedOn']
451
+ end
452
+
453
+ if attributes.has_key?(:'completionBehavior')
454
+ self.completion_behavior = attributes[:'completionBehavior']
455
+ end
456
+
457
+ if attributes.has_key?(:'completionTimeoutOn')
458
+ self.completion_timeout_on = attributes[:'completionTimeoutOn']
459
+ end
460
+
461
+ if attributes.has_key?(:'confirmedBy')
462
+ self.confirmed_by = attributes[:'confirmedBy']
463
+ end
464
+
465
+ if attributes.has_key?(:'confirmedOn')
466
+ self.confirmed_on = attributes[:'confirmedOn']
467
+ end
468
+
469
+ if attributes.has_key?(:'createdBy')
470
+ self.created_by = attributes[:'createdBy']
471
+ end
472
+
473
+ if attributes.has_key?(:'createdOn')
474
+ self.created_on = attributes[:'createdOn']
475
+ end
476
+
477
+ if attributes.has_key?(:'currency')
478
+ self.currency = attributes[:'currency']
479
+ end
480
+
481
+ if attributes.has_key?(:'customerEmailAddress')
482
+ self.customer_email_address = attributes[:'customerEmailAddress']
483
+ end
484
+
485
+ if attributes.has_key?(:'customerId')
486
+ self.customer_id = attributes[:'customerId']
487
+ end
488
+
489
+ if attributes.has_key?(:'customersPresence')
490
+ self.customers_presence = attributes[:'customersPresence']
491
+ end
492
+
493
+ if attributes.has_key?(:'deliveryDecisionMadeOn')
494
+ self.delivery_decision_made_on = attributes[:'deliveryDecisionMadeOn']
495
+ end
496
+
497
+ if attributes.has_key?(:'deviceSessionIdentifier')
498
+ self.device_session_identifier = attributes[:'deviceSessionIdentifier']
499
+ end
500
+
501
+ if attributes.has_key?(:'emailsDisabled')
502
+ self.emails_disabled = attributes[:'emailsDisabled']
503
+ end
504
+
505
+ if attributes.has_key?(:'endOfLife')
506
+ self.end_of_life = attributes[:'endOfLife']
507
+ end
508
+
509
+ if attributes.has_key?(:'environment')
510
+ self.environment = attributes[:'environment']
511
+ end
512
+
513
+ if attributes.has_key?(:'environmentSelectionStrategy')
514
+ self.environment_selection_strategy = attributes[:'environmentSelectionStrategy']
515
+ end
516
+
517
+ if attributes.has_key?(:'failedOn')
518
+ self.failed_on = attributes[:'failedOn']
519
+ end
520
+
521
+ if attributes.has_key?(:'failedUrl')
522
+ self.failed_url = attributes[:'failedUrl']
523
+ end
524
+
525
+ if attributes.has_key?(:'failureReason')
526
+ self.failure_reason = attributes[:'failureReason']
527
+ end
528
+
529
+ if attributes.has_key?(:'group')
530
+ self.group = attributes[:'group']
531
+ end
532
+
533
+ if attributes.has_key?(:'id')
534
+ self.id = attributes[:'id']
535
+ end
536
+
537
+ if attributes.has_key?(:'internetProtocolAddress')
538
+ self.internet_protocol_address = attributes[:'internetProtocolAddress']
539
+ end
540
+
541
+ if attributes.has_key?(:'internetProtocolAddressCountry')
542
+ self.internet_protocol_address_country = attributes[:'internetProtocolAddressCountry']
543
+ end
544
+
545
+ if attributes.has_key?(:'invoiceMerchantReference')
546
+ self.invoice_merchant_reference = attributes[:'invoiceMerchantReference']
547
+ end
548
+
549
+ if attributes.has_key?(:'javaEnabled')
550
+ self.java_enabled = attributes[:'javaEnabled']
551
+ end
552
+
553
+ if attributes.has_key?(:'language')
554
+ self.language = attributes[:'language']
555
+ end
556
+
557
+ if attributes.has_key?(:'lineItems')
558
+ if (value = attributes[:'lineItems']).is_a?(Array)
559
+ self.line_items = value
560
+ end
561
+ end
562
+
563
+ if attributes.has_key?(:'linkedSpaceId')
564
+ self.linked_space_id = attributes[:'linkedSpaceId']
565
+ end
566
+
567
+ if attributes.has_key?(:'merchantReference')
568
+ self.merchant_reference = attributes[:'merchantReference']
569
+ end
570
+
571
+ if attributes.has_key?(:'metaData')
572
+ if (value = attributes[:'metaData']).is_a?(Hash)
573
+ self.meta_data = value
574
+ end
575
+ end
576
+
577
+ if attributes.has_key?(:'parent')
578
+ self.parent = attributes[:'parent']
579
+ end
580
+
581
+ if attributes.has_key?(:'paymentConnectorConfiguration')
582
+ self.payment_connector_configuration = attributes[:'paymentConnectorConfiguration']
583
+ end
584
+
585
+ if attributes.has_key?(:'plannedPurgeDate')
586
+ self.planned_purge_date = attributes[:'plannedPurgeDate']
587
+ end
588
+
589
+ if attributes.has_key?(:'processingOn')
590
+ self.processing_on = attributes[:'processingOn']
591
+ end
592
+
593
+ if attributes.has_key?(:'refundedAmount')
594
+ self.refunded_amount = attributes[:'refundedAmount']
595
+ end
596
+
597
+ if attributes.has_key?(:'screenColorDepth')
598
+ self.screen_color_depth = attributes[:'screenColorDepth']
599
+ end
600
+
601
+ if attributes.has_key?(:'screenHeight')
602
+ self.screen_height = attributes[:'screenHeight']
603
+ end
604
+
605
+ if attributes.has_key?(:'screenWidth')
606
+ self.screen_width = attributes[:'screenWidth']
607
+ end
608
+
609
+ if attributes.has_key?(:'shippingAddress')
610
+ self.shipping_address = attributes[:'shippingAddress']
611
+ end
612
+
613
+ if attributes.has_key?(:'shippingMethod')
614
+ self.shipping_method = attributes[:'shippingMethod']
615
+ end
616
+
617
+ if attributes.has_key?(:'spaceViewId')
618
+ self.space_view_id = attributes[:'spaceViewId']
619
+ end
620
+
621
+ if attributes.has_key?(:'state')
622
+ self.state = attributes[:'state']
623
+ end
624
+
625
+ if attributes.has_key?(:'successUrl')
626
+ self.success_url = attributes[:'successUrl']
627
+ end
628
+
629
+ if attributes.has_key?(:'terminal')
630
+ self.terminal = attributes[:'terminal']
631
+ end
632
+
633
+ if attributes.has_key?(:'timeZone')
634
+ self.time_zone = attributes[:'timeZone']
635
+ end
636
+
637
+ if attributes.has_key?(:'token')
638
+ self.token = attributes[:'token']
639
+ end
640
+
641
+ if attributes.has_key?(:'tokenizationMode')
642
+ self.tokenization_mode = attributes[:'tokenizationMode']
643
+ end
644
+
645
+ if attributes.has_key?(:'totalAppliedFees')
646
+ self.total_applied_fees = attributes[:'totalAppliedFees']
647
+ end
648
+
649
+ if attributes.has_key?(:'totalSettledAmount')
650
+ self.total_settled_amount = attributes[:'totalSettledAmount']
651
+ end
652
+
653
+ if attributes.has_key?(:'userAgentHeader')
654
+ self.user_agent_header = attributes[:'userAgentHeader']
655
+ end
656
+
657
+ if attributes.has_key?(:'userFailureMessage')
658
+ self.user_failure_message = attributes[:'userFailureMessage']
659
+ end
660
+
661
+ if attributes.has_key?(:'userInterfaceType')
662
+ self.user_interface_type = attributes[:'userInterfaceType']
663
+ end
664
+
665
+ if attributes.has_key?(:'version')
666
+ self.version = attributes[:'version']
667
+ end
668
+
669
+ if attributes.has_key?(:'windowHeight')
670
+ self.window_height = attributes[:'windowHeight']
671
+ end
672
+
673
+ if attributes.has_key?(:'windowWidth')
674
+ self.window_width = attributes[:'windowWidth']
675
+ end
676
+
677
+ if attributes.has_key?(:'yearsToKeep')
678
+ self.years_to_keep = attributes[:'yearsToKeep']
679
+ end
680
+ end
681
+
682
+ # Show invalid properties with the reasons. Usually used together with valid?
683
+ # @return Array for valid properties with the reasons
684
+ def list_invalid_properties
685
+ invalid_properties = Array.new
686
+ if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
687
+ invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 254.')
688
+ end
689
+
690
+ if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
691
+ invalid_properties.push('invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.')
692
+ end
693
+
694
+ if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
695
+ invalid_properties.push('invalid value for "device_session_identifier", the character length must be great than or equal to 10.')
696
+ end
697
+
698
+ if !@failed_url.nil? && @failed_url.to_s.length > 2000
699
+ invalid_properties.push('invalid value for "failed_url", the character length must be smaller than or equal to 2000.')
700
+ end
701
+
702
+ if !@failed_url.nil? && @failed_url.to_s.length < 9
703
+ invalid_properties.push('invalid value for "failed_url", the character length must be great than or equal to 9.')
704
+ end
705
+
706
+ if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
707
+ invalid_properties.push('invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.')
708
+ end
709
+
710
+ if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
711
+ invalid_properties.push('invalid value for "merchant_reference", the character length must be smaller than or equal to 100.')
712
+ end
713
+
714
+ if !@shipping_method.nil? && @shipping_method.to_s.length > 200
715
+ invalid_properties.push('invalid value for "shipping_method", the character length must be smaller than or equal to 200.')
716
+ end
717
+
718
+ if !@success_url.nil? && @success_url.to_s.length > 2000
719
+ invalid_properties.push('invalid value for "success_url", the character length must be smaller than or equal to 2000.')
720
+ end
721
+
722
+ if !@success_url.nil? && @success_url.to_s.length < 9
723
+ invalid_properties.push('invalid value for "success_url", the character length must be great than or equal to 9.')
724
+ end
725
+
726
+ invalid_properties
727
+ end
728
+
729
+ # Check to see if the all the properties in the model are valid
730
+ # @return true if the model is valid
731
+ def valid?
732
+ return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
733
+ return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
734
+ return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
735
+ return false if !@failed_url.nil? && @failed_url.to_s.length > 2000
736
+ return false if !@failed_url.nil? && @failed_url.to_s.length < 9
737
+ return false if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
738
+ return false if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
739
+ return false if !@shipping_method.nil? && @shipping_method.to_s.length > 200
740
+ return false if !@success_url.nil? && @success_url.to_s.length > 2000
741
+ return false if !@success_url.nil? && @success_url.to_s.length < 9
742
+ true
743
+ end
744
+
745
+ # Custom attribute writer method with validation
746
+ # @param [Object] customer_email_address Value to be assigned
747
+ def customer_email_address=(customer_email_address)
748
+ if !customer_email_address.nil? && customer_email_address.to_s.length > 254
749
+ fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 254.'
750
+ end
751
+
752
+ @customer_email_address = customer_email_address
753
+ end
754
+
755
+ # Custom attribute writer method with validation
756
+ # @param [Object] device_session_identifier Value to be assigned
757
+ def device_session_identifier=(device_session_identifier)
758
+ if !device_session_identifier.nil? && device_session_identifier.to_s.length > 40
759
+ fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.'
760
+ end
761
+
762
+ if !device_session_identifier.nil? && device_session_identifier.to_s.length < 10
763
+ fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be great than or equal to 10.'
764
+ end
765
+
766
+ @device_session_identifier = device_session_identifier
767
+ end
768
+
769
+ # Custom attribute writer method with validation
770
+ # @param [Object] failed_url Value to be assigned
771
+ def failed_url=(failed_url)
772
+ if !failed_url.nil? && failed_url.to_s.length > 2000
773
+ fail ArgumentError, 'invalid value for "failed_url", the character length must be smaller than or equal to 2000.'
774
+ end
775
+
776
+ if !failed_url.nil? && failed_url.to_s.length < 9
777
+ fail ArgumentError, 'invalid value for "failed_url", the character length must be great than or equal to 9.'
778
+ end
779
+
780
+ @failed_url = failed_url
781
+ end
782
+
783
+ # Custom attribute writer method with validation
784
+ # @param [Object] invoice_merchant_reference Value to be assigned
785
+ def invoice_merchant_reference=(invoice_merchant_reference)
786
+ if !invoice_merchant_reference.nil? && invoice_merchant_reference.to_s.length > 100
787
+ fail ArgumentError, 'invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.'
788
+ end
789
+
790
+ @invoice_merchant_reference = invoice_merchant_reference
791
+ end
792
+
793
+ # Custom attribute writer method with validation
794
+ # @param [Object] merchant_reference Value to be assigned
795
+ def merchant_reference=(merchant_reference)
796
+ if !merchant_reference.nil? && merchant_reference.to_s.length > 100
797
+ fail ArgumentError, 'invalid value for "merchant_reference", the character length must be smaller than or equal to 100.'
798
+ end
799
+
800
+ @merchant_reference = merchant_reference
801
+ end
802
+
803
+ # Custom attribute writer method with validation
804
+ # @param [Object] shipping_method Value to be assigned
805
+ def shipping_method=(shipping_method)
806
+ if !shipping_method.nil? && shipping_method.to_s.length > 200
807
+ fail ArgumentError, 'invalid value for "shipping_method", the character length must be smaller than or equal to 200.'
808
+ end
809
+
810
+ @shipping_method = shipping_method
811
+ end
812
+
813
+ # Custom attribute writer method with validation
814
+ # @param [Object] success_url Value to be assigned
815
+ def success_url=(success_url)
816
+ if !success_url.nil? && success_url.to_s.length > 2000
817
+ fail ArgumentError, 'invalid value for "success_url", the character length must be smaller than or equal to 2000.'
818
+ end
819
+
820
+ if !success_url.nil? && success_url.to_s.length < 9
821
+ fail ArgumentError, 'invalid value for "success_url", the character length must be great than or equal to 9.'
822
+ end
823
+
824
+ @success_url = success_url
825
+ end
826
+
827
+ # Checks equality by comparing each attribute.
828
+ # @param [Object] Object to be compared
829
+ def ==(o)
830
+ return true if self.equal?(o)
831
+ self.class == o.class &&
832
+ accept_header == o.accept_header &&
833
+ accept_language_header == o.accept_language_header &&
834
+ allowed_payment_method_brands == o.allowed_payment_method_brands &&
835
+ allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
836
+ authorization_amount == o.authorization_amount &&
837
+ authorization_environment == o.authorization_environment &&
838
+ authorization_sales_channel == o.authorization_sales_channel &&
839
+ authorization_timeout_on == o.authorization_timeout_on &&
840
+ authorized_on == o.authorized_on &&
841
+ auto_confirmation_enabled == o.auto_confirmation_enabled &&
842
+ billing_address == o.billing_address &&
843
+ charge_retry_enabled == o.charge_retry_enabled &&
844
+ completed_amount == o.completed_amount &&
845
+ completed_on == o.completed_on &&
846
+ completion_behavior == o.completion_behavior &&
847
+ completion_timeout_on == o.completion_timeout_on &&
848
+ confirmed_by == o.confirmed_by &&
849
+ confirmed_on == o.confirmed_on &&
850
+ created_by == o.created_by &&
851
+ created_on == o.created_on &&
852
+ currency == o.currency &&
853
+ customer_email_address == o.customer_email_address &&
854
+ customer_id == o.customer_id &&
855
+ customers_presence == o.customers_presence &&
856
+ delivery_decision_made_on == o.delivery_decision_made_on &&
857
+ device_session_identifier == o.device_session_identifier &&
858
+ emails_disabled == o.emails_disabled &&
859
+ end_of_life == o.end_of_life &&
860
+ environment == o.environment &&
861
+ environment_selection_strategy == o.environment_selection_strategy &&
862
+ failed_on == o.failed_on &&
863
+ failed_url == o.failed_url &&
864
+ failure_reason == o.failure_reason &&
865
+ group == o.group &&
866
+ id == o.id &&
867
+ internet_protocol_address == o.internet_protocol_address &&
868
+ internet_protocol_address_country == o.internet_protocol_address_country &&
869
+ invoice_merchant_reference == o.invoice_merchant_reference &&
870
+ java_enabled == o.java_enabled &&
871
+ language == o.language &&
872
+ line_items == o.line_items &&
873
+ linked_space_id == o.linked_space_id &&
874
+ merchant_reference == o.merchant_reference &&
875
+ meta_data == o.meta_data &&
876
+ parent == o.parent &&
877
+ payment_connector_configuration == o.payment_connector_configuration &&
878
+ planned_purge_date == o.planned_purge_date &&
879
+ processing_on == o.processing_on &&
880
+ refunded_amount == o.refunded_amount &&
881
+ screen_color_depth == o.screen_color_depth &&
882
+ screen_height == o.screen_height &&
883
+ screen_width == o.screen_width &&
884
+ shipping_address == o.shipping_address &&
885
+ shipping_method == o.shipping_method &&
886
+ space_view_id == o.space_view_id &&
887
+ state == o.state &&
888
+ success_url == o.success_url &&
889
+ terminal == o.terminal &&
890
+ time_zone == o.time_zone &&
891
+ token == o.token &&
892
+ tokenization_mode == o.tokenization_mode &&
893
+ total_applied_fees == o.total_applied_fees &&
894
+ total_settled_amount == o.total_settled_amount &&
895
+ user_agent_header == o.user_agent_header &&
896
+ user_failure_message == o.user_failure_message &&
897
+ user_interface_type == o.user_interface_type &&
898
+ version == o.version &&
899
+ window_height == o.window_height &&
900
+ window_width == o.window_width &&
901
+ years_to_keep == o.years_to_keep
902
+ end
903
+
904
+ # @see the `==` method
905
+ # @param [Object] Object to be compared
906
+ def eql?(o)
907
+ self == o
908
+ end
909
+
910
+ # Calculates hash code according to all attributes.
911
+ # @return [Fixnum] Hash code
912
+ def hash
913
+ [accept_header, accept_language_header, allowed_payment_method_brands, allowed_payment_method_configurations, authorization_amount, authorization_environment, authorization_sales_channel, authorization_timeout_on, authorized_on, auto_confirmation_enabled, billing_address, charge_retry_enabled, completed_amount, completed_on, completion_behavior, completion_timeout_on, confirmed_by, confirmed_on, created_by, created_on, currency, customer_email_address, customer_id, customers_presence, delivery_decision_made_on, device_session_identifier, emails_disabled, end_of_life, environment, environment_selection_strategy, failed_on, failed_url, failure_reason, group, id, internet_protocol_address, internet_protocol_address_country, invoice_merchant_reference, java_enabled, language, line_items, linked_space_id, merchant_reference, meta_data, parent, payment_connector_configuration, planned_purge_date, processing_on, refunded_amount, screen_color_depth, screen_height, screen_width, shipping_address, shipping_method, space_view_id, state, success_url, terminal, time_zone, token, tokenization_mode, total_applied_fees, total_settled_amount, user_agent_header, user_failure_message, user_interface_type, version, window_height, window_width, years_to_keep].hash
914
+ end
915
+
916
+ # Builds the object from hash
917
+ # @param [Hash] attributes Model attributes in the form of hash
918
+ # @return [Object] Returns the model itself
919
+ def build_from_hash(attributes)
920
+ return nil unless attributes.is_a?(Hash)
921
+ self.class.swagger_types.each_pair do |key, type|
922
+ if type =~ /\AArray<(.*)>/i
923
+ # check to ensure the input is an array given that the attribute
924
+ # is documented as an array but the input is not
925
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
926
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
927
+ end
928
+ elsif !attributes[self.class.attribute_map[key]].nil?
929
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
930
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
931
+ end
932
+
933
+ self
934
+ end
935
+
936
+ # Deserializes the data based on type
937
+ # @param string type Data type
938
+ # @param string value Value to be deserialized
939
+ # @return [Object] Deserialized data
940
+ def _deserialize(type, value)
941
+ case type.to_sym
942
+ when :DateTime
943
+ DateTime.parse(value)
944
+ when :Date
945
+ Date.parse(value)
946
+ when :String
947
+ value.to_s
948
+ when :Integer
949
+ value.to_i
950
+ when :Float
951
+ value.to_f
952
+ when :BOOLEAN
953
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
954
+ true
955
+ else
956
+ false
957
+ end
958
+ when :Object
959
+ # generic object (usually a Hash), return directly
960
+ value
961
+ when /\AArray<(?<inner_type>.+)>\z/
962
+ inner_type = Regexp.last_match[:inner_type]
963
+ value.map { |v| _deserialize(inner_type, v) }
964
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
965
+ k_type = Regexp.last_match[:k_type]
966
+ v_type = Regexp.last_match[:v_type]
967
+ {}.tap do |hash|
968
+ value.each do |k, v|
969
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
970
+ end
971
+ end
972
+ else # model
973
+ temp_model = VRPayment.const_get(type).new
974
+ temp_model.build_from_hash(value)
975
+ end
976
+ end
977
+
978
+ # Returns the string representation of the object
979
+ # @return [String] String presentation of the object
980
+ def to_s
981
+ to_hash.to_s
982
+ end
983
+
984
+ # to_body is an alias to to_hash (backward compatibility)
985
+ # @return [Hash] Returns the object in the form of hash
986
+ def to_body
987
+ to_hash
988
+ end
989
+
990
+ # Returns the object in the form of hash
991
+ # @return [Hash] Returns the object in the form of hash
992
+ def to_hash
993
+ hash = {}
994
+ self.class.attribute_map.each_pair do |attr, param|
995
+ value = self.send(attr)
996
+ next if value.nil?
997
+ hash[param] = _to_hash(value)
998
+ end
999
+ hash
1000
+ end
1001
+
1002
+ # Outputs non-array value in the form of hash
1003
+ # For object, use to_hash. Otherwise, just return the value
1004
+ # @param [Object] value Any valid value
1005
+ # @return [Hash] Returns the value in the form of hash
1006
+ def _to_hash(value)
1007
+ if value.is_a?(Array)
1008
+ value.compact.map{ |v| _to_hash(v) }
1009
+ elsif value.is_a?(Hash)
1010
+ {}.tap do |hash|
1011
+ value.each { |k, v| hash[k] = _to_hash(v) }
1012
+ end
1013
+ elsif value.respond_to? :to_hash
1014
+ value.to_hash
1015
+ else
1016
+ value
1017
+ end
1018
+ end
1019
+
1020
+ end
1021
+ end