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,1238 @@
|
|
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 TransactionService
|
22
|
+
attr_accessor :api_client
|
23
|
+
|
24
|
+
def initialize(api_client = ApiClient.default)
|
25
|
+
@api_client = api_client
|
26
|
+
end
|
27
|
+
|
28
|
+
# Confirm
|
29
|
+
# The confirm operation marks the transaction as confirmed. Once the transaction is confirmed no more changes can be applied.
|
30
|
+
# @param space_id
|
31
|
+
# @param transaction_model The transaction JSON object to update and confirm.
|
32
|
+
# @param [Hash] opts the optional parameters
|
33
|
+
# @return [Transaction]
|
34
|
+
def confirm(space_id, transaction_model, opts = {})
|
35
|
+
data, _status_code, _headers = confirm_with_http_info(space_id, transaction_model, opts)
|
36
|
+
return data
|
37
|
+
end
|
38
|
+
|
39
|
+
# Confirm
|
40
|
+
# The confirm operation marks the transaction as confirmed. Once the transaction is confirmed no more changes can be applied.
|
41
|
+
|
42
|
+
# @param space_id
|
43
|
+
# @param transaction_model The transaction JSON object to update and confirm.
|
44
|
+
# @param [Hash] opts the optional parameters
|
45
|
+
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
46
|
+
def confirm_with_http_info(space_id, transaction_model, opts = {})
|
47
|
+
if @api_client.config.debugging
|
48
|
+
@api_client.config.logger.debug "Calling API: TransactionService.confirm ..."
|
49
|
+
end
|
50
|
+
# verify the required parameter 'space_id' is set
|
51
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.confirm" if space_id.nil?
|
52
|
+
# verify the required parameter 'transaction_model' is set
|
53
|
+
fail ArgumentError, "Missing the required parameter 'transaction_model' when calling TransactionService.confirm" if transaction_model.nil?
|
54
|
+
# resource path
|
55
|
+
local_var_path = "/transaction/confirm".sub('{format}','json')
|
56
|
+
|
57
|
+
# query parameters
|
58
|
+
query_params = {}
|
59
|
+
query_params[:'spaceId'] = space_id
|
60
|
+
|
61
|
+
# header parameters
|
62
|
+
header_params = {}
|
63
|
+
|
64
|
+
# HTTP header 'Accept' (if needed)
|
65
|
+
local_header_accept = ['application/json;charset=utf-8']
|
66
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
67
|
+
|
68
|
+
# HTTP header 'Content-Type'
|
69
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
71
|
+
|
72
|
+
# form parameters
|
73
|
+
form_params = {}
|
74
|
+
|
75
|
+
# connection timeout
|
76
|
+
timeout = @api_client.get_connection_timeout()
|
77
|
+
|
78
|
+
# http body (model)
|
79
|
+
post_body = @api_client.object_to_http_body(transaction_model)
|
80
|
+
auth_names = []
|
81
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
82
|
+
:header_params => header_params,
|
83
|
+
:query_params => query_params,
|
84
|
+
:form_params => form_params,
|
85
|
+
:body => post_body,
|
86
|
+
:timeout => timeout,
|
87
|
+
:auth_names => auth_names,
|
88
|
+
:return_type => 'Transaction')
|
89
|
+
if @api_client.config.debugging
|
90
|
+
@api_client.config.logger.debug "API called: TransactionService#confirm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
91
|
+
end
|
92
|
+
return data, status_code, headers
|
93
|
+
end
|
94
|
+
|
95
|
+
# Count
|
96
|
+
# Counts the number of items in the database as restricted by the given filter.
|
97
|
+
# @param space_id
|
98
|
+
# @param [Hash] opts the optional parameters
|
99
|
+
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
100
|
+
# @return [Integer]
|
101
|
+
def count(space_id, opts = {})
|
102
|
+
data, _status_code, _headers = count_with_http_info(space_id, opts)
|
103
|
+
return data
|
104
|
+
end
|
105
|
+
|
106
|
+
# Count
|
107
|
+
# Counts the number of items in the database as restricted by the given filter.
|
108
|
+
|
109
|
+
# @param space_id
|
110
|
+
# @param [Hash] opts the optional parameters
|
111
|
+
# @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
|
112
|
+
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
113
|
+
def count_with_http_info(space_id, opts = {})
|
114
|
+
if @api_client.config.debugging
|
115
|
+
@api_client.config.logger.debug "Calling API: TransactionService.count ..."
|
116
|
+
end
|
117
|
+
# verify the required parameter 'space_id' is set
|
118
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.count" if space_id.nil?
|
119
|
+
# resource path
|
120
|
+
local_var_path = "/transaction/count".sub('{format}','json')
|
121
|
+
|
122
|
+
# query parameters
|
123
|
+
query_params = {}
|
124
|
+
query_params[:'spaceId'] = space_id
|
125
|
+
|
126
|
+
# header parameters
|
127
|
+
header_params = {}
|
128
|
+
|
129
|
+
# HTTP header 'Accept' (if needed)
|
130
|
+
local_header_accept = ['application/json;charset=utf-8']
|
131
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
132
|
+
|
133
|
+
# HTTP header 'Content-Type'
|
134
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
135
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
136
|
+
|
137
|
+
# form parameters
|
138
|
+
form_params = {}
|
139
|
+
|
140
|
+
# connection timeout
|
141
|
+
timeout = @api_client.get_connection_timeout()
|
142
|
+
|
143
|
+
# http body (model)
|
144
|
+
post_body = @api_client.object_to_http_body(opts[:'filter'])
|
145
|
+
auth_names = []
|
146
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
147
|
+
:header_params => header_params,
|
148
|
+
:query_params => query_params,
|
149
|
+
:form_params => form_params,
|
150
|
+
:body => post_body,
|
151
|
+
:timeout => timeout,
|
152
|
+
:auth_names => auth_names,
|
153
|
+
:return_type => 'Integer')
|
154
|
+
if @api_client.config.debugging
|
155
|
+
@api_client.config.logger.debug "API called: TransactionService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
156
|
+
end
|
157
|
+
return data, status_code, headers
|
158
|
+
end
|
159
|
+
|
160
|
+
# Create
|
161
|
+
# Creates the entity with the given properties.
|
162
|
+
# @param space_id
|
163
|
+
# @param transaction The transaction object which should be created.
|
164
|
+
# @param [Hash] opts the optional parameters
|
165
|
+
# @return [Transaction]
|
166
|
+
def create(space_id, transaction, opts = {})
|
167
|
+
data, _status_code, _headers = create_with_http_info(space_id, transaction, opts)
|
168
|
+
return data
|
169
|
+
end
|
170
|
+
|
171
|
+
# Create
|
172
|
+
# Creates the entity with the given properties.
|
173
|
+
|
174
|
+
# @param space_id
|
175
|
+
# @param transaction The transaction object which should be created.
|
176
|
+
# @param [Hash] opts the optional parameters
|
177
|
+
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
178
|
+
def create_with_http_info(space_id, transaction, opts = {})
|
179
|
+
if @api_client.config.debugging
|
180
|
+
@api_client.config.logger.debug "Calling API: TransactionService.create ..."
|
181
|
+
end
|
182
|
+
# verify the required parameter 'space_id' is set
|
183
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.create" if space_id.nil?
|
184
|
+
# verify the required parameter 'transaction' is set
|
185
|
+
fail ArgumentError, "Missing the required parameter 'transaction' when calling TransactionService.create" if transaction.nil?
|
186
|
+
# resource path
|
187
|
+
local_var_path = "/transaction/create".sub('{format}','json')
|
188
|
+
|
189
|
+
# query parameters
|
190
|
+
query_params = {}
|
191
|
+
query_params[:'spaceId'] = space_id
|
192
|
+
|
193
|
+
# header parameters
|
194
|
+
header_params = {}
|
195
|
+
|
196
|
+
# HTTP header 'Accept' (if needed)
|
197
|
+
local_header_accept = ['application/json;charset=utf-8']
|
198
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
199
|
+
|
200
|
+
# HTTP header 'Content-Type'
|
201
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
202
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
203
|
+
|
204
|
+
# form parameters
|
205
|
+
form_params = {}
|
206
|
+
|
207
|
+
# connection timeout
|
208
|
+
timeout = @api_client.get_connection_timeout()
|
209
|
+
|
210
|
+
# http body (model)
|
211
|
+
post_body = @api_client.object_to_http_body(transaction)
|
212
|
+
auth_names = []
|
213
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
214
|
+
:header_params => header_params,
|
215
|
+
:query_params => query_params,
|
216
|
+
:form_params => form_params,
|
217
|
+
:body => post_body,
|
218
|
+
:timeout => timeout,
|
219
|
+
:auth_names => auth_names,
|
220
|
+
:return_type => 'Transaction')
|
221
|
+
if @api_client.config.debugging
|
222
|
+
@api_client.config.logger.debug "API called: TransactionService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
223
|
+
end
|
224
|
+
return data, status_code, headers
|
225
|
+
end
|
226
|
+
|
227
|
+
# Create Transaction Credentials
|
228
|
+
# This operation allows to create transaction credentials to delegate temporarily the access to the web service API for this particular transaction.
|
229
|
+
# @param space_id
|
230
|
+
# @param id The id of the transaction which should be returned.
|
231
|
+
# @param [Hash] opts the optional parameters
|
232
|
+
# @return [String]
|
233
|
+
def create_transaction_credentials(space_id, id, opts = {})
|
234
|
+
data, _status_code, _headers = create_transaction_credentials_with_http_info(space_id, id, opts)
|
235
|
+
return data
|
236
|
+
end
|
237
|
+
|
238
|
+
# Create Transaction Credentials
|
239
|
+
# This operation allows to create transaction credentials to delegate temporarily the access to the web service API for this particular transaction.
|
240
|
+
|
241
|
+
# @param space_id
|
242
|
+
# @param id The id of the transaction which should be returned.
|
243
|
+
# @param [Hash] opts the optional parameters
|
244
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
245
|
+
def create_transaction_credentials_with_http_info(space_id, id, opts = {})
|
246
|
+
if @api_client.config.debugging
|
247
|
+
@api_client.config.logger.debug "Calling API: TransactionService.create_transaction_credentials ..."
|
248
|
+
end
|
249
|
+
# verify the required parameter 'space_id' is set
|
250
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.create_transaction_credentials" if space_id.nil?
|
251
|
+
# verify the required parameter 'id' is set
|
252
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.create_transaction_credentials" if id.nil?
|
253
|
+
# resource path
|
254
|
+
local_var_path = "/transaction/createTransactionCredentials".sub('{format}','json')
|
255
|
+
|
256
|
+
# query parameters
|
257
|
+
query_params = {}
|
258
|
+
query_params[:'spaceId'] = space_id
|
259
|
+
query_params[:'id'] = id
|
260
|
+
|
261
|
+
# header parameters
|
262
|
+
header_params = {}
|
263
|
+
|
264
|
+
# HTTP header 'Accept' (if needed)
|
265
|
+
local_header_accept = []
|
266
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
267
|
+
|
268
|
+
# HTTP header 'Content-Type'
|
269
|
+
local_header_content_type = []
|
270
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
271
|
+
|
272
|
+
# form parameters
|
273
|
+
form_params = {}
|
274
|
+
|
275
|
+
# connection timeout
|
276
|
+
timeout = @api_client.get_connection_timeout()
|
277
|
+
|
278
|
+
# http body (model)
|
279
|
+
post_body = nil
|
280
|
+
auth_names = []
|
281
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
282
|
+
:header_params => header_params,
|
283
|
+
:query_params => query_params,
|
284
|
+
:form_params => form_params,
|
285
|
+
:body => post_body,
|
286
|
+
:timeout => timeout,
|
287
|
+
:auth_names => auth_names,
|
288
|
+
:return_type => 'String')
|
289
|
+
if @api_client.config.debugging
|
290
|
+
@api_client.config.logger.debug "API called: TransactionService#create_transaction_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
291
|
+
end
|
292
|
+
return data, status_code, headers
|
293
|
+
end
|
294
|
+
|
295
|
+
# Delete One-Click Token with Credentials
|
296
|
+
# This operation removes the given token.
|
297
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
298
|
+
# @param token_id The token ID will be used to find the token which should be removed.
|
299
|
+
# @param [Hash] opts the optional parameters
|
300
|
+
# @return [nil]
|
301
|
+
def delete_one_click_token_with_credentials(credentials, token_id, opts = {})
|
302
|
+
delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts)
|
303
|
+
return nil
|
304
|
+
end
|
305
|
+
|
306
|
+
# Delete One-Click Token with Credentials
|
307
|
+
# This operation removes the given token.
|
308
|
+
|
309
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
310
|
+
# @param token_id The token ID will be used to find the token which should be removed.
|
311
|
+
# @param [Hash] opts the optional parameters
|
312
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
313
|
+
def delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts = {})
|
314
|
+
if @api_client.config.debugging
|
315
|
+
@api_client.config.logger.debug "Calling API: TransactionService.delete_one_click_token_with_credentials ..."
|
316
|
+
end
|
317
|
+
# verify the required parameter 'credentials' is set
|
318
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.delete_one_click_token_with_credentials" if credentials.nil?
|
319
|
+
# verify the required parameter 'token_id' is set
|
320
|
+
fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.delete_one_click_token_with_credentials" if token_id.nil?
|
321
|
+
# resource path
|
322
|
+
local_var_path = "/transaction/deleteOneClickTokenWithCredentials".sub('{format}','json')
|
323
|
+
|
324
|
+
# query parameters
|
325
|
+
query_params = {}
|
326
|
+
query_params[:'credentials'] = credentials
|
327
|
+
query_params[:'tokenId'] = token_id
|
328
|
+
|
329
|
+
# header parameters
|
330
|
+
header_params = {}
|
331
|
+
|
332
|
+
# HTTP header 'Accept' (if needed)
|
333
|
+
local_header_accept = []
|
334
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
335
|
+
|
336
|
+
# HTTP header 'Content-Type'
|
337
|
+
local_header_content_type = []
|
338
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
339
|
+
|
340
|
+
# form parameters
|
341
|
+
form_params = {}
|
342
|
+
|
343
|
+
# connection timeout
|
344
|
+
timeout = @api_client.get_connection_timeout()
|
345
|
+
|
346
|
+
# http body (model)
|
347
|
+
post_body = nil
|
348
|
+
auth_names = []
|
349
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
350
|
+
:header_params => header_params,
|
351
|
+
:query_params => query_params,
|
352
|
+
:form_params => form_params,
|
353
|
+
:body => post_body,
|
354
|
+
:timeout => timeout,
|
355
|
+
:auth_names => auth_names)
|
356
|
+
if @api_client.config.debugging
|
357
|
+
@api_client.config.logger.debug "API called: TransactionService#delete_one_click_token_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
358
|
+
end
|
359
|
+
return data, status_code, headers
|
360
|
+
end
|
361
|
+
|
362
|
+
# Export
|
363
|
+
# Exports the transactions into a CSV file. The file will contain the properties defined in the request.
|
364
|
+
# @param space_id
|
365
|
+
# @param request The request controls the entries which are exported.
|
366
|
+
# @param [Hash] opts the optional parameters
|
367
|
+
# @return [String]
|
368
|
+
def export(space_id, request, opts = {})
|
369
|
+
data, _status_code, _headers = export_with_http_info(space_id, request, opts)
|
370
|
+
return data
|
371
|
+
end
|
372
|
+
|
373
|
+
# Export
|
374
|
+
# Exports the transactions into a CSV file. The file will contain the properties defined in the request.
|
375
|
+
|
376
|
+
# @param space_id
|
377
|
+
# @param request The request controls the entries which are exported.
|
378
|
+
# @param [Hash] opts the optional parameters
|
379
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
380
|
+
def export_with_http_info(space_id, request, opts = {})
|
381
|
+
if @api_client.config.debugging
|
382
|
+
@api_client.config.logger.debug "Calling API: TransactionService.export ..."
|
383
|
+
end
|
384
|
+
# verify the required parameter 'space_id' is set
|
385
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.export" if space_id.nil?
|
386
|
+
# verify the required parameter 'request' is set
|
387
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling TransactionService.export" if request.nil?
|
388
|
+
# resource path
|
389
|
+
local_var_path = "/transaction/export".sub('{format}','json')
|
390
|
+
|
391
|
+
# query parameters
|
392
|
+
query_params = {}
|
393
|
+
query_params[:'spaceId'] = space_id
|
394
|
+
|
395
|
+
# header parameters
|
396
|
+
header_params = {}
|
397
|
+
|
398
|
+
# HTTP header 'Accept' (if needed)
|
399
|
+
local_header_accept = ['text/csv', 'application/json;charset=utf-8']
|
400
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
401
|
+
|
402
|
+
# HTTP header 'Content-Type'
|
403
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
404
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
405
|
+
|
406
|
+
# form parameters
|
407
|
+
form_params = {}
|
408
|
+
|
409
|
+
# connection timeout
|
410
|
+
timeout = @api_client.get_connection_timeout()
|
411
|
+
|
412
|
+
# http body (model)
|
413
|
+
post_body = @api_client.object_to_http_body(request)
|
414
|
+
auth_names = []
|
415
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
416
|
+
:header_params => header_params,
|
417
|
+
:query_params => query_params,
|
418
|
+
:form_params => form_params,
|
419
|
+
:body => post_body,
|
420
|
+
:timeout => timeout,
|
421
|
+
:auth_names => auth_names,
|
422
|
+
:return_type => 'String')
|
423
|
+
if @api_client.config.debugging
|
424
|
+
@api_client.config.logger.debug "API called: TransactionService#export\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
425
|
+
end
|
426
|
+
return data, status_code, headers
|
427
|
+
end
|
428
|
+
|
429
|
+
# Fetch One Click Tokens with Credentials
|
430
|
+
# This operation returns the token version objects which references the tokens usable as one-click payment tokens for the provided transaction.
|
431
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
432
|
+
# @param [Hash] opts the optional parameters
|
433
|
+
# @return [Array<TokenVersion>]
|
434
|
+
def fetch_one_click_tokens_with_credentials(credentials, opts = {})
|
435
|
+
data, _status_code, _headers = fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts)
|
436
|
+
return data
|
437
|
+
end
|
438
|
+
|
439
|
+
# Fetch One Click Tokens with Credentials
|
440
|
+
# This operation returns the token version objects which references the tokens usable as one-click payment tokens for the provided transaction.
|
441
|
+
|
442
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
443
|
+
# @param [Hash] opts the optional parameters
|
444
|
+
# @return [Array<(Array<TokenVersion>, Fixnum, Hash)>] Array<TokenVersion> data, response status code and response headers
|
445
|
+
def fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts = {})
|
446
|
+
if @api_client.config.debugging
|
447
|
+
@api_client.config.logger.debug "Calling API: TransactionService.fetch_one_click_tokens_with_credentials ..."
|
448
|
+
end
|
449
|
+
# verify the required parameter 'credentials' is set
|
450
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.fetch_one_click_tokens_with_credentials" if credentials.nil?
|
451
|
+
# resource path
|
452
|
+
local_var_path = "/transaction/fetchOneClickTokensWithCredentials".sub('{format}','json')
|
453
|
+
|
454
|
+
# query parameters
|
455
|
+
query_params = {}
|
456
|
+
query_params[:'credentials'] = credentials
|
457
|
+
|
458
|
+
# header parameters
|
459
|
+
header_params = {}
|
460
|
+
|
461
|
+
# HTTP header 'Accept' (if needed)
|
462
|
+
local_header_accept = []
|
463
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
464
|
+
|
465
|
+
# HTTP header 'Content-Type'
|
466
|
+
local_header_content_type = []
|
467
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
468
|
+
|
469
|
+
# form parameters
|
470
|
+
form_params = {}
|
471
|
+
|
472
|
+
# connection timeout
|
473
|
+
timeout = @api_client.get_connection_timeout()
|
474
|
+
|
475
|
+
# http body (model)
|
476
|
+
post_body = nil
|
477
|
+
auth_names = []
|
478
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
479
|
+
:header_params => header_params,
|
480
|
+
:query_params => query_params,
|
481
|
+
:form_params => form_params,
|
482
|
+
:body => post_body,
|
483
|
+
:timeout => timeout,
|
484
|
+
:auth_names => auth_names,
|
485
|
+
:return_type => 'Array<TokenVersion>')
|
486
|
+
if @api_client.config.debugging
|
487
|
+
@api_client.config.logger.debug "API called: TransactionService#fetch_one_click_tokens_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
488
|
+
end
|
489
|
+
return data, status_code, headers
|
490
|
+
end
|
491
|
+
|
492
|
+
# Fetch Possible Payment Methods
|
493
|
+
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
494
|
+
# @param space_id
|
495
|
+
# @param id The id of the transaction which should be returned.
|
496
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
497
|
+
# @param [Hash] opts the optional parameters
|
498
|
+
# @return [Array<PaymentMethodConfiguration>]
|
499
|
+
def fetch_payment_methods(space_id, id, integration_mode, opts = {})
|
500
|
+
data, _status_code, _headers = fetch_payment_methods_with_http_info(space_id, id, integration_mode, opts)
|
501
|
+
return data
|
502
|
+
end
|
503
|
+
|
504
|
+
# Fetch Possible Payment Methods
|
505
|
+
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
506
|
+
|
507
|
+
# @param space_id
|
508
|
+
# @param id The id of the transaction which should be returned.
|
509
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
510
|
+
# @param [Hash] opts the optional parameters
|
511
|
+
# @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
|
512
|
+
def fetch_payment_methods_with_http_info(space_id, id, integration_mode, opts = {})
|
513
|
+
if @api_client.config.debugging
|
514
|
+
@api_client.config.logger.debug "Calling API: TransactionService.fetch_payment_methods ..."
|
515
|
+
end
|
516
|
+
# verify the required parameter 'space_id' is set
|
517
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.fetch_payment_methods" if space_id.nil?
|
518
|
+
# verify the required parameter 'id' is set
|
519
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.fetch_payment_methods" if id.nil?
|
520
|
+
# verify the required parameter 'integration_mode' is set
|
521
|
+
fail ArgumentError, "Missing the required parameter 'integration_mode' when calling TransactionService.fetch_payment_methods" if integration_mode.nil?
|
522
|
+
# resource path
|
523
|
+
local_var_path = "/transaction/fetch-payment-methods".sub('{format}','json')
|
524
|
+
|
525
|
+
# query parameters
|
526
|
+
query_params = {}
|
527
|
+
query_params[:'spaceId'] = space_id
|
528
|
+
query_params[:'id'] = id
|
529
|
+
query_params[:'integrationMode'] = integration_mode
|
530
|
+
|
531
|
+
# header parameters
|
532
|
+
header_params = {}
|
533
|
+
|
534
|
+
# HTTP header 'Accept' (if needed)
|
535
|
+
local_header_accept = ['application/json;charset=utf-8']
|
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 = nil
|
550
|
+
auth_names = []
|
551
|
+
data, status_code, headers = @api_client.call_api(:GET, 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 => 'Array<PaymentMethodConfiguration>')
|
559
|
+
if @api_client.config.debugging
|
560
|
+
@api_client.config.logger.debug "API called: TransactionService#fetch_payment_methods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
561
|
+
end
|
562
|
+
return data, status_code, headers
|
563
|
+
end
|
564
|
+
|
565
|
+
# Fetch Possible Payment Methods with Credentials
|
566
|
+
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
567
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
568
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
569
|
+
# @param [Hash] opts the optional parameters
|
570
|
+
# @return [Array<PaymentMethodConfiguration>]
|
571
|
+
def fetch_payment_methods_with_credentials(credentials, integration_mode, opts = {})
|
572
|
+
data, _status_code, _headers = fetch_payment_methods_with_credentials_with_http_info(credentials, integration_mode, opts)
|
573
|
+
return data
|
574
|
+
end
|
575
|
+
|
576
|
+
# Fetch Possible Payment Methods with Credentials
|
577
|
+
# This operation allows to get the payment method configurations which can be used with the provided transaction.
|
578
|
+
|
579
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
580
|
+
# @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
|
581
|
+
# @param [Hash] opts the optional parameters
|
582
|
+
# @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
|
583
|
+
def fetch_payment_methods_with_credentials_with_http_info(credentials, integration_mode, opts = {})
|
584
|
+
if @api_client.config.debugging
|
585
|
+
@api_client.config.logger.debug "Calling API: TransactionService.fetch_payment_methods_with_credentials ..."
|
586
|
+
end
|
587
|
+
# verify the required parameter 'credentials' is set
|
588
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.fetch_payment_methods_with_credentials" if credentials.nil?
|
589
|
+
# verify the required parameter 'integration_mode' is set
|
590
|
+
fail ArgumentError, "Missing the required parameter 'integration_mode' when calling TransactionService.fetch_payment_methods_with_credentials" if integration_mode.nil?
|
591
|
+
# resource path
|
592
|
+
local_var_path = "/transaction/fetch-payment-methods-with-credentials".sub('{format}','json')
|
593
|
+
|
594
|
+
# query parameters
|
595
|
+
query_params = {}
|
596
|
+
query_params[:'credentials'] = credentials
|
597
|
+
query_params[:'integrationMode'] = integration_mode
|
598
|
+
|
599
|
+
# header parameters
|
600
|
+
header_params = {}
|
601
|
+
|
602
|
+
# HTTP header 'Accept' (if needed)
|
603
|
+
local_header_accept = ['application/json;charset=utf-8']
|
604
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
605
|
+
|
606
|
+
# HTTP header 'Content-Type'
|
607
|
+
local_header_content_type = []
|
608
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
609
|
+
|
610
|
+
# form parameters
|
611
|
+
form_params = {}
|
612
|
+
|
613
|
+
# connection timeout
|
614
|
+
timeout = @api_client.get_connection_timeout()
|
615
|
+
|
616
|
+
# http body (model)
|
617
|
+
post_body = nil
|
618
|
+
auth_names = []
|
619
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
620
|
+
:header_params => header_params,
|
621
|
+
:query_params => query_params,
|
622
|
+
:form_params => form_params,
|
623
|
+
:body => post_body,
|
624
|
+
:timeout => timeout,
|
625
|
+
:auth_names => auth_names,
|
626
|
+
:return_type => 'Array<PaymentMethodConfiguration>')
|
627
|
+
if @api_client.config.debugging
|
628
|
+
@api_client.config.logger.debug "API called: TransactionService#fetch_payment_methods_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
629
|
+
end
|
630
|
+
return data, status_code, headers
|
631
|
+
end
|
632
|
+
|
633
|
+
# getInvoiceDocument
|
634
|
+
# Returns the PDF document for the transaction invoice with given id.
|
635
|
+
# @param space_id
|
636
|
+
# @param id The id of the transaction to get the invoice document for.
|
637
|
+
# @param [Hash] opts the optional parameters
|
638
|
+
# @return [RenderedDocument]
|
639
|
+
def get_invoice_document(space_id, id, opts = {})
|
640
|
+
data, _status_code, _headers = get_invoice_document_with_http_info(space_id, id, opts)
|
641
|
+
return data
|
642
|
+
end
|
643
|
+
|
644
|
+
# getInvoiceDocument
|
645
|
+
# Returns the PDF document for the transaction invoice with given id.
|
646
|
+
|
647
|
+
# @param space_id
|
648
|
+
# @param id The id of the transaction to get the invoice document for.
|
649
|
+
# @param [Hash] opts the optional parameters
|
650
|
+
# @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
|
651
|
+
def get_invoice_document_with_http_info(space_id, id, opts = {})
|
652
|
+
if @api_client.config.debugging
|
653
|
+
@api_client.config.logger.debug "Calling API: TransactionService.get_invoice_document ..."
|
654
|
+
end
|
655
|
+
# verify the required parameter 'space_id' is set
|
656
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_invoice_document" if space_id.nil?
|
657
|
+
# verify the required parameter 'id' is set
|
658
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_invoice_document" if id.nil?
|
659
|
+
# resource path
|
660
|
+
local_var_path = "/transaction/getInvoiceDocument".sub('{format}','json')
|
661
|
+
|
662
|
+
# query parameters
|
663
|
+
query_params = {}
|
664
|
+
query_params[:'spaceId'] = space_id
|
665
|
+
query_params[:'id'] = id
|
666
|
+
|
667
|
+
# header parameters
|
668
|
+
header_params = {}
|
669
|
+
|
670
|
+
# HTTP header 'Accept' (if needed)
|
671
|
+
local_header_accept = ['application/json;charset=utf-8']
|
672
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
673
|
+
|
674
|
+
# HTTP header 'Content-Type'
|
675
|
+
local_header_content_type = ['*/*']
|
676
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
677
|
+
|
678
|
+
# form parameters
|
679
|
+
form_params = {}
|
680
|
+
|
681
|
+
# connection timeout
|
682
|
+
timeout = @api_client.get_connection_timeout()
|
683
|
+
|
684
|
+
# http body (model)
|
685
|
+
post_body = nil
|
686
|
+
auth_names = []
|
687
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
688
|
+
:header_params => header_params,
|
689
|
+
:query_params => query_params,
|
690
|
+
:form_params => form_params,
|
691
|
+
:body => post_body,
|
692
|
+
:timeout => timeout,
|
693
|
+
:auth_names => auth_names,
|
694
|
+
:return_type => 'RenderedDocument')
|
695
|
+
if @api_client.config.debugging
|
696
|
+
@api_client.config.logger.debug "API called: TransactionService#get_invoice_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
697
|
+
end
|
698
|
+
return data, status_code, headers
|
699
|
+
end
|
700
|
+
|
701
|
+
# getLatestSuccessfulTransactionLineItemVersion
|
702
|
+
#
|
703
|
+
# @param space_id
|
704
|
+
# @param id The id of the transaction to get the latest line item version for.
|
705
|
+
# @param [Hash] opts the optional parameters
|
706
|
+
# @return [TransactionLineItemVersion]
|
707
|
+
def get_latest_transaction_line_item_version(space_id, id, opts = {})
|
708
|
+
data, _status_code, _headers = get_latest_transaction_line_item_version_with_http_info(space_id, id, opts)
|
709
|
+
return data
|
710
|
+
end
|
711
|
+
|
712
|
+
# getLatestSuccessfulTransactionLineItemVersion
|
713
|
+
#
|
714
|
+
|
715
|
+
# @param space_id
|
716
|
+
# @param id The id of the transaction to get the latest line item version for.
|
717
|
+
# @param [Hash] opts the optional parameters
|
718
|
+
# @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
|
719
|
+
def get_latest_transaction_line_item_version_with_http_info(space_id, id, opts = {})
|
720
|
+
if @api_client.config.debugging
|
721
|
+
@api_client.config.logger.debug "Calling API: TransactionService.get_latest_transaction_line_item_version ..."
|
722
|
+
end
|
723
|
+
# verify the required parameter 'space_id' is set
|
724
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_latest_transaction_line_item_version" if space_id.nil?
|
725
|
+
# verify the required parameter 'id' is set
|
726
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_latest_transaction_line_item_version" if id.nil?
|
727
|
+
# resource path
|
728
|
+
local_var_path = "/transaction/getLatestTransactionLineItemVersion".sub('{format}','json')
|
729
|
+
|
730
|
+
# query parameters
|
731
|
+
query_params = {}
|
732
|
+
query_params[:'spaceId'] = space_id
|
733
|
+
query_params[:'id'] = id
|
734
|
+
|
735
|
+
# header parameters
|
736
|
+
header_params = {}
|
737
|
+
|
738
|
+
# HTTP header 'Accept' (if needed)
|
739
|
+
local_header_accept = ['application/json;charset=utf-8']
|
740
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
741
|
+
|
742
|
+
# HTTP header 'Content-Type'
|
743
|
+
local_header_content_type = []
|
744
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
745
|
+
|
746
|
+
# form parameters
|
747
|
+
form_params = {}
|
748
|
+
|
749
|
+
# connection timeout
|
750
|
+
timeout = @api_client.get_connection_timeout()
|
751
|
+
|
752
|
+
# http body (model)
|
753
|
+
post_body = nil
|
754
|
+
auth_names = []
|
755
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
756
|
+
:header_params => header_params,
|
757
|
+
:query_params => query_params,
|
758
|
+
:form_params => form_params,
|
759
|
+
:body => post_body,
|
760
|
+
:timeout => timeout,
|
761
|
+
:auth_names => auth_names,
|
762
|
+
:return_type => 'TransactionLineItemVersion')
|
763
|
+
if @api_client.config.debugging
|
764
|
+
@api_client.config.logger.debug "API called: TransactionService#get_latest_transaction_line_item_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
765
|
+
end
|
766
|
+
return data, status_code, headers
|
767
|
+
end
|
768
|
+
|
769
|
+
# getPackingSlip
|
770
|
+
# Returns the packing slip for the transaction with given id.
|
771
|
+
# @param space_id
|
772
|
+
# @param id The id of the transaction to get the packing slip for.
|
773
|
+
# @param [Hash] opts the optional parameters
|
774
|
+
# @return [RenderedDocument]
|
775
|
+
def get_packing_slip(space_id, id, opts = {})
|
776
|
+
data, _status_code, _headers = get_packing_slip_with_http_info(space_id, id, opts)
|
777
|
+
return data
|
778
|
+
end
|
779
|
+
|
780
|
+
# getPackingSlip
|
781
|
+
# Returns the packing slip for the transaction with given id.
|
782
|
+
|
783
|
+
# @param space_id
|
784
|
+
# @param id The id of the transaction to get the packing slip for.
|
785
|
+
# @param [Hash] opts the optional parameters
|
786
|
+
# @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
|
787
|
+
def get_packing_slip_with_http_info(space_id, id, opts = {})
|
788
|
+
if @api_client.config.debugging
|
789
|
+
@api_client.config.logger.debug "Calling API: TransactionService.get_packing_slip ..."
|
790
|
+
end
|
791
|
+
# verify the required parameter 'space_id' is set
|
792
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_packing_slip" if space_id.nil?
|
793
|
+
# verify the required parameter 'id' is set
|
794
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_packing_slip" if id.nil?
|
795
|
+
# resource path
|
796
|
+
local_var_path = "/transaction/getPackingSlip".sub('{format}','json')
|
797
|
+
|
798
|
+
# query parameters
|
799
|
+
query_params = {}
|
800
|
+
query_params[:'spaceId'] = space_id
|
801
|
+
query_params[:'id'] = id
|
802
|
+
|
803
|
+
# header parameters
|
804
|
+
header_params = {}
|
805
|
+
|
806
|
+
# HTTP header 'Accept' (if needed)
|
807
|
+
local_header_accept = ['application/json;charset=utf-8']
|
808
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
809
|
+
|
810
|
+
# HTTP header 'Content-Type'
|
811
|
+
local_header_content_type = ['*/*']
|
812
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
813
|
+
|
814
|
+
# form parameters
|
815
|
+
form_params = {}
|
816
|
+
|
817
|
+
# connection timeout
|
818
|
+
timeout = @api_client.get_connection_timeout()
|
819
|
+
|
820
|
+
# http body (model)
|
821
|
+
post_body = nil
|
822
|
+
auth_names = []
|
823
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
824
|
+
:header_params => header_params,
|
825
|
+
:query_params => query_params,
|
826
|
+
:form_params => form_params,
|
827
|
+
:body => post_body,
|
828
|
+
:timeout => timeout,
|
829
|
+
:auth_names => auth_names,
|
830
|
+
:return_type => 'RenderedDocument')
|
831
|
+
if @api_client.config.debugging
|
832
|
+
@api_client.config.logger.debug "API called: TransactionService#get_packing_slip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
833
|
+
end
|
834
|
+
return data, status_code, headers
|
835
|
+
end
|
836
|
+
|
837
|
+
# Process One-Click Token with Credentials
|
838
|
+
# This operation assigns the given token to the transaction and process it. This method will return an URL where the customer has to be redirect to complete the transaction.
|
839
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
840
|
+
# @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
|
841
|
+
# @param [Hash] opts the optional parameters
|
842
|
+
# @return [String]
|
843
|
+
def process_one_click_token_and_redirect_with_credentials(credentials, token_id, opts = {})
|
844
|
+
data, _status_code, _headers = process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts)
|
845
|
+
return data
|
846
|
+
end
|
847
|
+
|
848
|
+
# Process One-Click Token with Credentials
|
849
|
+
# This operation assigns the given token to the transaction and process it. This method will return an URL where the customer has to be redirect to complete the transaction.
|
850
|
+
|
851
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
852
|
+
# @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
|
853
|
+
# @param [Hash] opts the optional parameters
|
854
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
855
|
+
def process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts = {})
|
856
|
+
if @api_client.config.debugging
|
857
|
+
@api_client.config.logger.debug "Calling API: TransactionService.process_one_click_token_and_redirect_with_credentials ..."
|
858
|
+
end
|
859
|
+
# verify the required parameter 'credentials' is set
|
860
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.process_one_click_token_and_redirect_with_credentials" if credentials.nil?
|
861
|
+
# verify the required parameter 'token_id' is set
|
862
|
+
fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.process_one_click_token_and_redirect_with_credentials" if token_id.nil?
|
863
|
+
# resource path
|
864
|
+
local_var_path = "/transaction/processOneClickTokenAndRedirectWithCredentials".sub('{format}','json')
|
865
|
+
|
866
|
+
# query parameters
|
867
|
+
query_params = {}
|
868
|
+
query_params[:'credentials'] = credentials
|
869
|
+
query_params[:'tokenId'] = token_id
|
870
|
+
|
871
|
+
# header parameters
|
872
|
+
header_params = {}
|
873
|
+
|
874
|
+
# HTTP header 'Accept' (if needed)
|
875
|
+
local_header_accept = []
|
876
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
877
|
+
|
878
|
+
# HTTP header 'Content-Type'
|
879
|
+
local_header_content_type = []
|
880
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
881
|
+
|
882
|
+
# form parameters
|
883
|
+
form_params = {}
|
884
|
+
|
885
|
+
# connection timeout
|
886
|
+
timeout = @api_client.get_connection_timeout()
|
887
|
+
|
888
|
+
# http body (model)
|
889
|
+
post_body = nil
|
890
|
+
auth_names = []
|
891
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
892
|
+
:header_params => header_params,
|
893
|
+
:query_params => query_params,
|
894
|
+
:form_params => form_params,
|
895
|
+
:body => post_body,
|
896
|
+
:timeout => timeout,
|
897
|
+
:auth_names => auth_names,
|
898
|
+
:return_type => 'String')
|
899
|
+
if @api_client.config.debugging
|
900
|
+
@api_client.config.logger.debug "API called: TransactionService#process_one_click_token_and_redirect_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
901
|
+
end
|
902
|
+
return data, status_code, headers
|
903
|
+
end
|
904
|
+
|
905
|
+
# Process Without User Interaction
|
906
|
+
# This operation processes the transaction without requiring that the customer is present. Means this operation applies strategies to process the transaction without a direct interaction with the buyer. This operation is suitable for recurring transactions.
|
907
|
+
# @param space_id
|
908
|
+
# @param id The id of the transaction which should be processed.
|
909
|
+
# @param [Hash] opts the optional parameters
|
910
|
+
# @return [Transaction]
|
911
|
+
def process_without_user_interaction(space_id, id, opts = {})
|
912
|
+
data, _status_code, _headers = process_without_user_interaction_with_http_info(space_id, id, opts)
|
913
|
+
return data
|
914
|
+
end
|
915
|
+
|
916
|
+
# Process Without User Interaction
|
917
|
+
# This operation processes the transaction without requiring that the customer is present. Means this operation applies strategies to process the transaction without a direct interaction with the buyer. This operation is suitable for recurring transactions.
|
918
|
+
|
919
|
+
# @param space_id
|
920
|
+
# @param id The id of the transaction which should be processed.
|
921
|
+
# @param [Hash] opts the optional parameters
|
922
|
+
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
923
|
+
def process_without_user_interaction_with_http_info(space_id, id, opts = {})
|
924
|
+
if @api_client.config.debugging
|
925
|
+
@api_client.config.logger.debug "Calling API: TransactionService.process_without_user_interaction ..."
|
926
|
+
end
|
927
|
+
# verify the required parameter 'space_id' is set
|
928
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.process_without_user_interaction" if space_id.nil?
|
929
|
+
# verify the required parameter 'id' is set
|
930
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.process_without_user_interaction" if id.nil?
|
931
|
+
# resource path
|
932
|
+
local_var_path = "/transaction/processWithoutUserInteraction".sub('{format}','json')
|
933
|
+
|
934
|
+
# query parameters
|
935
|
+
query_params = {}
|
936
|
+
query_params[:'spaceId'] = space_id
|
937
|
+
query_params[:'id'] = id
|
938
|
+
|
939
|
+
# header parameters
|
940
|
+
header_params = {}
|
941
|
+
|
942
|
+
# HTTP header 'Accept' (if needed)
|
943
|
+
local_header_accept = []
|
944
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
945
|
+
|
946
|
+
# HTTP header 'Content-Type'
|
947
|
+
local_header_content_type = []
|
948
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
949
|
+
|
950
|
+
# form parameters
|
951
|
+
form_params = {}
|
952
|
+
|
953
|
+
# connection timeout
|
954
|
+
timeout = @api_client.get_connection_timeout()
|
955
|
+
|
956
|
+
# http body (model)
|
957
|
+
post_body = nil
|
958
|
+
auth_names = []
|
959
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
960
|
+
:header_params => header_params,
|
961
|
+
:query_params => query_params,
|
962
|
+
:form_params => form_params,
|
963
|
+
:body => post_body,
|
964
|
+
:timeout => timeout,
|
965
|
+
:auth_names => auth_names,
|
966
|
+
:return_type => 'Transaction')
|
967
|
+
if @api_client.config.debugging
|
968
|
+
@api_client.config.logger.debug "API called: TransactionService#process_without_user_interaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
969
|
+
end
|
970
|
+
return data, status_code, headers
|
971
|
+
end
|
972
|
+
|
973
|
+
# Read
|
974
|
+
# Reads the entity with the given 'id' and returns it.
|
975
|
+
# @param space_id
|
976
|
+
# @param id The id of the transaction which should be returned.
|
977
|
+
# @param [Hash] opts the optional parameters
|
978
|
+
# @return [Transaction]
|
979
|
+
def read(space_id, id, opts = {})
|
980
|
+
data, _status_code, _headers = read_with_http_info(space_id, id, opts)
|
981
|
+
return data
|
982
|
+
end
|
983
|
+
|
984
|
+
# Read
|
985
|
+
# Reads the entity with the given 'id' and returns it.
|
986
|
+
|
987
|
+
# @param space_id
|
988
|
+
# @param id The id of the transaction which should be returned.
|
989
|
+
# @param [Hash] opts the optional parameters
|
990
|
+
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
991
|
+
def read_with_http_info(space_id, id, opts = {})
|
992
|
+
if @api_client.config.debugging
|
993
|
+
@api_client.config.logger.debug "Calling API: TransactionService.read ..."
|
994
|
+
end
|
995
|
+
# verify the required parameter 'space_id' is set
|
996
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.read" if space_id.nil?
|
997
|
+
# verify the required parameter 'id' is set
|
998
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.read" if id.nil?
|
999
|
+
# resource path
|
1000
|
+
local_var_path = "/transaction/read".sub('{format}','json')
|
1001
|
+
|
1002
|
+
# query parameters
|
1003
|
+
query_params = {}
|
1004
|
+
query_params[:'spaceId'] = space_id
|
1005
|
+
query_params[:'id'] = id
|
1006
|
+
|
1007
|
+
# header parameters
|
1008
|
+
header_params = {}
|
1009
|
+
|
1010
|
+
# HTTP header 'Accept' (if needed)
|
1011
|
+
local_header_accept = ['application/json;charset=utf-8']
|
1012
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
1013
|
+
|
1014
|
+
# HTTP header 'Content-Type'
|
1015
|
+
local_header_content_type = ['*/*']
|
1016
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
1017
|
+
|
1018
|
+
# form parameters
|
1019
|
+
form_params = {}
|
1020
|
+
|
1021
|
+
# connection timeout
|
1022
|
+
timeout = @api_client.get_connection_timeout()
|
1023
|
+
|
1024
|
+
# http body (model)
|
1025
|
+
post_body = nil
|
1026
|
+
auth_names = []
|
1027
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1028
|
+
:header_params => header_params,
|
1029
|
+
:query_params => query_params,
|
1030
|
+
:form_params => form_params,
|
1031
|
+
:body => post_body,
|
1032
|
+
:timeout => timeout,
|
1033
|
+
:auth_names => auth_names,
|
1034
|
+
:return_type => 'Transaction')
|
1035
|
+
if @api_client.config.debugging
|
1036
|
+
@api_client.config.logger.debug "API called: TransactionService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1037
|
+
end
|
1038
|
+
return data, status_code, headers
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
# Read With Credentials
|
1042
|
+
# Reads the transaction with the given 'id' and returns it. This method uses the credentials to authenticate and identify the transaction.
|
1043
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
1044
|
+
# @param [Hash] opts the optional parameters
|
1045
|
+
# @return [Transaction]
|
1046
|
+
def read_with_credentials(credentials, opts = {})
|
1047
|
+
data, _status_code, _headers = read_with_credentials_with_http_info(credentials, opts)
|
1048
|
+
return data
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
# Read With Credentials
|
1052
|
+
# Reads the transaction with the given 'id' and returns it. This method uses the credentials to authenticate and identify the transaction.
|
1053
|
+
|
1054
|
+
# @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
|
1055
|
+
# @param [Hash] opts the optional parameters
|
1056
|
+
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
1057
|
+
def read_with_credentials_with_http_info(credentials, opts = {})
|
1058
|
+
if @api_client.config.debugging
|
1059
|
+
@api_client.config.logger.debug "Calling API: TransactionService.read_with_credentials ..."
|
1060
|
+
end
|
1061
|
+
# verify the required parameter 'credentials' is set
|
1062
|
+
fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.read_with_credentials" if credentials.nil?
|
1063
|
+
# resource path
|
1064
|
+
local_var_path = "/transaction/readWithCredentials".sub('{format}','json')
|
1065
|
+
|
1066
|
+
# query parameters
|
1067
|
+
query_params = {}
|
1068
|
+
query_params[:'credentials'] = credentials
|
1069
|
+
|
1070
|
+
# header parameters
|
1071
|
+
header_params = {}
|
1072
|
+
|
1073
|
+
# HTTP header 'Accept' (if needed)
|
1074
|
+
local_header_accept = ['application/json;charset=utf-8']
|
1075
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
1076
|
+
|
1077
|
+
# HTTP header 'Content-Type'
|
1078
|
+
local_header_content_type = ['*/*']
|
1079
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
1080
|
+
|
1081
|
+
# form parameters
|
1082
|
+
form_params = {}
|
1083
|
+
|
1084
|
+
# connection timeout
|
1085
|
+
timeout = @api_client.get_connection_timeout()
|
1086
|
+
|
1087
|
+
# http body (model)
|
1088
|
+
post_body = nil
|
1089
|
+
auth_names = []
|
1090
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1091
|
+
:header_params => header_params,
|
1092
|
+
:query_params => query_params,
|
1093
|
+
:form_params => form_params,
|
1094
|
+
:body => post_body,
|
1095
|
+
:timeout => timeout,
|
1096
|
+
:auth_names => auth_names,
|
1097
|
+
:return_type => 'Transaction')
|
1098
|
+
if @api_client.config.debugging
|
1099
|
+
@api_client.config.logger.debug "API called: TransactionService#read_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1100
|
+
end
|
1101
|
+
return data, status_code, headers
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
# Search
|
1105
|
+
# Searches for the entities as specified by the given query.
|
1106
|
+
# @param space_id
|
1107
|
+
# @param query The query restricts the transactions which are returned by the search.
|
1108
|
+
# @param [Hash] opts the optional parameters
|
1109
|
+
# @return [Array<Transaction>]
|
1110
|
+
def search(space_id, query, opts = {})
|
1111
|
+
data, _status_code, _headers = search_with_http_info(space_id, query, opts)
|
1112
|
+
return data
|
1113
|
+
end
|
1114
|
+
|
1115
|
+
# Search
|
1116
|
+
# Searches for the entities as specified by the given query.
|
1117
|
+
|
1118
|
+
# @param space_id
|
1119
|
+
# @param query The query restricts the transactions which are returned by the search.
|
1120
|
+
# @param [Hash] opts the optional parameters
|
1121
|
+
# @return [Array<(Array<Transaction>, Fixnum, Hash)>] Array<Transaction> data, response status code and response headers
|
1122
|
+
def search_with_http_info(space_id, query, opts = {})
|
1123
|
+
if @api_client.config.debugging
|
1124
|
+
@api_client.config.logger.debug "Calling API: TransactionService.search ..."
|
1125
|
+
end
|
1126
|
+
# verify the required parameter 'space_id' is set
|
1127
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.search" if space_id.nil?
|
1128
|
+
# verify the required parameter 'query' is set
|
1129
|
+
fail ArgumentError, "Missing the required parameter 'query' when calling TransactionService.search" if query.nil?
|
1130
|
+
# resource path
|
1131
|
+
local_var_path = "/transaction/search".sub('{format}','json')
|
1132
|
+
|
1133
|
+
# query parameters
|
1134
|
+
query_params = {}
|
1135
|
+
query_params[:'spaceId'] = space_id
|
1136
|
+
|
1137
|
+
# header parameters
|
1138
|
+
header_params = {}
|
1139
|
+
|
1140
|
+
# HTTP header 'Accept' (if needed)
|
1141
|
+
local_header_accept = ['application/json;charset=utf-8']
|
1142
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
1143
|
+
|
1144
|
+
# HTTP header 'Content-Type'
|
1145
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
1146
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
1147
|
+
|
1148
|
+
# form parameters
|
1149
|
+
form_params = {}
|
1150
|
+
|
1151
|
+
# connection timeout
|
1152
|
+
timeout = @api_client.get_connection_timeout()
|
1153
|
+
|
1154
|
+
# http body (model)
|
1155
|
+
post_body = @api_client.object_to_http_body(query)
|
1156
|
+
auth_names = []
|
1157
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1158
|
+
:header_params => header_params,
|
1159
|
+
:query_params => query_params,
|
1160
|
+
:form_params => form_params,
|
1161
|
+
:body => post_body,
|
1162
|
+
:timeout => timeout,
|
1163
|
+
:auth_names => auth_names,
|
1164
|
+
:return_type => 'Array<Transaction>')
|
1165
|
+
if @api_client.config.debugging
|
1166
|
+
@api_client.config.logger.debug "API called: TransactionService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1167
|
+
end
|
1168
|
+
return data, status_code, headers
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
# Update
|
1172
|
+
# This updates the entity with the given properties. Only those properties which should be updated can be provided. The 'id' and 'version' are required to identify the entity.
|
1173
|
+
# @param space_id
|
1174
|
+
# @param entity The transaction object with the properties which should be updated.
|
1175
|
+
# @param [Hash] opts the optional parameters
|
1176
|
+
# @return [Transaction]
|
1177
|
+
def update(space_id, entity, opts = {})
|
1178
|
+
data, _status_code, _headers = update_with_http_info(space_id, entity, opts)
|
1179
|
+
return data
|
1180
|
+
end
|
1181
|
+
|
1182
|
+
# Update
|
1183
|
+
# This updates the entity with the given properties. Only those properties which should be updated can be provided. The 'id' and 'version' are required to identify the entity.
|
1184
|
+
|
1185
|
+
# @param space_id
|
1186
|
+
# @param entity The transaction object with the properties which should be updated.
|
1187
|
+
# @param [Hash] opts the optional parameters
|
1188
|
+
# @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
|
1189
|
+
def update_with_http_info(space_id, entity, opts = {})
|
1190
|
+
if @api_client.config.debugging
|
1191
|
+
@api_client.config.logger.debug "Calling API: TransactionService.update ..."
|
1192
|
+
end
|
1193
|
+
# verify the required parameter 'space_id' is set
|
1194
|
+
fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.update" if space_id.nil?
|
1195
|
+
# verify the required parameter 'entity' is set
|
1196
|
+
fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionService.update" if entity.nil?
|
1197
|
+
# resource path
|
1198
|
+
local_var_path = "/transaction/update".sub('{format}','json')
|
1199
|
+
|
1200
|
+
# query parameters
|
1201
|
+
query_params = {}
|
1202
|
+
query_params[:'spaceId'] = space_id
|
1203
|
+
|
1204
|
+
# header parameters
|
1205
|
+
header_params = {}
|
1206
|
+
|
1207
|
+
# HTTP header 'Accept' (if needed)
|
1208
|
+
local_header_accept = ['application/json;charset=utf-8']
|
1209
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
1210
|
+
|
1211
|
+
# HTTP header 'Content-Type'
|
1212
|
+
local_header_content_type = ['application/json;charset=utf-8']
|
1213
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
1214
|
+
|
1215
|
+
# form parameters
|
1216
|
+
form_params = {}
|
1217
|
+
|
1218
|
+
# connection timeout
|
1219
|
+
timeout = @api_client.get_connection_timeout()
|
1220
|
+
|
1221
|
+
# http body (model)
|
1222
|
+
post_body = @api_client.object_to_http_body(entity)
|
1223
|
+
auth_names = []
|
1224
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1225
|
+
:header_params => header_params,
|
1226
|
+
:query_params => query_params,
|
1227
|
+
:form_params => form_params,
|
1228
|
+
:body => post_body,
|
1229
|
+
:timeout => timeout,
|
1230
|
+
:auth_names => auth_names,
|
1231
|
+
:return_type => 'Transaction')
|
1232
|
+
if @api_client.config.debugging
|
1233
|
+
@api_client.config.logger.debug "API called: TransactionService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1234
|
+
end
|
1235
|
+
return data, status_code, headers
|
1236
|
+
end
|
1237
|
+
end
|
1238
|
+
end
|