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.
- checksums.yaml +7 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +55 -0
- data/LICENSE +201 -0
- data/README.md +176 -0
- data/Rakefile +14 -0
- data/lib/vrpayment-ruby-sdk/api/account_service_api.rb +398 -0
- data/lib/vrpayment-ruby-sdk/api/application_user_service_api.rb +398 -0
- data/lib/vrpayment-ruby-sdk/api/bank_account_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/card_processing_service_api.rb +182 -0
- data/lib/vrpayment-ruby-sdk/api/charge_attempt_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/charge_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/charge_flow_level_service_api.rb +296 -0
- data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +509 -0
- data/lib/vrpayment-ruby-sdk/api/condition_type_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/country_service_api.rb +86 -0
- data/lib/vrpayment-ruby-sdk/api/country_state_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/currency_bank_account_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/currency_service_api.rb +86 -0
- data/lib/vrpayment-ruby-sdk/api/customer_address_service_api.rb +495 -0
- data/lib/vrpayment-ruby-sdk/api/customer_comment_service_api.rb +562 -0
- data/lib/vrpayment-ruby-sdk/api/customer_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/delivery_indication_service_api.rb +362 -0
- data/lib/vrpayment-ruby-sdk/api/document_template_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/document_template_type_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_case_level_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_case_service_api.rb +366 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_flow_level_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_flow_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +460 -0
- data/lib/vrpayment-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_invoice_link_service_api.rb +376 -0
- data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_service_api.rb +429 -0
- data/lib/vrpayment-ruby-sdk/api/invoice_reimbursement_service_api.rb +373 -0
- data/lib/vrpayment-ruby-sdk/api/label_description_group_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/label_description_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/language_service_api.rb +86 -0
- data/lib/vrpayment-ruby-sdk/api/legal_organization_form_service_api.rb +212 -0
- data/lib/vrpayment-ruby-sdk/api/manual_task_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/mertic_usage_service_api.rb +101 -0
- data/lib/vrpayment-ruby-sdk/api/payment_connector_configuration_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/payment_connector_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_link_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/payment_method_brand_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_method_configuration_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/payment_method_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_processor_configuration_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/payment_processor_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_terminal_service_api.rb +503 -0
- data/lib/vrpayment-ruby-sdk/api/payment_terminal_till_service_api.rb +180 -0
- data/lib/vrpayment-ruby-sdk/api/payment_terminal_transaction_summary_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/payment_web_app_service_api.rb +632 -0
- data/lib/vrpayment-ruby-sdk/api/permission_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/refund_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/refund_comment_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/refund_service_api.rb +572 -0
- data/lib/vrpayment-ruby-sdk/api/space_service_api.rb +398 -0
- data/lib/vrpayment-ruby-sdk/api/static_value_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/subscriber_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_affiliate_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_charge_service_api.rb +363 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_ledger_entry_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_metric_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_metric_usage_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_period_bill_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_component_group_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_component_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_period_fee_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_retirement_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_service_api.rb +362 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_version_service_api.rb +430 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_service_api.rb +793 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +363 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_version_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/token_service_api.rb +768 -0
- data/lib/vrpayment-ruby-sdk/api/token_version_service_api.rb +296 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_comment_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_completion_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +96 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_invoice_comment_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_invoice_service_api.rb +645 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +96 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_line_item_version_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +91 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +96 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +1238 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_terminal_service_api.rb +171 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_void_service_api.rb +364 -0
- data/lib/vrpayment-ruby-sdk/api/user_account_role_service_api.rb +234 -0
- data/lib/vrpayment-ruby-sdk/api/user_space_role_service_api.rb +231 -0
- data/lib/vrpayment-ruby-sdk/api/web_app_service_api.rb +215 -0
- data/lib/vrpayment-ruby-sdk/api/webhook_encryption_service_api.rb +117 -0
- data/lib/vrpayment-ruby-sdk/api/webhook_listener_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/webhook_url_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api_client.rb +423 -0
- data/lib/vrpayment-ruby-sdk/api_error.rb +43 -0
- data/lib/vrpayment-ruby-sdk/configuration.rb +143 -0
- data/lib/vrpayment-ruby-sdk/encryption_util.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_account_update.rb +234 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_application_user_update.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_customer_active.rb +312 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_human_user_update.rb +320 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +309 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_refund_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_space_update.rb +286 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscriber_update.rb +321 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscription_affiliate_update.rb +246 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscription_metric_update.rb +204 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscription_product_active.rb +257 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_token_update.rb +270 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_transaction_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_transaction_pending.rb +486 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_webhook_listener_update.rb +237 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_webhook_url_update.rb +249 -0
- data/lib/vrpayment-ruby-sdk/models/account.rb +375 -0
- data/lib/vrpayment-ruby-sdk/models/account_create.rb +260 -0
- data/lib/vrpayment-ruby-sdk/models/account_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/account_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/account_update.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/address.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/address_create.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/application_user.rb +286 -0
- data/lib/vrpayment-ruby-sdk/models/application_user_create.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/application_user_create_with_mac_key.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/application_user_update.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/authenticated_card_data.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/authenticated_card_data_create.rb +368 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account_environment.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account_type.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction.rb +397 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_source.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/billing_cycle_model.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/billing_cycle_type.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/billing_day_customization.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/card_authentication_response.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/card_authentication_version.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/card_cryptogram.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/card_cryptogram_create.rb +206 -0
- data/lib/vrpayment-ruby-sdk/models/cardholder_authentication.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/charge.rb +321 -0
- data/lib/vrpayment-ruby-sdk/models/charge_attempt.rb +488 -0
- data/lib/vrpayment-ruby-sdk/models/charge_attempt_environment.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/charge_attempt_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/charge_bank_transaction.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow.rb +263 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level.rb +311 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration_type.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_payment_link.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/charge_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/charge_type.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/client_error.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/client_error_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/completion_line_item.rb +226 -0
- data/lib/vrpayment-ruby-sdk/models/completion_line_item_create.rb +245 -0
- data/lib/vrpayment-ruby-sdk/models/condition.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/condition_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/connector_invocation.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/connector_invocation_stage.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/creation_entity_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/criteria_operator.rb +45 -0
- data/lib/vrpayment-ruby-sdk/models/currency_bank_account.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/customer.rb +353 -0
- data/lib/vrpayment-ruby-sdk/models/customer_active.rb +343 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address_active.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address_create.rb +216 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/customer_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/customer_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/customer_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/customer_create.rb +313 -0
- data/lib/vrpayment-ruby-sdk/models/customer_postal_address.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/customer_postal_address_create.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/customers_presence.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/data_collection_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/delivery_indication.rb +321 -0
- data/lib/vrpayment-ruby-sdk/models/delivery_indication_decision_reason.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/delivery_indication_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/displayable_day_of_week.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/displayable_month.rb +45 -0
- data/lib/vrpayment-ruby-sdk/models/document_template.rb +306 -0
- data/lib/vrpayment-ruby-sdk/models/document_template_type.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/document_template_type_group.rb +203 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case.rb +311 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case_level.rb +351 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case_level_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_condition.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_condition_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow.rb +273 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow_level.rb +330 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow_level_processor.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow_type.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/entity_export_request.rb +208 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query.rb +233 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_filter.rb +238 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_filter_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_order_by.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_order_by_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/environment.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/failure_category.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/failure_reason.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/feature.rb +277 -0
- data/lib/vrpayment-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/gender.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/human_user.rb +361 -0
- data/lib/vrpayment-ruby-sdk/models/human_user_create.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/human_user_update.rb +351 -0
- data/lib/vrpayment-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record.rb +571 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_invoice_link.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_rejection_status.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement.rb +401 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_with_refund_reference.rb +411 -0
- data/lib/vrpayment-ruby-sdk/models/label.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor.rb +267 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor_category.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor_group.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/legal_organization_form.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/line_item.rb +449 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_attribute.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_attribute_create.rb +249 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_create.rb +372 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_reduction.rb +226 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_reduction_create.rb +245 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_type.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/localized_string.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task.rb +273 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_action.rb +223 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_action_style.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_type.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/metric_usage.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/one_click_payment_mode.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/pan_type.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/payment_adjustment.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/payment_adjustment_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_update_request.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration_create.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_update_request.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_connector.rb +351 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_connector_creation_request.rb +366 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_connector_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_processor.rb +386 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_processor_creation_request.rb +317 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_processor_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration_create.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_update_request.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_void_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_void_update_request.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/payment_connector.rb +323 -0
- data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration.rb +352 -0
- data/lib/vrpayment-ruby-sdk/models/payment_connector_feature.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/payment_contract.rb +341 -0
- data/lib/vrpayment-ruby-sdk/models/payment_contract_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/payment_contract_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/payment_information_hash.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/payment_information_hash_type.rb +203 -0
- data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file_state.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link.rb +390 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +350 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +350 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_protection_mode.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +340 -0
- data/lib/vrpayment-ruby-sdk/models/payment_method.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_method_brand.rb +245 -0
- data/lib/vrpayment-ruby-sdk/models/payment_method_configuration.rb +374 -0
- data/lib/vrpayment-ruby-sdk/models/payment_primary_risk_taker.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/payment_processor.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration.rb +286 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal.rb +336 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_address.rb +396 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version.rb +323 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_dcc_transaction_sum.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_sum.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary.rb +307 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_fetch_request.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_reference.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/permission.rb +299 -0
- data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount_update.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/product_fee_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_fee.rb +275 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_fee_update.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee.rb +233 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee_update.rb +243 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_tier_pricing.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/product_period_fee.rb +289 -0
- data/lib/vrpayment-ruby-sdk/models/product_period_fee_update.rb +279 -0
- data/lib/vrpayment-ruby-sdk/models/product_setup_fee.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/product_setup_fee_update.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/recurring_indicator.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/refund.rb +567 -0
- data/lib/vrpayment-ruby-sdk/models/refund_bank_transaction.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/refund_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/refund_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/refund_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/refund_create.rb +306 -0
- data/lib/vrpayment-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
- data/lib/vrpayment-ruby-sdk/models/refund_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/refund_type.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/rendered_document.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/rendered_terminal_receipt.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/rendered_terminal_transaction_summary.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/resource_path.rb +275 -0
- data/lib/vrpayment-ruby-sdk/models/resource_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/rest_address_format.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/rest_address_format_field.rb +43 -0
- data/lib/vrpayment-ruby-sdk/models/rest_country.rb +243 -0
- data/lib/vrpayment-ruby-sdk/models/rest_country_state.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/rest_currency.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/rest_language.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/role.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/role_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/sales_channel.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/scope.rb +350 -0
- data/lib/vrpayment-ruby-sdk/models/server_error.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/space.rb +407 -0
- data/lib/vrpayment-ruby-sdk/models/space_address.rb +466 -0
- data/lib/vrpayment-ruby-sdk/models/space_address_create.rb +466 -0
- data/lib/vrpayment-ruby-sdk/models/space_create.rb +312 -0
- data/lib/vrpayment-ruby-sdk/models/space_update.rb +317 -0
- data/lib/vrpayment-ruby-sdk/models/space_view.rb +275 -0
- data/lib/vrpayment-ruby-sdk/models/static_value.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber.rb +382 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber_active.rb +362 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber_create.rb +347 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber_update.rb +352 -0
- data/lib/vrpayment-ruby-sdk/models/subscription.rb +411 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_create.rb +305 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleted.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleting.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_inactive.rb +277 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_update.rb +277 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_change_request.rb +260 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge.rb +456 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_create.rb +329 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_processing_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_component_configuration.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_create_request.rb +250 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry.rb +442 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_create.rb +316 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_active.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_create.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_type.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_update.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report.rb +306 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report_create.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_pending.rb +301 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_period_bill.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_period_bill_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product.rb +333 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_active.rb +288 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component.rb +325 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group.rb +253 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group_update.rb +253 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_update.rb +325 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_create.rb +292 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement_create.rb +216 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version.rb +420 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_pending.rb +315 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement_create.rb +216 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_state.rb +41 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension.rb +336 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_action.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_create.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_reason.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_running.rb +336 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_update.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_update_request.rb +206 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_version.rb +373 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_version_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/tax.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/tax_calculation.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/tax_class.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/tax_create.rb +239 -0
- data/lib/vrpayment-ruby-sdk/models/tenant_database.rb +226 -0
- data/lib/vrpayment-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/terminal_receipt_format.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/token.rb +341 -0
- data/lib/vrpayment-ruby-sdk/models/token_create.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/token_update.rb +301 -0
- data/lib/vrpayment-ruby-sdk/models/token_version.rb +445 -0
- data/lib/vrpayment-ruby-sdk/models/token_version_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/token_version_type.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/tokenization_mode.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/tokenized_card_data.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/tokenized_card_data_create.rb +358 -0
- data/lib/vrpayment-ruby-sdk/models/transaction.rb +1021 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion.rb +553 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_mode.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_request.rb +316 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_create.rb +596 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_environment_selection_strategy.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_group.rb +276 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_group_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice.rb +452 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_replacement.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_state.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version.rb +405 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_create.rb +228 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_pending.rb +517 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_state.rb +43 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_user_interface_type.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_void.rb +373 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_void_mode.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_void_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/two_factor_authentication_type.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/user.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/user_account_role.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/user_space_role.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/user_type.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
- data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_encryption_public_key.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_identity.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener.rb +318 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener_create.rb +278 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener_entity.rb +213 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener_update.rb +268 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_url.rb +300 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_url_create.rb +250 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_url_update.rb +280 -0
- data/lib/vrpayment-ruby-sdk/version.rb +20 -0
- data/lib/vrpayment-ruby-sdk.rb +522 -0
- data/test/constants.rb +82 -0
- data/test/encryption_util_test.rb +86 -0
- data/test/refund_service_test.rb +133 -0
- data/test/transaction_completion_service_test.rb +104 -0
- data/test/transaction_iframe_service_test.rb +25 -0
- data/test/transaction_lightbox_service_test.rb +25 -0
- data/test/transaction_payment_page_service_test.rb +25 -0
- data/test/transaction_service_test.rb +230 -0
- data/vendor/bundle/ruby/3.3.0/bin/rake +29 -0
- data/vendor/bundle/ruby/3.3.0/cache/addressable-2.8.7.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.2-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/public_suffix-6.0.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/test-unit-3.3.9.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem_make.out +25 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/mkmf.log +164 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Gemfile +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/README.md +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Rakefile +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/data/unicode.data +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/native.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/pure.rb +505 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/template.rb +1029 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/uri.rb +2602 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/version.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/idna_spec.rb +302 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/net_http_compat_spec.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/security_spec.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/template_spec.rb +1264 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/uri_spec.rb +6840 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/spec_helper.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/clobber.rake +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/gem.rake +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/git.rake +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/metrics.rake +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/profile.rake +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/rspec.rake +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/yard.rake +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.gitignore +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.rspec +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/CHANGELOG.md +375 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Gemfile +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Guardfile +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/README.md +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Rakefile +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/ethon.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curl.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/codes.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/constants.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/functions.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/infos.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/messages.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb +503 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +149 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/features.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/form.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/header.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb +157 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/operations.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/options.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/params.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +136 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/util.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy.rb +315 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/select.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/libc.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/loggable.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/operations.rb +228 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/options.rb +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/stack.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/version.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/benchmarks.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/memory_leaks.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/perf_spec_helper.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/curl_spec.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb +168 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb +193 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb +235 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy_spec.rb +203 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/libc_spec.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb +182 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi_spec.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/spec_helper.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/localhost_server.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/server.rb +115 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/CHANGELOG.md +473 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/COPYING +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Gemfile +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/README.md +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Rakefile +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/ffi.gemspec +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.5/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.6/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.7/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/abstract_memory.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/autopointer.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/compat.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/data_converter.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/dynamic_library.rb +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/enum.rb +302 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/errno.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/ffi.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/function.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library.rb +576 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library_path.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/managedstruct.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/memorypointer.rb +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform.rb +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/pointer.rb +167 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_by_reference.rb +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/const_generator.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator_task.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/struct_generator.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/types_generator.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/types.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/union.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/variadic.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/rakelib/ffi_gem_helper.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getlogin.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getpid.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/gettimeofday.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello_ractor.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/inotify.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/pty.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort_ractor.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/abstract_memory.rbs +165 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/buffer.rbs +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/data_converter.rbs +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/dynamic_library.rbs +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/enum.rbs +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/function.rbs +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/native_type.rbs +86 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/pointer.rbs +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_value.rbs +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout.rbs +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/type.rbs +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi.rbs +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/CHANGES.md +652 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/LEGAL +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/README.md +281 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/fbuffer/fbuffer.h +270 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/Makefile +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/extconf.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/generator.c +2139 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/Makefile +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/extconf.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/parser.c +1507 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/simd.h +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/fpconv.c +479 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/jeaiii-ltoa.h +267 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/json.gemspec +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/bigdecimal.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/complex.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/core.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date_time.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/exception.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/ostruct.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/range.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/rational.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/regexp.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/set.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/struct.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/symbol.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/time.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/common.rb +1104 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator/state.rb +106 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/generic_object.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/truffle_ruby/generator.rb +690 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json.rb +620 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/dependabot.yml +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/workflows/ci.yml +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.gitignore +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/COPYING +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Gemfile +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/LEGAL +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/README.md +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Rakefile +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/colorize.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/configuration.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/context.rb +233 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/enable_tracepoint_events.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/inspector.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/parser.rb +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/power_assert.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/.yardopts +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/CHANGELOG.md +498 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/README.md +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/SECURITY.md +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/data/list.txt +15791 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/domain.rb +235 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/errors.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/list.rb +247 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/rule.rb +350 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/version.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/History.rdoc +2403 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/exe/rake +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/rake.gemspec +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/BSDL +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/COPYING +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/PSFL +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/README.md +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/Rakefile +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/getting-started.md +246 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/how-to.md +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/news.md +1533 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertion-failed-error.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertions.rb +2256 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute-matcher.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/auto-runner-loader.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/autorunner.rb +569 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/code-snippet-fetcher.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/descendant.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/dir.rb +108 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/load.rb +197 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/objectspace.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/xml.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector.rb +73 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color-scheme.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data-sets.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data.rb +371 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/diff.rb +745 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/error.rb +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/exception-handler.rb +82 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/failure.rb +169 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fault-location-detector.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fixture.rb +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/notification.rb +138 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/omission.rb +198 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/pending.rb +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/priority.rb +196 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/console.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/emacs.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/xml.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/test-suite-creator.rb +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testcase.rb +899 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testresult.rb +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testsuite.rb +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/outputlevel.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/testrunner.rb +733 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunner.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnermediator.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/xml/testrunner.rb +224 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/backtracefilter.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/method-owner-finder.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/observable.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/output.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/procwrapper.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit.rb +519 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test-unit.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/adder.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/subtracter.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_adder.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_subtracter.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_user.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-descendant.rb +182 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-load.rb +475 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_dir.rb +407 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_objectspace.rb +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.csv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.tsv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.csv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.tsv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.csv +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.tsv +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/plus.csv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/run-test.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-assertions.rb +2187 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute-matcher.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute.rb +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-code-snippet.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color-scheme.rb +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-data.rb +419 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-diff.rb +518 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-emacs-runner.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-error.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-failure.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fault-location-detector.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fixture.rb +713 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-notification.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-omission.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-pending.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-priority.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-case.rb +1284 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-result.rb +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite-creator.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/testunit-test-util.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/ui/test_testrunmediator.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-method-owner-finder.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-output.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_backtracefilter.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_observable.rb +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_procwrapper.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CONTRIBUTING.md +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/README.md +588 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/UPGRADE.md +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/adapters/faraday.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/dalli.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/rails.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/redis.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/no_stub.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/typhoeus_error.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb +217 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/addable.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/before.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/block_connection.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/cacheable.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/memoizable.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/queueable.rb +83 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/runnable.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/stubbable.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/pool.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/railtie.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/actions.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/before.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/block_connection.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/cacheable.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/callbacks.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/marshal.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/memoizable.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/operations.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/streamable.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/stubbable.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +223 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +305 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb +106 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus.rb +143 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +339 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +143 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +280 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +256 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +147 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +323 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +256 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.13.0.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.5.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.2.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/test-unit-3.3.9.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec +24 -0
- data/vrpayment-ruby-sdk.gemspec +44 -0
- metadata +1224 -0
@@ -0,0 +1,632 @@
|
|
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 "uri"
|
19
|
+
|
20
|
+
module VRPayment
|
21
|
+
class PaymentWebAppService
|
22
|
+
attr_accessor :api_client
|
23
|
+
|
24
|
+
def initialize(api_client = ApiClient.default)
|
25
|
+
@api_client = api_client
|
26
|
+
end
|
27
|
+
|
28
|
+
# Activate Processor for Production
|
29
|
+
# This operation marks the processor to be usable within the production environment.
|
30
|
+
# @param space_id The space ID identifies the space in which the processor is installed in.
|
31
|
+
# @param external_id The external ID identifies the processor. The external ID corresponds to the ID provided during inserting of the processor.
|
32
|
+
# @param [Hash] opts the optional parameters
|
33
|
+
# @return [PaymentAppProcessor]
|
34
|
+
def activate_processor_for_production(space_id, external_id, opts = {})
|
35
|
+
data, _status_code, _headers = activate_processor_for_production_with_http_info(space_id, external_id, opts)
|
36
|
+
return data
|
37
|
+
end
|
38
|
+
|
39
|
+
# Activate Processor for Production
|
40
|
+
# This operation marks the processor to be usable within the production environment.
|
41
|
+
|
42
|
+
# @param space_id The space ID identifies the space in which the processor is installed in.
|
43
|
+
# @param external_id The external ID identifies the processor. The external ID corresponds to the ID provided during inserting of the processor.
|
44
|
+
# @param [Hash] opts the optional parameters
|
45
|
+
# @return [Array<(PaymentAppProcessor, Fixnum, Hash)>] PaymentAppProcessor data, response status code and response headers
|
46
|
+
def activate_processor_for_production_with_http_info(space_id, external_id, opts = {})
|
47
|
+
if @api_client.config.debugging
|
48
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.activate_processor_for_production ..."
|
49
|
+
end
|
50
|
+
# verify the required parameter 'space_id' is set
|
51
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.activate_processor_for_production" if space_id.nil?
|
52
|
+
# verify the required parameter 'external_id' is set
|
53
|
+
fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppService.activate_processor_for_production" if external_id.nil?
|
54
|
+
# resource path
|
55
|
+
local_var_path = "/payment-web-app/activate-processor-for-production".sub('{format}','json')
|
56
|
+
|
57
|
+
# query parameters
|
58
|
+
query_params = {}
|
59
|
+
query_params[:'spaceId'] = space_id
|
60
|
+
query_params[:'externalId'] = external_id
|
61
|
+
|
62
|
+
# header parameters
|
63
|
+
header_params = {}
|
64
|
+
|
65
|
+
# HTTP header 'Accept' (if needed)
|
66
|
+
local_header_accept = []
|
67
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
68
|
+
|
69
|
+
# HTTP header 'Content-Type'
|
70
|
+
local_header_content_type = ['*/*']
|
71
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
72
|
+
|
73
|
+
# form parameters
|
74
|
+
form_params = {}
|
75
|
+
|
76
|
+
# connection timeout
|
77
|
+
timeout = @api_client.get_connection_timeout()
|
78
|
+
|
79
|
+
# http body (model)
|
80
|
+
post_body = nil
|
81
|
+
auth_names = []
|
82
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
83
|
+
:header_params => header_params,
|
84
|
+
:query_params => query_params,
|
85
|
+
:form_params => form_params,
|
86
|
+
:body => post_body,
|
87
|
+
:timeout => timeout,
|
88
|
+
:auth_names => auth_names,
|
89
|
+
:return_type => 'PaymentAppProcessor')
|
90
|
+
if @api_client.config.debugging
|
91
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#activate_processor_for_production\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
92
|
+
end
|
93
|
+
return data, status_code, headers
|
94
|
+
end
|
95
|
+
|
96
|
+
# Delete Connector
|
97
|
+
# This operation removes the web app payment connector from the given space.
|
98
|
+
# @param space_id The space ID identifies the space in which the connector is installed in.
|
99
|
+
# @param external_id The external ID identifies the connector. The external ID corresponds to the ID provided during inserting of the connector.
|
100
|
+
# @param [Hash] opts the optional parameters
|
101
|
+
# @return [nil]
|
102
|
+
def delete_connector(space_id, external_id, opts = {})
|
103
|
+
delete_connector_with_http_info(space_id, external_id, opts)
|
104
|
+
return nil
|
105
|
+
end
|
106
|
+
|
107
|
+
# Delete Connector
|
108
|
+
# This operation removes the web app payment connector from the given space.
|
109
|
+
|
110
|
+
# @param space_id The space ID identifies the space in which the connector is installed in.
|
111
|
+
# @param external_id The external ID identifies the connector. The external ID corresponds to the ID provided during inserting of the connector.
|
112
|
+
# @param [Hash] opts the optional parameters
|
113
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
114
|
+
def delete_connector_with_http_info(space_id, external_id, opts = {})
|
115
|
+
if @api_client.config.debugging
|
116
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.delete_connector ..."
|
117
|
+
end
|
118
|
+
# verify the required parameter 'space_id' is set
|
119
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.delete_connector" if space_id.nil?
|
120
|
+
# verify the required parameter 'external_id' is set
|
121
|
+
fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppService.delete_connector" if external_id.nil?
|
122
|
+
# resource path
|
123
|
+
local_var_path = "/payment-web-app/delete-connector".sub('{format}','json')
|
124
|
+
|
125
|
+
# query parameters
|
126
|
+
query_params = {}
|
127
|
+
query_params[:'spaceId'] = space_id
|
128
|
+
query_params[:'externalId'] = external_id
|
129
|
+
|
130
|
+
# header parameters
|
131
|
+
header_params = {}
|
132
|
+
|
133
|
+
# HTTP header 'Accept' (if needed)
|
134
|
+
local_header_accept = []
|
135
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
136
|
+
|
137
|
+
# HTTP header 'Content-Type'
|
138
|
+
local_header_content_type = []
|
139
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
140
|
+
|
141
|
+
# form parameters
|
142
|
+
form_params = {}
|
143
|
+
|
144
|
+
# connection timeout
|
145
|
+
timeout = @api_client.get_connection_timeout()
|
146
|
+
|
147
|
+
# http body (model)
|
148
|
+
post_body = nil
|
149
|
+
auth_names = []
|
150
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
151
|
+
:header_params => header_params,
|
152
|
+
:query_params => query_params,
|
153
|
+
:form_params => form_params,
|
154
|
+
:body => post_body,
|
155
|
+
:timeout => timeout,
|
156
|
+
:auth_names => auth_names)
|
157
|
+
if @api_client.config.debugging
|
158
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#delete_connector\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
159
|
+
end
|
160
|
+
return data, status_code, headers
|
161
|
+
end
|
162
|
+
|
163
|
+
# Delete Processor
|
164
|
+
# This operation removes the web app payment processor and its connectors from the given space.
|
165
|
+
# @param space_id The space ID identifies the space in which the processor is installed in.
|
166
|
+
# @param external_id The external ID identifies the processor. The external ID corresponds to the ID provided during inserting of the processor.
|
167
|
+
# @param [Hash] opts the optional parameters
|
168
|
+
# @return [nil]
|
169
|
+
def delete_processor(space_id, external_id, opts = {})
|
170
|
+
delete_processor_with_http_info(space_id, external_id, opts)
|
171
|
+
return nil
|
172
|
+
end
|
173
|
+
|
174
|
+
# Delete Processor
|
175
|
+
# This operation removes the web app payment processor and its connectors from the given space.
|
176
|
+
|
177
|
+
# @param space_id The space ID identifies the space in which the processor is installed in.
|
178
|
+
# @param external_id The external ID identifies the processor. The external ID corresponds to the ID provided during inserting of the processor.
|
179
|
+
# @param [Hash] opts the optional parameters
|
180
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
181
|
+
def delete_processor_with_http_info(space_id, external_id, opts = {})
|
182
|
+
if @api_client.config.debugging
|
183
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.delete_processor ..."
|
184
|
+
end
|
185
|
+
# verify the required parameter 'space_id' is set
|
186
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.delete_processor" if space_id.nil?
|
187
|
+
# verify the required parameter 'external_id' is set
|
188
|
+
fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppService.delete_processor" if external_id.nil?
|
189
|
+
# resource path
|
190
|
+
local_var_path = "/payment-web-app/delete-processor".sub('{format}','json')
|
191
|
+
|
192
|
+
# query parameters
|
193
|
+
query_params = {}
|
194
|
+
query_params[:'spaceId'] = space_id
|
195
|
+
query_params[:'externalId'] = external_id
|
196
|
+
|
197
|
+
# header parameters
|
198
|
+
header_params = {}
|
199
|
+
|
200
|
+
# HTTP header 'Accept' (if needed)
|
201
|
+
local_header_accept = []
|
202
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
203
|
+
|
204
|
+
# HTTP header 'Content-Type'
|
205
|
+
local_header_content_type = []
|
206
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
207
|
+
|
208
|
+
# form parameters
|
209
|
+
form_params = {}
|
210
|
+
|
211
|
+
# connection timeout
|
212
|
+
timeout = @api_client.get_connection_timeout()
|
213
|
+
|
214
|
+
# http body (model)
|
215
|
+
post_body = nil
|
216
|
+
auth_names = []
|
217
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
218
|
+
:header_params => header_params,
|
219
|
+
:query_params => query_params,
|
220
|
+
:form_params => form_params,
|
221
|
+
:body => post_body,
|
222
|
+
:timeout => timeout,
|
223
|
+
:auth_names => auth_names)
|
224
|
+
if @api_client.config.debugging
|
225
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#delete_processor\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
226
|
+
end
|
227
|
+
return data, status_code, headers
|
228
|
+
end
|
229
|
+
|
230
|
+
# Insert or Update Connector
|
231
|
+
# This operation inserts or updates a web app payment connector.
|
232
|
+
# @param space_id The space ID identifies the space into which the connector should be inserted into.
|
233
|
+
# @param request The connector object contains all the details required to create or update a web app connector.
|
234
|
+
# @param [Hash] opts the optional parameters
|
235
|
+
# @return [PaymentAppConnector]
|
236
|
+
def insert_or_update_connector(space_id, request, opts = {})
|
237
|
+
data, _status_code, _headers = insert_or_update_connector_with_http_info(space_id, request, opts)
|
238
|
+
return data
|
239
|
+
end
|
240
|
+
|
241
|
+
# Insert or Update Connector
|
242
|
+
# This operation inserts or updates a web app payment connector.
|
243
|
+
|
244
|
+
# @param space_id The space ID identifies the space into which the connector should be inserted into.
|
245
|
+
# @param request The connector object contains all the details required to create or update a web app connector.
|
246
|
+
# @param [Hash] opts the optional parameters
|
247
|
+
# @return [Array<(PaymentAppConnector, Fixnum, Hash)>] PaymentAppConnector data, response status code and response headers
|
248
|
+
def insert_or_update_connector_with_http_info(space_id, request, opts = {})
|
249
|
+
if @api_client.config.debugging
|
250
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.insert_or_update_connector ..."
|
251
|
+
end
|
252
|
+
# verify the required parameter 'space_id' is set
|
253
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.insert_or_update_connector" if space_id.nil?
|
254
|
+
# verify the required parameter 'request' is set
|
255
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling PaymentWebAppService.insert_or_update_connector" if request.nil?
|
256
|
+
# resource path
|
257
|
+
local_var_path = "/payment-web-app/insert-or-update-connector".sub('{format}','json')
|
258
|
+
|
259
|
+
# query parameters
|
260
|
+
query_params = {}
|
261
|
+
query_params[:'spaceId'] = space_id
|
262
|
+
|
263
|
+
# header parameters
|
264
|
+
header_params = {}
|
265
|
+
|
266
|
+
# HTTP header 'Accept' (if needed)
|
267
|
+
local_header_accept = []
|
268
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
269
|
+
|
270
|
+
# HTTP header 'Content-Type'
|
271
|
+
local_header_content_type = []
|
272
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
273
|
+
|
274
|
+
# form parameters
|
275
|
+
form_params = {}
|
276
|
+
|
277
|
+
# connection timeout
|
278
|
+
timeout = @api_client.get_connection_timeout()
|
279
|
+
|
280
|
+
# http body (model)
|
281
|
+
post_body = @api_client.object_to_http_body(request)
|
282
|
+
auth_names = []
|
283
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
284
|
+
:header_params => header_params,
|
285
|
+
:query_params => query_params,
|
286
|
+
:form_params => form_params,
|
287
|
+
:body => post_body,
|
288
|
+
:timeout => timeout,
|
289
|
+
:auth_names => auth_names,
|
290
|
+
:return_type => 'PaymentAppConnector')
|
291
|
+
if @api_client.config.debugging
|
292
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#insert_or_update_connector\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
293
|
+
end
|
294
|
+
return data, status_code, headers
|
295
|
+
end
|
296
|
+
|
297
|
+
# Insert or Update Processor
|
298
|
+
# This operation inserts or updates a web app payment processor.
|
299
|
+
# @param space_id The space ID identifies the space into which the processor should be inserted into.
|
300
|
+
# @param request The processor object contains all the details required to create or update a web app processor.
|
301
|
+
# @param [Hash] opts the optional parameters
|
302
|
+
# @return [PaymentAppProcessor]
|
303
|
+
def insert_or_update_processor(space_id, request, opts = {})
|
304
|
+
data, _status_code, _headers = insert_or_update_processor_with_http_info(space_id, request, opts)
|
305
|
+
return data
|
306
|
+
end
|
307
|
+
|
308
|
+
# Insert or Update Processor
|
309
|
+
# This operation inserts or updates a web app payment processor.
|
310
|
+
|
311
|
+
# @param space_id The space ID identifies the space into which the processor should be inserted into.
|
312
|
+
# @param request The processor object contains all the details required to create or update a web app processor.
|
313
|
+
# @param [Hash] opts the optional parameters
|
314
|
+
# @return [Array<(PaymentAppProcessor, Fixnum, Hash)>] PaymentAppProcessor data, response status code and response headers
|
315
|
+
def insert_or_update_processor_with_http_info(space_id, request, opts = {})
|
316
|
+
if @api_client.config.debugging
|
317
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.insert_or_update_processor ..."
|
318
|
+
end
|
319
|
+
# verify the required parameter 'space_id' is set
|
320
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.insert_or_update_processor" if space_id.nil?
|
321
|
+
# verify the required parameter 'request' is set
|
322
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling PaymentWebAppService.insert_or_update_processor" if request.nil?
|
323
|
+
# resource path
|
324
|
+
local_var_path = "/payment-web-app/insert-or-update-processor".sub('{format}','json')
|
325
|
+
|
326
|
+
# query parameters
|
327
|
+
query_params = {}
|
328
|
+
query_params[:'spaceId'] = space_id
|
329
|
+
|
330
|
+
# header parameters
|
331
|
+
header_params = {}
|
332
|
+
|
333
|
+
# HTTP header 'Accept' (if needed)
|
334
|
+
local_header_accept = []
|
335
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
336
|
+
|
337
|
+
# HTTP header 'Content-Type'
|
338
|
+
local_header_content_type = []
|
339
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
340
|
+
|
341
|
+
# form parameters
|
342
|
+
form_params = {}
|
343
|
+
|
344
|
+
# connection timeout
|
345
|
+
timeout = @api_client.get_connection_timeout()
|
346
|
+
|
347
|
+
# http body (model)
|
348
|
+
post_body = @api_client.object_to_http_body(request)
|
349
|
+
auth_names = []
|
350
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
351
|
+
:header_params => header_params,
|
352
|
+
:query_params => query_params,
|
353
|
+
:form_params => form_params,
|
354
|
+
:body => post_body,
|
355
|
+
:timeout => timeout,
|
356
|
+
:auth_names => auth_names,
|
357
|
+
:return_type => 'PaymentAppProcessor')
|
358
|
+
if @api_client.config.debugging
|
359
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#insert_or_update_processor\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
360
|
+
end
|
361
|
+
return data, status_code, headers
|
362
|
+
end
|
363
|
+
|
364
|
+
# Update Charge Attempt
|
365
|
+
# This operation updates the state of the charge attempt. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned charge attempt corresponds to the charge attempt indicated in the request.
|
366
|
+
# @param space_id This is the ID of the space in which the charge attempt is located in.
|
367
|
+
# @param request The charge attempt update request allows to update the state of a charge attempt.
|
368
|
+
# @param [Hash] opts the optional parameters
|
369
|
+
# @return [ChargeAttempt]
|
370
|
+
def update_charge_attempt(space_id, request, opts = {})
|
371
|
+
data, _status_code, _headers = update_charge_attempt_with_http_info(space_id, request, opts)
|
372
|
+
return data
|
373
|
+
end
|
374
|
+
|
375
|
+
# Update Charge Attempt
|
376
|
+
# This operation updates the state of the charge attempt. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned charge attempt corresponds to the charge attempt indicated in the request.
|
377
|
+
|
378
|
+
# @param space_id This is the ID of the space in which the charge attempt is located in.
|
379
|
+
# @param request The charge attempt update request allows to update the state of a charge attempt.
|
380
|
+
# @param [Hash] opts the optional parameters
|
381
|
+
# @return [Array<(ChargeAttempt, Fixnum, Hash)>] ChargeAttempt data, response status code and response headers
|
382
|
+
def update_charge_attempt_with_http_info(space_id, request, opts = {})
|
383
|
+
if @api_client.config.debugging
|
384
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.update_charge_attempt ..."
|
385
|
+
end
|
386
|
+
# verify the required parameter 'space_id' is set
|
387
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.update_charge_attempt" if space_id.nil?
|
388
|
+
# verify the required parameter 'request' is set
|
389
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling PaymentWebAppService.update_charge_attempt" if request.nil?
|
390
|
+
# resource path
|
391
|
+
local_var_path = "/payment-web-app/update-charge-attempt".sub('{format}','json')
|
392
|
+
|
393
|
+
# query parameters
|
394
|
+
query_params = {}
|
395
|
+
query_params[:'spaceId'] = space_id
|
396
|
+
|
397
|
+
# header parameters
|
398
|
+
header_params = {}
|
399
|
+
|
400
|
+
# HTTP header 'Accept' (if needed)
|
401
|
+
local_header_accept = []
|
402
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
403
|
+
|
404
|
+
# HTTP header 'Content-Type'
|
405
|
+
local_header_content_type = []
|
406
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
407
|
+
|
408
|
+
# form parameters
|
409
|
+
form_params = {}
|
410
|
+
|
411
|
+
# connection timeout
|
412
|
+
timeout = @api_client.get_connection_timeout()
|
413
|
+
|
414
|
+
# http body (model)
|
415
|
+
post_body = @api_client.object_to_http_body(request)
|
416
|
+
auth_names = []
|
417
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
418
|
+
:header_params => header_params,
|
419
|
+
:query_params => query_params,
|
420
|
+
:form_params => form_params,
|
421
|
+
:body => post_body,
|
422
|
+
:timeout => timeout,
|
423
|
+
:auth_names => auth_names,
|
424
|
+
:return_type => 'ChargeAttempt')
|
425
|
+
if @api_client.config.debugging
|
426
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#update_charge_attempt\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
427
|
+
end
|
428
|
+
return data, status_code, headers
|
429
|
+
end
|
430
|
+
|
431
|
+
# Update Completion
|
432
|
+
# This operation updates the state of the transaction completion. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned completion corresponds to the completion indicated in the request.
|
433
|
+
# @param space_id This is the ID of the space in which the completion is located in.
|
434
|
+
# @param request The completion update request allows to update the state of a completion.
|
435
|
+
# @param [Hash] opts the optional parameters
|
436
|
+
# @return [TransactionCompletion]
|
437
|
+
def update_completion(space_id, request, opts = {})
|
438
|
+
data, _status_code, _headers = update_completion_with_http_info(space_id, request, opts)
|
439
|
+
return data
|
440
|
+
end
|
441
|
+
|
442
|
+
# Update Completion
|
443
|
+
# This operation updates the state of the transaction completion. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned completion corresponds to the completion indicated in the request.
|
444
|
+
|
445
|
+
# @param space_id This is the ID of the space in which the completion is located in.
|
446
|
+
# @param request The completion update request allows to update the state of a completion.
|
447
|
+
# @param [Hash] opts the optional parameters
|
448
|
+
# @return [Array<(TransactionCompletion, Fixnum, Hash)>] TransactionCompletion data, response status code and response headers
|
449
|
+
def update_completion_with_http_info(space_id, request, opts = {})
|
450
|
+
if @api_client.config.debugging
|
451
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.update_completion ..."
|
452
|
+
end
|
453
|
+
# verify the required parameter 'space_id' is set
|
454
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.update_completion" if space_id.nil?
|
455
|
+
# verify the required parameter 'request' is set
|
456
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling PaymentWebAppService.update_completion" if request.nil?
|
457
|
+
# resource path
|
458
|
+
local_var_path = "/payment-web-app/update-completion".sub('{format}','json')
|
459
|
+
|
460
|
+
# query parameters
|
461
|
+
query_params = {}
|
462
|
+
query_params[:'spaceId'] = space_id
|
463
|
+
|
464
|
+
# header parameters
|
465
|
+
header_params = {}
|
466
|
+
|
467
|
+
# HTTP header 'Accept' (if needed)
|
468
|
+
local_header_accept = []
|
469
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
470
|
+
|
471
|
+
# HTTP header 'Content-Type'
|
472
|
+
local_header_content_type = []
|
473
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
474
|
+
|
475
|
+
# form parameters
|
476
|
+
form_params = {}
|
477
|
+
|
478
|
+
# connection timeout
|
479
|
+
timeout = @api_client.get_connection_timeout()
|
480
|
+
|
481
|
+
# http body (model)
|
482
|
+
post_body = @api_client.object_to_http_body(request)
|
483
|
+
auth_names = []
|
484
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
485
|
+
:header_params => header_params,
|
486
|
+
:query_params => query_params,
|
487
|
+
:form_params => form_params,
|
488
|
+
:body => post_body,
|
489
|
+
:timeout => timeout,
|
490
|
+
:auth_names => auth_names,
|
491
|
+
:return_type => 'TransactionCompletion')
|
492
|
+
if @api_client.config.debugging
|
493
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#update_completion\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
494
|
+
end
|
495
|
+
return data, status_code, headers
|
496
|
+
end
|
497
|
+
|
498
|
+
# Update Refund
|
499
|
+
# This operation updates the state of the refund. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned refund corresponds to the refund indicated in the request.
|
500
|
+
# @param space_id This is the ID of the space in which the refund is located in.
|
501
|
+
# @param request The refund update request allows to update the state of a refund.
|
502
|
+
# @param [Hash] opts the optional parameters
|
503
|
+
# @return [Refund]
|
504
|
+
def update_refund(space_id, request, opts = {})
|
505
|
+
data, _status_code, _headers = update_refund_with_http_info(space_id, request, opts)
|
506
|
+
return data
|
507
|
+
end
|
508
|
+
|
509
|
+
# Update Refund
|
510
|
+
# This operation updates the state of the refund. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned refund corresponds to the refund indicated in the request.
|
511
|
+
|
512
|
+
# @param space_id This is the ID of the space in which the refund is located in.
|
513
|
+
# @param request The refund update request allows to update the state of a refund.
|
514
|
+
# @param [Hash] opts the optional parameters
|
515
|
+
# @return [Array<(Refund, Fixnum, Hash)>] Refund data, response status code and response headers
|
516
|
+
def update_refund_with_http_info(space_id, request, opts = {})
|
517
|
+
if @api_client.config.debugging
|
518
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.update_refund ..."
|
519
|
+
end
|
520
|
+
# verify the required parameter 'space_id' is set
|
521
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.update_refund" if space_id.nil?
|
522
|
+
# verify the required parameter 'request' is set
|
523
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling PaymentWebAppService.update_refund" if request.nil?
|
524
|
+
# resource path
|
525
|
+
local_var_path = "/payment-web-app/update-refund".sub('{format}','json')
|
526
|
+
|
527
|
+
# query parameters
|
528
|
+
query_params = {}
|
529
|
+
query_params[:'spaceId'] = space_id
|
530
|
+
|
531
|
+
# header parameters
|
532
|
+
header_params = {}
|
533
|
+
|
534
|
+
# HTTP header 'Accept' (if needed)
|
535
|
+
local_header_accept = []
|
536
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
537
|
+
|
538
|
+
# HTTP header 'Content-Type'
|
539
|
+
local_header_content_type = []
|
540
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
541
|
+
|
542
|
+
# form parameters
|
543
|
+
form_params = {}
|
544
|
+
|
545
|
+
# connection timeout
|
546
|
+
timeout = @api_client.get_connection_timeout()
|
547
|
+
|
548
|
+
# http body (model)
|
549
|
+
post_body = @api_client.object_to_http_body(request)
|
550
|
+
auth_names = []
|
551
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
552
|
+
:header_params => header_params,
|
553
|
+
:query_params => query_params,
|
554
|
+
:form_params => form_params,
|
555
|
+
:body => post_body,
|
556
|
+
:timeout => timeout,
|
557
|
+
:auth_names => auth_names,
|
558
|
+
:return_type => 'Refund')
|
559
|
+
if @api_client.config.debugging
|
560
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#update_refund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
561
|
+
end
|
562
|
+
return data, status_code, headers
|
563
|
+
end
|
564
|
+
|
565
|
+
# Update Void
|
566
|
+
# This operation updates the state of the transaction void. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned void corresponds to the void indicated in the request.
|
567
|
+
# @param space_id This is the ID of the space in which the void is located in.
|
568
|
+
# @param request The void update request allows to update the state of a void.
|
569
|
+
# @param [Hash] opts the optional parameters
|
570
|
+
# @return [TransactionVoid]
|
571
|
+
def update_void(space_id, request, opts = {})
|
572
|
+
data, _status_code, _headers = update_void_with_http_info(space_id, request, opts)
|
573
|
+
return data
|
574
|
+
end
|
575
|
+
|
576
|
+
# Update Void
|
577
|
+
# This operation updates the state of the transaction void. This method can be invoked for transactions originally created with a processor associated with the web app that invokes this operation. The returned void corresponds to the void indicated in the request.
|
578
|
+
|
579
|
+
# @param space_id This is the ID of the space in which the void is located in.
|
580
|
+
# @param request The void update request allows to update the state of a void.
|
581
|
+
# @param [Hash] opts the optional parameters
|
582
|
+
# @return [Array<(TransactionVoid, Fixnum, Hash)>] TransactionVoid data, response status code and response headers
|
583
|
+
def update_void_with_http_info(space_id, request, opts = {})
|
584
|
+
if @api_client.config.debugging
|
585
|
+
@api_client.config.logger.debug "Calling API: PaymentWebAppService.update_void ..."
|
586
|
+
end
|
587
|
+
# verify the required parameter 'space_id' is set
|
588
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling PaymentWebAppService.update_void" if space_id.nil?
|
589
|
+
# verify the required parameter 'request' is set
|
590
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling PaymentWebAppService.update_void" if request.nil?
|
591
|
+
# resource path
|
592
|
+
local_var_path = "/payment-web-app/update-void".sub('{format}','json')
|
593
|
+
|
594
|
+
# query parameters
|
595
|
+
query_params = {}
|
596
|
+
query_params[:'spaceId'] = space_id
|
597
|
+
|
598
|
+
# header parameters
|
599
|
+
header_params = {}
|
600
|
+
|
601
|
+
# HTTP header 'Accept' (if needed)
|
602
|
+
local_header_accept = []
|
603
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
604
|
+
|
605
|
+
# HTTP header 'Content-Type'
|
606
|
+
local_header_content_type = []
|
607
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
608
|
+
|
609
|
+
# form parameters
|
610
|
+
form_params = {}
|
611
|
+
|
612
|
+
# connection timeout
|
613
|
+
timeout = @api_client.get_connection_timeout()
|
614
|
+
|
615
|
+
# http body (model)
|
616
|
+
post_body = @api_client.object_to_http_body(request)
|
617
|
+
auth_names = []
|
618
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
619
|
+
:header_params => header_params,
|
620
|
+
:query_params => query_params,
|
621
|
+
:form_params => form_params,
|
622
|
+
:body => post_body,
|
623
|
+
:timeout => timeout,
|
624
|
+
:auth_names => auth_names,
|
625
|
+
:return_type => 'TransactionVoid')
|
626
|
+
if @api_client.config.debugging
|
627
|
+
@api_client.config.logger.debug "API called: PaymentWebAppService#update_void\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
628
|
+
end
|
629
|
+
return data, status_code, headers
|
630
|
+
end
|
631
|
+
end
|
632
|
+
end
|