freeclimb 5.1.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/Gemfile +4 -5
- data/Gemfile.lock +20 -7
- data/README.md +17 -4
- data/Rakefile +1 -1
- data/docs/CallResult.md +2 -2
- data/docs/CreateConference.md +4 -2
- data/docs/CreateConferenceRequest.md +1 -1
- data/docs/DefaultApi.md +369 -2
- data/docs/ExportList.md +32 -0
- data/docs/ExportOutputType.md +16 -0
- data/docs/ExportRequest.md +24 -0
- data/docs/ExportRequestOutput.md +18 -0
- data/docs/ExportResourceType.md +17 -0
- data/docs/ExportResult.md +40 -0
- data/docs/ExportResultOutput.md +18 -0
- data/docs/ExportStatus.md +21 -0
- data/freeclimb.gemspec +21 -26
- data/lib/freeclimb/api/default_api.rb +1191 -878
- data/lib/freeclimb/api_client.rb +78 -83
- data/lib/freeclimb/api_error.rb +17 -19
- data/lib/freeclimb/configuration.rb +27 -29
- data/lib/freeclimb/models/account_request.rb +36 -41
- data/lib/freeclimb/models/account_result.rb +88 -92
- data/lib/freeclimb/models/account_status.rb +12 -14
- data/lib/freeclimb/models/account_type.rb +12 -14
- data/lib/freeclimb/models/add_to_conference.rb +81 -85
- data/lib/freeclimb/models/add_to_conference_notification_webhook.rb +99 -103
- data/lib/freeclimb/models/add_to_queue_notification_webhook.rb +78 -82
- data/lib/freeclimb/models/answered_by.rb +12 -14
- data/lib/freeclimb/models/application_list.rb +74 -78
- data/lib/freeclimb/models/application_request.rb +66 -70
- data/lib/freeclimb/models/application_result.rb +100 -104
- data/lib/freeclimb/models/available_number.rb +66 -70
- data/lib/freeclimb/models/available_number_list.rb +74 -78
- data/lib/freeclimb/models/barge_in_reason.rb +12 -14
- data/lib/freeclimb/models/buy_incoming_number_request.rb +41 -45
- data/lib/freeclimb/models/call_control_webhook.rb +56 -61
- data/lib/freeclimb/models/call_direction.rb +12 -14
- data/lib/freeclimb/models/call_ended_reason.rb +12 -14
- data/lib/freeclimb/models/call_list.rb +74 -78
- data/lib/freeclimb/models/call_result.rb +144 -148
- data/lib/freeclimb/models/call_status.rb +12 -14
- data/lib/freeclimb/models/call_status_webhook.rb +84 -88
- data/lib/freeclimb/models/capabilities.rb +55 -59
- data/lib/freeclimb/models/completion_request.rb +32 -36
- data/lib/freeclimb/models/completion_result.rb +36 -40
- data/lib/freeclimb/models/completion_result_status.rb +12 -14
- data/lib/freeclimb/models/conference_list.rb +74 -78
- data/lib/freeclimb/models/conference_participant_list.rb +74 -78
- data/lib/freeclimb/models/conference_participant_result.rb +88 -92
- data/lib/freeclimb/models/conference_recording_status_webhook.rb +99 -103
- data/lib/freeclimb/models/conference_result.rb +106 -110
- data/lib/freeclimb/models/conference_status.rb +12 -14
- data/lib/freeclimb/models/conference_status_webhook.rb +102 -106
- data/lib/freeclimb/models/create_conference.rb +71 -64
- data/lib/freeclimb/models/create_conference_request.rb +55 -54
- data/lib/freeclimb/models/create_conference_webhook.rb +102 -106
- data/lib/freeclimb/models/create_web_rtc_token.rb +42 -46
- data/lib/freeclimb/models/dequeue.rb +28 -33
- data/lib/freeclimb/models/dequeue_webhook.rb +89 -93
- data/lib/freeclimb/models/enqueue.rb +48 -52
- data/lib/freeclimb/models/export_list.rb +304 -0
- data/lib/freeclimb/models/export_output_type.rb +34 -0
- data/lib/freeclimb/models/export_request.rb +276 -0
- data/lib/freeclimb/models/export_request_output.rb +243 -0
- data/lib/freeclimb/models/export_resource_type.rb +35 -0
- data/lib/freeclimb/models/export_result.rb +405 -0
- data/lib/freeclimb/models/export_result_output.rb +243 -0
- data/lib/freeclimb/models/export_status.rb +39 -0
- data/lib/freeclimb/models/filter_logs_request.rb +31 -35
- data/lib/freeclimb/models/get_digits.rb +73 -77
- data/lib/freeclimb/models/get_digits_reason.rb +12 -14
- data/lib/freeclimb/models/get_digits_webhook.rb +93 -97
- data/lib/freeclimb/models/get_speech.rb +94 -97
- data/lib/freeclimb/models/get_speech_reason.rb +12 -14
- data/lib/freeclimb/models/get_speech_webhook.rb +118 -122
- data/lib/freeclimb/models/grammar_file_built_in.rb +12 -14
- data/lib/freeclimb/models/grammar_type.rb +12 -14
- data/lib/freeclimb/models/hangup.rb +34 -39
- data/lib/freeclimb/models/if_machine.rb +12 -14
- data/lib/freeclimb/models/inbound_call_webhook.rb +85 -89
- data/lib/freeclimb/models/incoming_number_list.rb +74 -78
- data/lib/freeclimb/models/incoming_number_request.rb +41 -45
- data/lib/freeclimb/models/incoming_number_result.rb +122 -126
- data/lib/freeclimb/models/language.rb +12 -14
- data/lib/freeclimb/models/leave_conference_webhook.rb +79 -83
- data/lib/freeclimb/models/log_level.rb +12 -14
- data/lib/freeclimb/models/log_list.rb +74 -78
- data/lib/freeclimb/models/log_result.rb +67 -71
- data/lib/freeclimb/models/machine_detected_webhook.rb +89 -93
- data/lib/freeclimb/models/machine_type.rb +12 -14
- data/lib/freeclimb/models/make_call_request.rb +77 -81
- data/lib/freeclimb/models/message_delivery_webhook.rb +81 -86
- data/lib/freeclimb/models/message_direction.rb +12 -14
- data/lib/freeclimb/models/message_request.rb +72 -75
- data/lib/freeclimb/models/message_result.rb +135 -139
- data/lib/freeclimb/models/message_status.rb +12 -14
- data/lib/freeclimb/models/message_status_webhook.rb +86 -90
- data/lib/freeclimb/models/messages_list.rb +74 -78
- data/lib/freeclimb/models/mutable_resource_model.rb +46 -51
- data/lib/freeclimb/models/out_dial.rb +80 -84
- data/lib/freeclimb/models/out_dial_api_connect_webhook.rb +84 -88
- data/lib/freeclimb/models/out_dial_connect_webhook.rb +84 -88
- data/lib/freeclimb/models/out_dial_start_webhook.rb +90 -94
- data/lib/freeclimb/models/pagination_model.rb +67 -71
- data/lib/freeclimb/models/park.rb +44 -48
- data/lib/freeclimb/models/pause.rb +33 -37
- data/lib/freeclimb/models/percl_command.rb +36 -40
- data/lib/freeclimb/models/percl_script.rb +32 -36
- data/lib/freeclimb/models/play.rb +44 -48
- data/lib/freeclimb/models/play_beep.rb +12 -14
- data/lib/freeclimb/models/play_early_media.rb +33 -37
- data/lib/freeclimb/models/queue_list.rb +74 -78
- data/lib/freeclimb/models/queue_member.rb +55 -59
- data/lib/freeclimb/models/queue_member_list.rb +74 -78
- data/lib/freeclimb/models/queue_request.rb +37 -42
- data/lib/freeclimb/models/queue_result.rb +88 -92
- data/lib/freeclimb/models/queue_result_status.rb +12 -14
- data/lib/freeclimb/models/queue_wait_webhook.rb +94 -98
- data/lib/freeclimb/models/record_utterance.rb +63 -67
- data/lib/freeclimb/models/record_utterance_term_reason.rb +12 -14
- data/lib/freeclimb/models/record_webhook.rb +119 -123
- data/lib/freeclimb/models/recording_list.rb +74 -78
- data/lib/freeclimb/models/recording_result.rb +76 -80
- data/lib/freeclimb/models/redirect.rb +33 -37
- data/lib/freeclimb/models/redirect_webhook.rb +84 -88
- data/lib/freeclimb/models/reject.rb +34 -39
- data/lib/freeclimb/models/remove_from_conference.rb +28 -33
- data/lib/freeclimb/models/remove_from_queue_notification_webhook.rb +89 -93
- data/lib/freeclimb/models/request_type.rb +12 -14
- data/lib/freeclimb/models/say.rb +49 -53
- data/lib/freeclimb/models/send_digits.rb +43 -47
- data/lib/freeclimb/models/set_dtmf_pass_through.rb +34 -39
- data/lib/freeclimb/models/set_listen.rb +34 -39
- data/lib/freeclimb/models/set_talk.rb +34 -39
- data/lib/freeclimb/models/sms.rb +48 -52
- data/lib/freeclimb/models/sms_ten_dlc_brand.rb +187 -190
- data/lib/freeclimb/models/sms_ten_dlc_brand_alt_business_id_type.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_brand_entity_type.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_brand_identity_status.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_brand_relationship.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_brand_stock_exchange.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_brands_list_result.rb +74 -78
- data/lib/freeclimb/models/sms_ten_dlc_campaign.rb +226 -229
- data/lib/freeclimb/models/sms_ten_dlc_campaign_status.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_campaigns_list_result.rb +74 -78
- data/lib/freeclimb/models/sms_ten_dlc_partner_campaign.rb +186 -189
- data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_brand.rb +84 -87
- data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_status.rb +12 -14
- data/lib/freeclimb/models/sms_ten_dlc_partner_campaigns_list_result.rb +74 -78
- data/lib/freeclimb/models/sms_toll_free_campaign.rb +61 -64
- data/lib/freeclimb/models/sms_toll_free_campaign_registration_status.rb +12 -14
- data/lib/freeclimb/models/sms_toll_free_campaigns_list_result.rb +74 -78
- data/lib/freeclimb/models/start_record_call.rb +28 -33
- data/lib/freeclimb/models/terminate_conference.rb +28 -33
- data/lib/freeclimb/models/tfn.rb +31 -35
- data/lib/freeclimb/models/tfn_campaign.rb +76 -79
- data/lib/freeclimb/models/transcribe_reason.rb +12 -14
- data/lib/freeclimb/models/transcribe_term_reason.rb +12 -14
- data/lib/freeclimb/models/transcribe_utterance.rb +61 -65
- data/lib/freeclimb/models/transcribe_utterance_record.rb +43 -47
- data/lib/freeclimb/models/transcribe_webhook.rb +150 -154
- data/lib/freeclimb/models/unpark.rb +28 -33
- data/lib/freeclimb/models/update_call_request.rb +31 -35
- data/lib/freeclimb/models/update_call_request_status.rb +12 -14
- data/lib/freeclimb/models/update_conference_participant_request.rb +41 -46
- data/lib/freeclimb/models/update_conference_request.rb +41 -45
- data/lib/freeclimb/models/update_conference_request_status.rb +12 -14
- data/lib/freeclimb/models/webhook.rb +32 -37
- data/lib/freeclimb/utils/request_verifier.rb +14 -14
- data/lib/freeclimb/utils/signature_information.rb +8 -8
- data/lib/freeclimb/version.rb +10 -12
- data/lib/freeclimb.rb +164 -158
- data/openapi.json +373 -2
- data/package.json +1 -1
- data/spec/api/default_api_spec.rb +631 -676
- data/spec/api_client_spec.rb +100 -102
- data/spec/configuration_spec.rb +16 -18
- data/spec/models/account_request_spec.rb +104 -233
- data/spec/models/account_result_spec.rb +393 -1013
- data/spec/models/account_status_spec.rb +27 -30
- data/spec/models/account_type_spec.rb +24 -27
- data/spec/models/add_to_conference_notification_webhook_spec.rb +464 -1197
- data/spec/models/add_to_conference_spec.rb +354 -850
- data/spec/models/add_to_queue_notification_webhook_spec.rb +341 -864
- data/spec/models/answered_by_spec.rb +24 -27
- data/spec/models/application_list_spec.rb +289 -646
- data/spec/models/application_request_spec.rb +265 -679
- data/spec/models/application_result_spec.rb +444 -1184
- data/spec/models/available_number_list_spec.rb +289 -646
- data/spec/models/available_number_spec.rb +271 -650
- data/spec/models/barge_in_reason_spec.rb +27 -30
- data/spec/models/buy_incoming_number_request_spec.rb +136 -322
- data/spec/models/call_control_webhook_spec.rb +203 -503
- data/spec/models/call_direction_spec.rb +27 -30
- data/spec/models/call_ended_reason_spec.rb +107 -110
- data/spec/models/call_list_spec.rb +289 -646
- data/spec/models/call_result_spec.rb +699 -1798
- data/spec/models/call_status_spec.rb +47 -50
- data/spec/models/call_status_webhook_spec.rb +413 -990
- data/spec/models/capabilities_spec.rb +202 -411
- data/spec/models/completion_request_spec.rb +75 -143
- data/spec/models/completion_result_spec.rb +104 -231
- data/spec/models/completion_result_status_spec.rb +24 -27
- data/spec/models/conference_list_spec.rb +289 -646
- data/spec/models/conference_participant_list_spec.rb +289 -646
- data/spec/models/conference_participant_result_spec.rb +384 -938
- data/spec/models/conference_recording_status_webhook_spec.rb +464 -1197
- data/spec/models/conference_result_spec.rb +489 -1263
- data/spec/models/conference_status_spec.rb +31 -34
- data/spec/models/conference_status_webhook_spec.rb +464 -1197
- data/spec/models/create_conference_request_spec.rb +204 -485
- data/spec/models/create_conference_spec.rb +289 -561
- data/spec/models/create_conference_webhook_spec.rb +464 -1197
- data/spec/models/create_web_rtc_token_spec.rb +136 -307
- data/spec/models/dequeue_spec.rb +14 -17
- data/spec/models/dequeue_webhook_spec.rb +400 -1021
- data/spec/models/enqueue_spec.rb +169 -412
- data/spec/models/export_list_spec.rb +502 -0
- data/spec/models/export_output_type_spec.rb +43 -0
- data/spec/models/export_request_output_spec.rb +162 -0
- data/spec/models/export_request_spec.rb +320 -0
- data/spec/models/export_resource_type_spec.rb +59 -0
- data/spec/models/export_result_output_spec.rb +162 -0
- data/spec/models/export_result_spec.rb +718 -0
- data/spec/models/export_status_spec.rb +123 -0
- data/spec/models/filter_logs_request_spec.rb +73 -145
- data/spec/models/get_digits_reason_spec.rb +31 -34
- data/spec/models/get_digits_spec.rb +326 -737
- data/spec/models/get_digits_webhook_spec.rb +435 -1127
- data/spec/models/get_speech_reason_spec.rb +39 -42
- data/spec/models/get_speech_spec.rb +399 -1036
- data/spec/models/get_speech_webhook_spec.rb +608 -1553
- data/spec/models/grammar_file_built_in_spec.rb +75 -78
- data/spec/models/grammar_type_spec.rb +24 -27
- data/spec/models/hangup_spec.rb +73 -145
- data/spec/models/if_machine_spec.rb +24 -27
- data/spec/models/inbound_call_webhook_spec.rb +371 -951
- data/spec/models/incoming_number_list_spec.rb +289 -646
- data/spec/models/incoming_number_request_spec.rb +136 -322
- data/spec/models/incoming_number_result_spec.rb +573 -1489
- data/spec/models/language_spec.rb +120 -123
- data/spec/models/leave_conference_webhook_spec.rb +341 -864
- data/spec/models/log_level_spec.rb +27 -30
- data/spec/models/log_list_spec.rb +289 -646
- data/spec/models/log_result_spec.rb +272 -667
- data/spec/models/machine_detected_webhook_spec.rb +401 -1036
- data/spec/models/machine_type_spec.rb +24 -27
- data/spec/models/make_call_request_spec.rb +353 -905
- data/spec/models/message_delivery_webhook_spec.rb +357 -942
- data/spec/models/message_direction_spec.rb +24 -27
- data/spec/models/message_request_spec.rb +324 -818
- data/spec/models/message_result_spec.rb +647 -1710
- data/spec/models/message_status_spec.rb +60 -63
- data/spec/models/message_status_webhook_spec.rb +405 -1045
- data/spec/models/messages_list_spec.rb +289 -646
- data/spec/models/mutable_resource_model_spec.rb +168 -395
- data/spec/models/out_dial_api_connect_webhook_spec.rb +371 -951
- data/spec/models/out_dial_connect_webhook_spec.rb +371 -951
- data/spec/models/out_dial_spec.rb +354 -903
- data/spec/models/out_dial_start_webhook_spec.rb +401 -1038
- data/spec/models/pagination_model_spec.rb +259 -577
- data/spec/models/park_spec.rb +136 -322
- data/spec/models/pause_spec.rb +72 -128
- data/spec/models/percl_command_spec.rb +76 -145
- data/spec/models/percl_script_spec.rb +73 -127
- data/spec/models/play_beep_spec.rb +31 -34
- data/spec/models/play_early_media_spec.rb +73 -145
- data/spec/models/play_spec.rb +135 -287
- data/spec/models/queue_list_spec.rb +289 -646
- data/spec/models/queue_member_list_spec.rb +289 -646
- data/spec/models/queue_member_spec.rb +199 -467
- data/spec/models/queue_request_spec.rb +103 -216
- data/spec/models/queue_result_spec.rb +388 -965
- data/spec/models/queue_result_status_spec.rb +31 -34
- data/spec/models/queue_wait_webhook_spec.rb +429 -1091
- data/spec/models/record_utterance_spec.rb +263 -591
- data/spec/models/record_utterance_term_reason_spec.rb +31 -34
- data/spec/models/record_webhook_spec.rb +605 -1548
- data/spec/models/recording_list_spec.rb +289 -646
- data/spec/models/recording_result_spec.rb +323 -819
- data/spec/models/redirect_spec.rb +73 -145
- data/spec/models/redirect_webhook_spec.rb +371 -951
- data/spec/models/reject_spec.rb +73 -145
- data/spec/models/remove_from_conference_spec.rb +14 -17
- data/spec/models/remove_from_queue_notification_webhook_spec.rb +404 -1023
- data/spec/models/request_type_spec.rb +107 -110
- data/spec/models/say_spec.rb +168 -377
- data/spec/models/send_digits_spec.rb +135 -287
- data/spec/models/set_dtmf_pass_through_spec.rb +74 -127
- data/spec/models/set_listen_spec.rb +74 -127
- data/spec/models/set_talk_spec.rb +74 -127
- data/spec/models/sms_spec.rb +169 -412
- data/spec/models/sms_ten_dlc_brand_alt_business_id_type_spec.rb +31 -34
- data/spec/models/sms_ten_dlc_brand_entity_type_spec.rb +35 -38
- data/spec/models/sms_ten_dlc_brand_identity_status_spec.rb +31 -34
- data/spec/models/sms_ten_dlc_brand_relationship_spec.rb +35 -38
- data/spec/models/sms_ten_dlc_brand_spec.rb +1082 -2746
- data/spec/models/sms_ten_dlc_brand_stock_exchange_spec.rb +124 -127
- data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +289 -646
- data/spec/models/sms_ten_dlc_campaign_spec.rb +1139 -2881
- data/spec/models/sms_ten_dlc_campaign_status_spec.rb +24 -27
- data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +289 -646
- data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +406 -1004
- data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +961 -2393
- data/spec/models/sms_ten_dlc_partner_campaign_status_spec.rb +24 -27
- data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +289 -646
- data/spec/models/sms_toll_free_campaign_registration_status_spec.rb +35 -38
- data/spec/models/sms_toll_free_campaign_spec.rb +270 -666
- data/spec/models/sms_toll_free_campaigns_list_result_spec.rb +289 -646
- data/spec/models/start_record_call_spec.rb +14 -17
- data/spec/models/terminate_conference_spec.rb +14 -17
- data/spec/models/tfn_campaign_spec.rb +330 -858
- data/spec/models/tfn_spec.rb +73 -145
- data/spec/models/transcribe_reason_spec.rb +35 -38
- data/spec/models/transcribe_term_reason_spec.rb +24 -27
- data/spec/models/transcribe_utterance_record_spec.rb +134 -270
- data/spec/models/transcribe_utterance_spec.rb +236 -523
- data/spec/models/transcribe_webhook_spec.rb +749 -1918
- data/spec/models/unpark_spec.rb +14 -17
- data/spec/models/update_call_request_spec.rb +74 -143
- data/spec/models/update_call_request_status_spec.rb +24 -27
- data/spec/models/update_conference_participant_request_spec.rb +137 -268
- data/spec/models/update_conference_request_spec.rb +140 -321
- data/spec/models/update_conference_request_status_spec.rb +24 -27
- data/spec/models/webhook_spec.rb +68 -137
- data/spec/quickstart_spec.rb +5 -5
- data/spec/spec_helper.rb +92 -100
- data/spec/utils/request_verifier_spec.rb +70 -71
- data/spec/utils/signature_information_spec.rb +23 -23
- data/yarn.lock +38 -29
- metadata +27 -151
@@ -0,0 +1,502 @@
|
|
1
|
+
# #FreeClimb API
|
2
|
+
#
|
3
|
+
# FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
|
4
|
+
#
|
5
|
+
# The version of the OpenAPI document: 1.0.0
|
6
|
+
# Contact: support@freeclimb.com
|
7
|
+
# Generated by: https://openapi-generator.tech
|
8
|
+
# OpenAPI Generator version: 7.9.0
|
9
|
+
#
|
10
|
+
|
11
|
+
require "spec_helper"
|
12
|
+
require "json"
|
13
|
+
require "date"
|
14
|
+
include Freeclimb
|
15
|
+
|
16
|
+
# Unit tests for Freeclimb::ExportList
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe Freeclimb::ExportList do
|
20
|
+
let(:instance) { Freeclimb::ExportList.new }
|
21
|
+
|
22
|
+
describe "test an instance of ExportList" do
|
23
|
+
it "should create an instance of ExportList" do
|
24
|
+
expect(instance).to be_instance_of(Freeclimb::ExportList)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test attribute "total"' do
|
29
|
+
it "should work" do
|
30
|
+
instance.total = 1
|
31
|
+
expect(instance.total).to eq(1)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
describe 'test attribute "start"' do
|
36
|
+
it "should work" do
|
37
|
+
instance.start = 1
|
38
|
+
expect(instance.start).to eq(1)
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
describe 'test attribute "_end"' do
|
43
|
+
it "should work" do
|
44
|
+
instance._end = 1
|
45
|
+
expect(instance._end).to eq(1)
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
describe 'test attribute "page"' do
|
50
|
+
it "should work" do
|
51
|
+
instance.page = 1
|
52
|
+
expect(instance.page).to eq(1)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
describe 'test attribute "num_pages"' do
|
57
|
+
it "should work" do
|
58
|
+
instance.num_pages = 1
|
59
|
+
expect(instance.num_pages).to eq(1)
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
describe 'test attribute "page_size"' do
|
64
|
+
it "should work" do
|
65
|
+
instance.page_size = 1
|
66
|
+
expect(instance.page_size).to eq(1)
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "next_page_uri"' do
|
71
|
+
it "should work" do
|
72
|
+
instance.next_page_uri = "TEST_STRING"
|
73
|
+
expect(instance.next_page_uri).to eq("TEST_STRING")
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test attribute "exports"' do
|
78
|
+
it "should work" do
|
79
|
+
instance.exports = ["ELEMENT_1", "ELEMENT_2"]
|
80
|
+
expect(instance.exports).to eq(["ELEMENT_1", "ELEMENT_2"])
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
describe 'test method "initialize"' do
|
85
|
+
it "properly initializes with values" do
|
86
|
+
expect {
|
87
|
+
Freeclimb::ExportList.new(
|
88
|
+
total: 1,
|
89
|
+
|
90
|
+
start: 1,
|
91
|
+
|
92
|
+
_end: 1,
|
93
|
+
|
94
|
+
page: 1,
|
95
|
+
|
96
|
+
num_pages: 1,
|
97
|
+
|
98
|
+
page_size: 1,
|
99
|
+
|
100
|
+
next_page_uri: "TS",
|
101
|
+
|
102
|
+
exports: []
|
103
|
+
)
|
104
|
+
}.not_to raise_error
|
105
|
+
end
|
106
|
+
it "fails to initialize with input argument that is not a hash in Freeclimb::ExportList" do
|
107
|
+
expect {
|
108
|
+
Freeclimb::ExportList.new(
|
109
|
+
total: 1,
|
110
|
+
|
111
|
+
start: 1,
|
112
|
+
|
113
|
+
_end: 1,
|
114
|
+
|
115
|
+
page: 1,
|
116
|
+
|
117
|
+
num_pages: 1,
|
118
|
+
|
119
|
+
page_size: 1,
|
120
|
+
|
121
|
+
next_page_uri: "TS",
|
122
|
+
|
123
|
+
exports: [],
|
124
|
+
|
125
|
+
invalid_attribute: true
|
126
|
+
)
|
127
|
+
}.to raise_error(ArgumentError)
|
128
|
+
end
|
129
|
+
it "fails to initialize with invalid attribute" do
|
130
|
+
expect {
|
131
|
+
Freeclimb::ExportList.new(
|
132
|
+
total: 1,
|
133
|
+
|
134
|
+
start: 1,
|
135
|
+
|
136
|
+
_end: 1,
|
137
|
+
|
138
|
+
page: 1,
|
139
|
+
|
140
|
+
num_pages: 1,
|
141
|
+
|
142
|
+
page_size: 1,
|
143
|
+
|
144
|
+
next_page_uri: "TS",
|
145
|
+
|
146
|
+
exports: [],
|
147
|
+
|
148
|
+
invalid_attribute: true
|
149
|
+
)
|
150
|
+
}.to raise_error(ArgumentError)
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
describe 'test method "valid"' do
|
155
|
+
it "checks if properties are valid" do
|
156
|
+
instance = Freeclimb::ExportList.new(
|
157
|
+
total: 1,
|
158
|
+
|
159
|
+
start: 1,
|
160
|
+
|
161
|
+
_end: 1,
|
162
|
+
|
163
|
+
page: 1,
|
164
|
+
|
165
|
+
num_pages: 1,
|
166
|
+
|
167
|
+
page_size: 1,
|
168
|
+
|
169
|
+
next_page_uri: "TS",
|
170
|
+
|
171
|
+
exports: []
|
172
|
+
)
|
173
|
+
expect(instance.valid?).to eq(true)
|
174
|
+
end
|
175
|
+
|
176
|
+
skip "checks if properties are invalid" do
|
177
|
+
instance = Freeclimb::ExportList.new
|
178
|
+
|
179
|
+
expect(instance.valid?).to eq(false)
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
183
|
+
describe 'test method "eql?"' do
|
184
|
+
it "checks if objects are equal" do
|
185
|
+
instance_1 = Freeclimb::ExportList.new(
|
186
|
+
total: 1,
|
187
|
+
|
188
|
+
start: 1,
|
189
|
+
|
190
|
+
_end: 1,
|
191
|
+
|
192
|
+
page: 1,
|
193
|
+
|
194
|
+
num_pages: 1,
|
195
|
+
|
196
|
+
page_size: 1,
|
197
|
+
|
198
|
+
next_page_uri: "TS",
|
199
|
+
|
200
|
+
exports: []
|
201
|
+
)
|
202
|
+
instance_2 = Freeclimb::ExportList.new(
|
203
|
+
total: 1,
|
204
|
+
|
205
|
+
start: 1,
|
206
|
+
|
207
|
+
_end: 1,
|
208
|
+
|
209
|
+
page: 1,
|
210
|
+
|
211
|
+
num_pages: 1,
|
212
|
+
|
213
|
+
page_size: 1,
|
214
|
+
|
215
|
+
next_page_uri: "TS",
|
216
|
+
|
217
|
+
exports: []
|
218
|
+
)
|
219
|
+
expect(instance_1.eql?(instance_2)).to eq(true)
|
220
|
+
end
|
221
|
+
|
222
|
+
it "checks if objects are not equal" do
|
223
|
+
instance_1 = Freeclimb::ExportList.new(
|
224
|
+
total: 2,
|
225
|
+
|
226
|
+
start: 2,
|
227
|
+
|
228
|
+
_end: 2,
|
229
|
+
|
230
|
+
page: 2,
|
231
|
+
|
232
|
+
num_pages: 2,
|
233
|
+
|
234
|
+
page_size: 2,
|
235
|
+
|
236
|
+
next_page_uri: "TS",
|
237
|
+
|
238
|
+
exports: []
|
239
|
+
)
|
240
|
+
instance_2 = Freeclimb::ExportList.new(
|
241
|
+
total: 1,
|
242
|
+
|
243
|
+
start: 1,
|
244
|
+
|
245
|
+
_end: 1,
|
246
|
+
|
247
|
+
page: 1,
|
248
|
+
|
249
|
+
num_pages: 1,
|
250
|
+
|
251
|
+
page_size: 1,
|
252
|
+
|
253
|
+
next_page_uri: "ST",
|
254
|
+
|
255
|
+
exports: nil
|
256
|
+
)
|
257
|
+
expect(instance_1.eql?(instance_2)).to eq(false)
|
258
|
+
end
|
259
|
+
end
|
260
|
+
|
261
|
+
describe 'test method "hash"' do
|
262
|
+
it "calculates hash code" do
|
263
|
+
instance = Freeclimb::ExportList.new(
|
264
|
+
total: 1,
|
265
|
+
|
266
|
+
start: 1,
|
267
|
+
|
268
|
+
_end: 1,
|
269
|
+
|
270
|
+
page: 1,
|
271
|
+
|
272
|
+
num_pages: 1,
|
273
|
+
|
274
|
+
page_size: 1,
|
275
|
+
|
276
|
+
next_page_uri: "TS",
|
277
|
+
|
278
|
+
exports: []
|
279
|
+
)
|
280
|
+
expect(instance.hash).to be_a_kind_of(Integer)
|
281
|
+
end
|
282
|
+
end
|
283
|
+
|
284
|
+
describe 'test method "build_from_hash"' do
|
285
|
+
it "builds equivalent model from hash code" do
|
286
|
+
instance_1 = Freeclimb::ExportList.new(
|
287
|
+
total: 1,
|
288
|
+
|
289
|
+
start: 1,
|
290
|
+
|
291
|
+
_end: 1,
|
292
|
+
|
293
|
+
page: 1,
|
294
|
+
|
295
|
+
num_pages: 1,
|
296
|
+
|
297
|
+
page_size: 1,
|
298
|
+
|
299
|
+
next_page_uri: "TS",
|
300
|
+
|
301
|
+
exports: []
|
302
|
+
)
|
303
|
+
instance_2 = Freeclimb::ExportList.new(
|
304
|
+
total: 1,
|
305
|
+
|
306
|
+
start: 1,
|
307
|
+
|
308
|
+
_end: 1,
|
309
|
+
|
310
|
+
page: 1,
|
311
|
+
|
312
|
+
num_pages: 1,
|
313
|
+
|
314
|
+
page_size: 1,
|
315
|
+
|
316
|
+
next_page_uri: "TS",
|
317
|
+
|
318
|
+
exports: []
|
319
|
+
)
|
320
|
+
|
321
|
+
expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
|
322
|
+
end
|
323
|
+
end
|
324
|
+
|
325
|
+
describe 'test method "_deserialize"' do
|
326
|
+
instance = Freeclimb::ExportList.new(
|
327
|
+
total: 1,
|
328
|
+
|
329
|
+
start: 1,
|
330
|
+
|
331
|
+
_end: 1,
|
332
|
+
|
333
|
+
page: 1,
|
334
|
+
|
335
|
+
num_pages: 1,
|
336
|
+
|
337
|
+
page_size: 1,
|
338
|
+
|
339
|
+
next_page_uri: "TS",
|
340
|
+
|
341
|
+
exports: []
|
342
|
+
)
|
343
|
+
it "deserializes the data of total" do
|
344
|
+
expect(instance._deserialize("Integer", instance.total)).to be_a_kind_of(Integer)
|
345
|
+
end
|
346
|
+
|
347
|
+
it "deserializes the data of start" do
|
348
|
+
expect(instance._deserialize("Integer", instance.start)).to be_a_kind_of(Integer)
|
349
|
+
end
|
350
|
+
|
351
|
+
it "deserializes the data of _end" do
|
352
|
+
expect(instance._deserialize("Integer", instance._end)).to be_a_kind_of(Integer)
|
353
|
+
end
|
354
|
+
|
355
|
+
it "deserializes the data of page" do
|
356
|
+
expect(instance._deserialize("Integer", instance.page)).to be_a_kind_of(Integer)
|
357
|
+
end
|
358
|
+
|
359
|
+
it "deserializes the data of num_pages" do
|
360
|
+
expect(instance._deserialize("Integer", instance.num_pages)).to be_a_kind_of(Integer)
|
361
|
+
end
|
362
|
+
|
363
|
+
it "deserializes the data of page_size" do
|
364
|
+
expect(instance._deserialize("Integer", instance.page_size)).to be_a_kind_of(Integer)
|
365
|
+
end
|
366
|
+
|
367
|
+
it "deserializes the data of next_page_uri" do
|
368
|
+
expect(instance._deserialize("String", instance.next_page_uri)).to be_a_kind_of(String)
|
369
|
+
end
|
370
|
+
|
371
|
+
it "deserializes the data of exports" do
|
372
|
+
expect(instance._deserialize("Array<ExportResult>", instance.exports)).to be_a_kind_of(Array)
|
373
|
+
end
|
374
|
+
end
|
375
|
+
|
376
|
+
describe 'test method "to_s"' do
|
377
|
+
it "returns the string representation of the object" do
|
378
|
+
instance = Freeclimb::ExportList.new(
|
379
|
+
total: 1,
|
380
|
+
|
381
|
+
start: 1,
|
382
|
+
|
383
|
+
_end: 1,
|
384
|
+
|
385
|
+
page: 1,
|
386
|
+
|
387
|
+
num_pages: 1,
|
388
|
+
|
389
|
+
page_size: 1,
|
390
|
+
|
391
|
+
next_page_uri: "TS",
|
392
|
+
|
393
|
+
exports: []
|
394
|
+
)
|
395
|
+
expect(instance.to_s).to eq(instance.to_hash.to_s)
|
396
|
+
end
|
397
|
+
end
|
398
|
+
|
399
|
+
describe 'test method "to_hash"' do
|
400
|
+
it "returns the object in the form of hash" do
|
401
|
+
instance = Freeclimb::ExportList.new(
|
402
|
+
total: 1,
|
403
|
+
|
404
|
+
start: 1,
|
405
|
+
|
406
|
+
_end: 1,
|
407
|
+
|
408
|
+
page: 1,
|
409
|
+
|
410
|
+
num_pages: 1,
|
411
|
+
|
412
|
+
page_size: 1,
|
413
|
+
|
414
|
+
next_page_uri: "TS",
|
415
|
+
|
416
|
+
exports: []
|
417
|
+
)
|
418
|
+
expect(instance.to_hash).to be_a_kind_of(Hash)
|
419
|
+
end
|
420
|
+
it "creates equal hash for two equal objects" do
|
421
|
+
instance_1 = Freeclimb::ExportList.new(
|
422
|
+
total: 1,
|
423
|
+
|
424
|
+
start: 1,
|
425
|
+
|
426
|
+
_end: 1,
|
427
|
+
|
428
|
+
page: 1,
|
429
|
+
|
430
|
+
num_pages: 1,
|
431
|
+
|
432
|
+
page_size: 1,
|
433
|
+
|
434
|
+
next_page_uri: "TS",
|
435
|
+
|
436
|
+
exports: []
|
437
|
+
)
|
438
|
+
instance_2 = Freeclimb::ExportList.new(
|
439
|
+
total: 1,
|
440
|
+
|
441
|
+
start: 1,
|
442
|
+
|
443
|
+
_end: 1,
|
444
|
+
|
445
|
+
page: 1,
|
446
|
+
|
447
|
+
num_pages: 1,
|
448
|
+
|
449
|
+
page_size: 1,
|
450
|
+
|
451
|
+
next_page_uri: "TS",
|
452
|
+
|
453
|
+
exports: []
|
454
|
+
)
|
455
|
+
expect(instance_1.to_hash).to eq(instance_2.to_hash)
|
456
|
+
end
|
457
|
+
end
|
458
|
+
|
459
|
+
describe 'test method "_to_hash"' do
|
460
|
+
instance = Freeclimb::ExportList.new(
|
461
|
+
total: 1,
|
462
|
+
|
463
|
+
start: 1,
|
464
|
+
|
465
|
+
_end: 1,
|
466
|
+
|
467
|
+
page: 1,
|
468
|
+
|
469
|
+
num_pages: 1,
|
470
|
+
|
471
|
+
page_size: 1,
|
472
|
+
|
473
|
+
next_page_uri: "TS",
|
474
|
+
|
475
|
+
exports: []
|
476
|
+
)
|
477
|
+
it "returns total in the form of hash" do
|
478
|
+
expect(instance._to_hash(instance.total)).to eq(instance.total)
|
479
|
+
end
|
480
|
+
it "returns start in the form of hash" do
|
481
|
+
expect(instance._to_hash(instance.start)).to eq(instance.start)
|
482
|
+
end
|
483
|
+
it "returns _end in the form of hash" do
|
484
|
+
expect(instance._to_hash(instance._end)).to eq(instance._end)
|
485
|
+
end
|
486
|
+
it "returns page in the form of hash" do
|
487
|
+
expect(instance._to_hash(instance.page)).to eq(instance.page)
|
488
|
+
end
|
489
|
+
it "returns num_pages in the form of hash" do
|
490
|
+
expect(instance._to_hash(instance.num_pages)).to eq(instance.num_pages)
|
491
|
+
end
|
492
|
+
it "returns page_size in the form of hash" do
|
493
|
+
expect(instance._to_hash(instance.page_size)).to eq(instance.page_size)
|
494
|
+
end
|
495
|
+
it "returns next_page_uri in the form of hash" do
|
496
|
+
expect(instance._to_hash(instance.next_page_uri)).to eq(instance.next_page_uri)
|
497
|
+
end
|
498
|
+
it "returns exports in the form of hash" do
|
499
|
+
expect(instance._to_hash(instance.exports)).to eq(instance.exports)
|
500
|
+
end
|
501
|
+
end
|
502
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# #FreeClimb API
|
2
|
+
#
|
3
|
+
# FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
|
4
|
+
#
|
5
|
+
# The version of the OpenAPI document: 1.0.0
|
6
|
+
# Contact: support@freeclimb.com
|
7
|
+
# Generated by: https://openapi-generator.tech
|
8
|
+
# OpenAPI Generator version: 7.9.0
|
9
|
+
#
|
10
|
+
|
11
|
+
require "spec_helper"
|
12
|
+
require "json"
|
13
|
+
require "date"
|
14
|
+
include Freeclimb
|
15
|
+
|
16
|
+
# Unit tests for Freeclimb::ExportOutputType
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe Freeclimb::ExportOutputType do
|
20
|
+
let(:instance) { Freeclimb::ExportOutputType.new }
|
21
|
+
|
22
|
+
describe "test an instance of ExportOutputType" do
|
23
|
+
it "should create an instance of ExportOutputType" do
|
24
|
+
expect(instance).to be_instance_of(Freeclimb::ExportOutputType)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test attribute "CSV"' do
|
29
|
+
it "should work" do
|
30
|
+
expect { Freeclimb::ExportOutputType::CSV = "csv" }.not_to raise_error
|
31
|
+
end
|
32
|
+
it "should serialize to enum" do
|
33
|
+
expectedValue = Freeclimb::ExportOutputType::CSV
|
34
|
+
calculatedValue = Freeclimb::ExportOutputType.build_from_hash("csv")
|
35
|
+
expect(expectedValue).to eq(calculatedValue)
|
36
|
+
end
|
37
|
+
it "should deserialize to string" do
|
38
|
+
expectedValue = "csv"
|
39
|
+
calculatedValue = Freeclimb::ExportOutputType::CSV
|
40
|
+
expect(expectedValue).to eq(calculatedValue)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,162 @@
|
|
1
|
+
# #FreeClimb API
|
2
|
+
#
|
3
|
+
# FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
|
4
|
+
#
|
5
|
+
# The version of the OpenAPI document: 1.0.0
|
6
|
+
# Contact: support@freeclimb.com
|
7
|
+
# Generated by: https://openapi-generator.tech
|
8
|
+
# OpenAPI Generator version: 7.9.0
|
9
|
+
#
|
10
|
+
|
11
|
+
require "spec_helper"
|
12
|
+
require "json"
|
13
|
+
require "date"
|
14
|
+
include Freeclimb
|
15
|
+
|
16
|
+
# Unit tests for Freeclimb::ExportRequestOutput
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe Freeclimb::ExportRequestOutput do
|
20
|
+
let(:instance) { Freeclimb::ExportRequestOutput.new }
|
21
|
+
|
22
|
+
describe "test an instance of ExportRequestOutput" do
|
23
|
+
it "should create an instance of ExportRequestOutput" do
|
24
|
+
expect(instance).to be_instance_of(Freeclimb::ExportRequestOutput)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test attribute "type"' do
|
29
|
+
it "assigns value CSV" do
|
30
|
+
instance.type = Freeclimb::ExportOutputType::CSV
|
31
|
+
expect(instance.type).to eq(Freeclimb::ExportOutputType::CSV)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
describe 'test method "initialize"' do
|
35
|
+
it "properly initializes with values" do
|
36
|
+
expect {
|
37
|
+
Freeclimb::ExportRequestOutput.new(
|
38
|
+
type: Freeclimb::ExportOutputType::CSV
|
39
|
+
)
|
40
|
+
}.not_to raise_error
|
41
|
+
end
|
42
|
+
it "fails to initialize with input argument that is not a hash in Freeclimb::ExportRequestOutput" do
|
43
|
+
expect {
|
44
|
+
Freeclimb::ExportRequestOutput.new(
|
45
|
+
type: Freeclimb::ExportOutputType::CSV,
|
46
|
+
|
47
|
+
invalid_attribute: true
|
48
|
+
)
|
49
|
+
}.to raise_error(ArgumentError)
|
50
|
+
end
|
51
|
+
it "fails to initialize with invalid attribute" do
|
52
|
+
expect {
|
53
|
+
Freeclimb::ExportRequestOutput.new(
|
54
|
+
type: Freeclimb::ExportOutputType::CSV,
|
55
|
+
|
56
|
+
invalid_attribute: true
|
57
|
+
)
|
58
|
+
}.to raise_error(ArgumentError)
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
describe 'test method "valid"' do
|
63
|
+
it "checks if properties are valid" do
|
64
|
+
instance = Freeclimb::ExportRequestOutput.new(
|
65
|
+
type: Freeclimb::ExportOutputType::CSV
|
66
|
+
)
|
67
|
+
expect(instance.valid?).to eq(true)
|
68
|
+
end
|
69
|
+
|
70
|
+
skip "checks if properties are invalid" do
|
71
|
+
instance = Freeclimb::ExportRequestOutput.new
|
72
|
+
|
73
|
+
expect(instance.valid?).to eq(false)
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test method "eql?"' do
|
78
|
+
it "checks if objects are equal" do
|
79
|
+
instance_1 = Freeclimb::ExportRequestOutput.new(
|
80
|
+
type: Freeclimb::ExportOutputType::CSV
|
81
|
+
)
|
82
|
+
instance_2 = Freeclimb::ExportRequestOutput.new(
|
83
|
+
type: Freeclimb::ExportOutputType::CSV
|
84
|
+
)
|
85
|
+
expect(instance_1.eql?(instance_2)).to eq(true)
|
86
|
+
end
|
87
|
+
|
88
|
+
it "checks if objects are not equal" do
|
89
|
+
instance_1 = Freeclimb::ExportRequestOutput.new(
|
90
|
+
type: Freeclimb::ExportOutputType::CSV
|
91
|
+
)
|
92
|
+
instance_2 = Freeclimb::ExportRequestOutput.new(
|
93
|
+
type: nil
|
94
|
+
)
|
95
|
+
expect(instance_1.eql?(instance_2)).to eq(false)
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
describe 'test method "hash"' do
|
100
|
+
it "calculates hash code" do
|
101
|
+
instance = Freeclimb::ExportRequestOutput.new(
|
102
|
+
type: Freeclimb::ExportOutputType::CSV
|
103
|
+
)
|
104
|
+
expect(instance.hash).to be_a_kind_of(Integer)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
describe 'test method "build_from_hash"' do
|
109
|
+
it "builds equivalent model from hash code" do
|
110
|
+
instance_1 = Freeclimb::ExportRequestOutput.new(
|
111
|
+
type: Freeclimb::ExportOutputType::CSV
|
112
|
+
)
|
113
|
+
instance_2 = Freeclimb::ExportRequestOutput.new(
|
114
|
+
type: Freeclimb::ExportOutputType::CSV
|
115
|
+
)
|
116
|
+
|
117
|
+
expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
describe 'test method "_deserialize"' do
|
122
|
+
Freeclimb::ExportRequestOutput.new(
|
123
|
+
type: Freeclimb::ExportOutputType::CSV
|
124
|
+
)
|
125
|
+
end
|
126
|
+
|
127
|
+
describe 'test method "to_s"' do
|
128
|
+
it "returns the string representation of the object" do
|
129
|
+
instance = Freeclimb::ExportRequestOutput.new(
|
130
|
+
type: Freeclimb::ExportOutputType::CSV
|
131
|
+
)
|
132
|
+
expect(instance.to_s).to eq(instance.to_hash.to_s)
|
133
|
+
end
|
134
|
+
end
|
135
|
+
|
136
|
+
describe 'test method "to_hash"' do
|
137
|
+
it "returns the object in the form of hash" do
|
138
|
+
instance = Freeclimb::ExportRequestOutput.new(
|
139
|
+
type: Freeclimb::ExportOutputType::CSV
|
140
|
+
)
|
141
|
+
expect(instance.to_hash).to be_a_kind_of(Hash)
|
142
|
+
end
|
143
|
+
it "creates equal hash for two equal objects" do
|
144
|
+
instance_1 = Freeclimb::ExportRequestOutput.new(
|
145
|
+
type: Freeclimb::ExportOutputType::CSV
|
146
|
+
)
|
147
|
+
instance_2 = Freeclimb::ExportRequestOutput.new(
|
148
|
+
type: Freeclimb::ExportOutputType::CSV
|
149
|
+
)
|
150
|
+
expect(instance_1.to_hash).to eq(instance_2.to_hash)
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
describe 'test method "_to_hash"' do
|
155
|
+
instance = Freeclimb::ExportRequestOutput.new(
|
156
|
+
type: Freeclimb::ExportOutputType::CSV
|
157
|
+
)
|
158
|
+
it "returns type in the form of hash" do
|
159
|
+
expect(instance._to_hash(instance.type)).to eq(instance.type)
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|