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
@@ -1,18 +1,16 @@
|
|
1
|
-
|
2
|
-
#
|
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
|
+
#
|
3
10
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Contact: support@freeclimb.com
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.9.0
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
11
|
+
require "spec_helper"
|
12
|
+
require "json"
|
13
|
+
require "date"
|
16
14
|
include Freeclimb
|
17
15
|
|
18
16
|
# Unit tests for Freeclimb::CreateConference
|
@@ -21,463 +19,285 @@ include Freeclimb
|
|
21
19
|
describe Freeclimb::CreateConference do
|
22
20
|
let(:instance) { Freeclimb::CreateConference.new }
|
23
21
|
|
24
|
-
describe
|
25
|
-
it
|
22
|
+
describe "test an instance of CreateConference" do
|
23
|
+
it "should create an instance of CreateConference" do
|
26
24
|
expect(instance).to be_instance_of(Freeclimb::CreateConference)
|
27
25
|
end
|
28
26
|
end
|
29
|
-
|
27
|
+
|
30
28
|
describe 'test attribute "action_url"' do
|
31
|
-
it
|
32
|
-
|
29
|
+
it "should work" do
|
33
30
|
instance.action_url = "TEST_STRING"
|
34
|
-
expect(instance.action_url).to eq("TEST_STRING")
|
35
|
-
|
36
|
-
|
37
|
-
|
31
|
+
expect(instance.action_url).to eq("TEST_STRING")
|
38
32
|
end
|
39
33
|
end
|
40
34
|
|
41
35
|
describe 'test attribute "_alias"' do
|
42
|
-
it
|
43
|
-
instance._alias =
|
44
|
-
expect(instance._alias).to eq(
|
45
|
-
|
46
|
-
|
47
|
-
|
36
|
+
it "should work" do
|
37
|
+
instance._alias = "TEST_STRING"
|
38
|
+
expect(instance._alias).to eq("TEST_STRING")
|
48
39
|
end
|
49
40
|
end
|
50
41
|
|
51
|
-
|
52
42
|
describe 'test attribute "play_beep"' do
|
53
|
-
it
|
43
|
+
it "assigns value ALWAYS" do
|
54
44
|
instance.play_beep = Freeclimb::PlayBeep::ALWAYS
|
55
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ALWAYS)
|
45
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ALWAYS)
|
56
46
|
end
|
57
|
-
it
|
47
|
+
it "assigns value NEVER" do
|
58
48
|
instance.play_beep = Freeclimb::PlayBeep::NEVER
|
59
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::NEVER)
|
49
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::NEVER)
|
60
50
|
end
|
61
|
-
it
|
51
|
+
it "assigns value ENTRY_ONLY" do
|
62
52
|
instance.play_beep = Freeclimb::PlayBeep::ENTRY_ONLY
|
63
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ENTRY_ONLY)
|
53
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ENTRY_ONLY)
|
64
54
|
end
|
65
|
-
it
|
55
|
+
it "assigns value EXIT_ONLY" do
|
66
56
|
instance.play_beep = Freeclimb::PlayBeep::EXIT_ONLY
|
67
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::EXIT_ONLY)
|
57
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::EXIT_ONLY)
|
68
58
|
end
|
69
59
|
end
|
70
60
|
describe 'test attribute "record"' do
|
71
|
-
it
|
61
|
+
it "should work" do
|
72
62
|
instance.record = false
|
73
|
-
expect(instance.record).to eq(false)
|
74
|
-
|
75
|
-
|
76
|
-
|
63
|
+
expect(instance.record).to eq(false)
|
77
64
|
end
|
78
65
|
end
|
79
66
|
|
80
67
|
describe 'test attribute "status_callback_url"' do
|
81
|
-
it
|
82
|
-
|
68
|
+
it "should work" do
|
83
69
|
instance.status_callback_url = "TEST_STRING"
|
84
|
-
expect(instance.status_callback_url).to eq("TEST_STRING")
|
85
|
-
|
86
|
-
|
87
|
-
|
70
|
+
expect(instance.status_callback_url).to eq("TEST_STRING")
|
88
71
|
end
|
89
72
|
end
|
90
73
|
|
91
74
|
describe 'test attribute "wait_url"' do
|
92
|
-
it
|
93
|
-
|
75
|
+
it "should work" do
|
94
76
|
instance.wait_url = "TEST_STRING"
|
95
|
-
expect(instance.wait_url).to eq("TEST_STRING")
|
96
|
-
|
97
|
-
|
98
|
-
|
77
|
+
expect(instance.wait_url).to eq("TEST_STRING")
|
99
78
|
end
|
100
79
|
end
|
101
80
|
|
102
|
-
describe 'test
|
103
|
-
it
|
104
|
-
|
105
|
-
|
106
|
-
action_url: "TS",
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
_alias: true,
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
record: true,
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
status_callback_url: "TS",
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
wait_url: "TS",
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
)}.not_to raise_error()
|
134
|
-
end
|
135
|
-
it 'fails to initialize with input argument that is not a hash in Freeclimb::CreateConference' do
|
136
|
-
expect { instance = Freeclimb::CreateConference.new(
|
137
|
-
|
138
|
-
action_url: "TS",
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
_alias: true,
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
record: true,
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
status_callback_url: "TS",
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
wait_url: "TS",
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
invalid_attribute: true
|
166
|
-
)}.to raise_error(ArgumentError)
|
167
|
-
end
|
168
|
-
it 'fails to initialize with invalid attribute' do
|
169
|
-
expect { instance = Freeclimb::CreateConference.new(
|
170
|
-
|
171
|
-
action_url: "TS",
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
_alias: true,
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
record: true,
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
status_callback_url: "TS",
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
wait_url: "TS",
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
invalid_attribute: true
|
199
|
-
)}.to raise_error(ArgumentError)
|
81
|
+
describe 'test attribute "parent_call_id"' do
|
82
|
+
it "should work" do
|
83
|
+
instance.parent_call_id = "TEST_STRING"
|
84
|
+
expect(instance.parent_call_id).to eq("TEST_STRING")
|
200
85
|
end
|
201
86
|
end
|
202
|
-
|
203
|
-
describe 'test method "
|
204
|
-
it
|
205
|
-
|
206
|
-
|
87
|
+
|
88
|
+
describe 'test method "initialize"' do
|
89
|
+
it "properly initializes with values" do
|
90
|
+
expect {
|
91
|
+
Freeclimb::CreateConference.new(
|
207
92
|
action_url: "TS",
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
_alias: true,
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
93
|
+
|
94
|
+
_alias: "TS",
|
95
|
+
|
216
96
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
217
|
-
|
218
|
-
|
219
|
-
|
97
|
+
|
220
98
|
record: true,
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
99
|
+
|
225
100
|
status_callback_url: "TS",
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
101
|
+
|
230
102
|
wait_url: "TS",
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
103
|
+
|
104
|
+
parent_call_id: "TS"
|
105
|
+
)
|
106
|
+
}.not_to raise_error
|
107
|
+
end
|
108
|
+
it "fails to initialize with input argument that is not a hash in Freeclimb::CreateConference" do
|
109
|
+
expect {
|
110
|
+
Freeclimb::CreateConference.new(
|
111
|
+
action_url: "TS",
|
112
|
+
|
113
|
+
_alias: "TS",
|
114
|
+
|
115
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
116
|
+
|
117
|
+
record: true,
|
118
|
+
|
119
|
+
status_callback_url: "TS",
|
120
|
+
|
121
|
+
wait_url: "TS",
|
122
|
+
|
123
|
+
parent_call_id: "TS",
|
124
|
+
|
125
|
+
invalid_attribute: true
|
126
|
+
)
|
127
|
+
}.to raise_error(ArgumentError)
|
236
128
|
end
|
129
|
+
it "fails to initialize with invalid attribute" do
|
130
|
+
expect {
|
131
|
+
Freeclimb::CreateConference.new(
|
132
|
+
action_url: "TS",
|
133
|
+
|
134
|
+
_alias: "TS",
|
135
|
+
|
136
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
137
|
+
|
138
|
+
record: true,
|
139
|
+
|
140
|
+
status_callback_url: "TS",
|
141
|
+
|
142
|
+
wait_url: "TS",
|
143
|
+
|
144
|
+
parent_call_id: "TS",
|
237
145
|
|
146
|
+
invalid_attribute: true
|
147
|
+
)
|
148
|
+
}.to raise_error(ArgumentError)
|
149
|
+
end
|
150
|
+
end
|
238
151
|
|
239
|
-
|
152
|
+
describe 'test method "valid"' do
|
153
|
+
it "checks if properties are valid" do
|
240
154
|
instance = Freeclimb::CreateConference.new(
|
241
|
-
|
155
|
+
action_url: "TS",
|
156
|
+
|
157
|
+
_alias: "TS",
|
158
|
+
|
159
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
160
|
+
|
161
|
+
record: true,
|
162
|
+
|
163
|
+
status_callback_url: "TS",
|
164
|
+
|
165
|
+
wait_url: "TS",
|
166
|
+
|
167
|
+
parent_call_id: "TS"
|
242
168
|
)
|
169
|
+
expect(instance.valid?).to eq(true)
|
170
|
+
end
|
171
|
+
|
172
|
+
skip "checks if properties are invalid" do
|
173
|
+
instance = Freeclimb::CreateConference.new
|
174
|
+
|
243
175
|
expect(instance.valid?).to eq(false)
|
244
176
|
end
|
245
|
-
|
246
177
|
end
|
247
178
|
|
248
179
|
describe 'test method "eql?"' do
|
249
|
-
it
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
180
|
+
it "checks if objects are equal" do
|
256
181
|
instance_1 = Freeclimb::CreateConference.new(
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
record: true,
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
status_callback_url: "TS",
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
wait_url: "TS",
|
282
|
-
|
283
|
-
|
284
|
-
|
182
|
+
action_url: "TS",
|
183
|
+
|
184
|
+
_alias: "TS",
|
185
|
+
|
186
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
187
|
+
|
188
|
+
record: true,
|
189
|
+
|
190
|
+
status_callback_url: "TS",
|
191
|
+
|
192
|
+
wait_url: "TS",
|
193
|
+
|
194
|
+
parent_call_id: "TS"
|
285
195
|
)
|
286
196
|
instance_2 = Freeclimb::CreateConference.new(
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
record: true,
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
status_callback_url: "TS",
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
wait_url: "TS",
|
312
|
-
|
313
|
-
|
314
|
-
|
197
|
+
action_url: "TS",
|
198
|
+
|
199
|
+
_alias: "TS",
|
200
|
+
|
201
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
202
|
+
|
203
|
+
record: true,
|
204
|
+
|
205
|
+
status_callback_url: "TS",
|
206
|
+
|
207
|
+
wait_url: "TS",
|
208
|
+
|
209
|
+
parent_call_id: "TS"
|
315
210
|
)
|
316
211
|
expect(instance_1.eql?(instance_2)).to eq(true)
|
317
212
|
end
|
318
|
-
|
319
|
-
it
|
213
|
+
|
214
|
+
it "checks if objects are not equal" do
|
320
215
|
instance_1 = Freeclimb::CreateConference.new(
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
record: true,
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
status_callback_url: "TS",
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
wait_url: "TS",
|
346
|
-
|
347
|
-
|
348
|
-
|
216
|
+
action_url: "TS",
|
217
|
+
|
218
|
+
_alias: "TS",
|
219
|
+
|
220
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
221
|
+
|
222
|
+
record: true,
|
223
|
+
|
224
|
+
status_callback_url: "TS",
|
225
|
+
|
226
|
+
wait_url: "TS",
|
227
|
+
|
228
|
+
parent_call_id: "TS"
|
349
229
|
)
|
350
230
|
instance_2 = Freeclimb::CreateConference.new(
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
record: false,
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
status_callback_url: "ST",
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
wait_url: "ST",
|
376
|
-
|
377
|
-
|
378
|
-
|
231
|
+
action_url: "ST",
|
232
|
+
|
233
|
+
_alias: "ST",
|
234
|
+
|
235
|
+
play_beep: nil,
|
236
|
+
|
237
|
+
record: false,
|
238
|
+
|
239
|
+
status_callback_url: "ST",
|
240
|
+
|
241
|
+
wait_url: "ST",
|
242
|
+
|
243
|
+
parent_call_id: "ST"
|
379
244
|
)
|
380
245
|
expect(instance_1.eql?(instance_2)).to eq(false)
|
381
246
|
end
|
382
247
|
end
|
383
|
-
|
248
|
+
|
384
249
|
describe 'test method "hash"' do
|
385
|
-
it
|
250
|
+
it "calculates hash code" do
|
386
251
|
instance = Freeclimb::CreateConference.new(
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
record: true,
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
status_callback_url: "TS",
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
wait_url: "TS",
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
)
|
252
|
+
action_url: "TS",
|
253
|
+
|
254
|
+
_alias: "TS",
|
255
|
+
|
256
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
257
|
+
|
258
|
+
record: true,
|
259
|
+
|
260
|
+
status_callback_url: "TS",
|
261
|
+
|
262
|
+
wait_url: "TS",
|
263
|
+
|
264
|
+
parent_call_id: "TS"
|
265
|
+
)
|
416
266
|
expect(instance.hash).to be_a_kind_of(Integer)
|
417
267
|
end
|
418
268
|
end
|
419
269
|
|
420
270
|
describe 'test method "build_from_hash"' do
|
421
|
-
it
|
271
|
+
it "builds equivalent model from hash code" do
|
422
272
|
instance_1 = Freeclimb::CreateConference.new(
|
423
|
-
|
424
273
|
action_url: "TS",
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
_alias: true,
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
274
|
+
|
275
|
+
_alias: "TS",
|
276
|
+
|
433
277
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
434
|
-
|
435
|
-
|
436
|
-
|
278
|
+
|
437
279
|
record: true,
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
280
|
+
|
442
281
|
status_callback_url: "TS",
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
282
|
+
|
447
283
|
wait_url: "TS",
|
448
|
-
|
449
|
-
|
450
|
-
|
284
|
+
|
285
|
+
parent_call_id: "TS"
|
451
286
|
)
|
452
287
|
instance_2 = Freeclimb::CreateConference.new(
|
453
|
-
|
454
288
|
action_url: "TS",
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
_alias: true,
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
289
|
+
|
290
|
+
_alias: "TS",
|
291
|
+
|
463
292
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
464
|
-
|
465
|
-
|
466
|
-
|
293
|
+
|
467
294
|
record: true,
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
295
|
+
|
472
296
|
status_callback_url: "TS",
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
297
|
+
|
477
298
|
wait_url: "TS",
|
478
|
-
|
479
|
-
|
480
|
-
|
299
|
+
|
300
|
+
parent_call_id: "TS"
|
481
301
|
)
|
482
302
|
|
483
303
|
expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
|
@@ -486,200 +306,114 @@ describe Freeclimb::CreateConference do
|
|
486
306
|
|
487
307
|
describe 'test method "_deserialize"' do
|
488
308
|
instance = Freeclimb::CreateConference.new(
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
record: true,
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
status_callback_url: "TS",
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
wait_url: "TS",
|
514
|
-
|
515
|
-
|
516
|
-
|
309
|
+
action_url: "TS",
|
310
|
+
|
311
|
+
_alias: "TS",
|
312
|
+
|
313
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
314
|
+
|
315
|
+
record: true,
|
316
|
+
|
317
|
+
status_callback_url: "TS",
|
318
|
+
|
319
|
+
wait_url: "TS",
|
320
|
+
|
321
|
+
parent_call_id: "TS"
|
517
322
|
)
|
518
|
-
it
|
323
|
+
it "deserializes the data of action_url" do
|
519
324
|
expect(instance._deserialize("String", instance.action_url)).to be_a_kind_of(String)
|
520
325
|
end
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
end
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
it 'deserializes the data of record' do
|
326
|
+
|
327
|
+
it "deserializes the data of _alias" do
|
328
|
+
expect(instance._deserialize("String", instance._alias)).to be_a_kind_of(String)
|
329
|
+
end
|
330
|
+
|
331
|
+
it "deserializes the data of record" do
|
533
332
|
expect(instance._deserialize("Boolean", instance.record)).to be_a_kind_of(TrueClass)
|
534
333
|
end
|
535
|
-
it
|
334
|
+
it "deserializes the data of status_callback_url" do
|
536
335
|
expect(instance._deserialize("String", instance.status_callback_url)).to be_a_kind_of(String)
|
537
336
|
end
|
538
|
-
|
539
|
-
|
540
|
-
it 'deserializes the data of wait_url' do
|
337
|
+
|
338
|
+
it "deserializes the data of wait_url" do
|
541
339
|
expect(instance._deserialize("String", instance.wait_url)).to be_a_kind_of(String)
|
542
340
|
end
|
543
|
-
|
544
|
-
|
341
|
+
|
342
|
+
it "deserializes the data of parent_call_id" do
|
343
|
+
expect(instance._deserialize("String", instance.parent_call_id)).to be_a_kind_of(String)
|
344
|
+
end
|
545
345
|
end
|
546
346
|
|
547
347
|
describe 'test method "to_s"' do
|
548
|
-
it
|
348
|
+
it "returns the string representation of the object" do
|
549
349
|
instance = Freeclimb::CreateConference.new(
|
550
|
-
|
551
350
|
action_url: "TS",
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
_alias: true,
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
351
|
+
|
352
|
+
_alias: "TS",
|
353
|
+
|
560
354
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
561
|
-
|
562
|
-
|
563
|
-
|
355
|
+
|
564
356
|
record: true,
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
357
|
+
|
569
358
|
status_callback_url: "TS",
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
359
|
+
|
574
360
|
wait_url: "TS",
|
575
|
-
|
576
|
-
|
577
|
-
|
361
|
+
|
362
|
+
parent_call_id: "TS"
|
578
363
|
)
|
579
364
|
expect(instance.to_s).to eq(instance.to_hash.to_s)
|
580
365
|
end
|
581
366
|
end
|
582
367
|
|
583
368
|
describe 'test method "to_hash"' do
|
584
|
-
it
|
369
|
+
it "returns the object in the form of hash" do
|
585
370
|
instance = Freeclimb::CreateConference.new(
|
586
|
-
|
587
371
|
action_url: "TS",
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
_alias: true,
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
372
|
+
|
373
|
+
_alias: "TS",
|
374
|
+
|
596
375
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
597
|
-
|
598
|
-
|
599
|
-
|
376
|
+
|
600
377
|
record: true,
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
378
|
+
|
605
379
|
status_callback_url: "TS",
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
380
|
+
|
610
381
|
wait_url: "TS",
|
611
|
-
|
612
|
-
|
613
|
-
|
382
|
+
|
383
|
+
parent_call_id: "TS"
|
614
384
|
)
|
615
385
|
expect(instance.to_hash).to be_a_kind_of(Hash)
|
616
386
|
end
|
617
|
-
it
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
387
|
+
it "creates equal hash for two equal objects" do
|
624
388
|
instance_1 = Freeclimb::CreateConference.new(
|
625
|
-
|
626
389
|
action_url: "TS",
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
_alias: true,
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
390
|
+
|
391
|
+
_alias: "TS",
|
392
|
+
|
635
393
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
636
|
-
|
637
|
-
|
638
|
-
|
394
|
+
|
639
395
|
record: true,
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
396
|
+
|
644
397
|
status_callback_url: "TS",
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
398
|
+
|
649
399
|
wait_url: "TS",
|
650
|
-
|
651
|
-
|
652
|
-
|
400
|
+
|
401
|
+
parent_call_id: "TS"
|
653
402
|
)
|
654
403
|
instance_2 = Freeclimb::CreateConference.new(
|
655
|
-
|
656
404
|
action_url: "TS",
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
_alias: true,
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
405
|
+
|
406
|
+
_alias: "TS",
|
407
|
+
|
665
408
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
666
|
-
|
667
|
-
|
668
|
-
|
409
|
+
|
669
410
|
record: true,
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
411
|
+
|
674
412
|
status_callback_url: "TS",
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
413
|
+
|
679
414
|
wait_url: "TS",
|
680
|
-
|
681
|
-
|
682
|
-
|
415
|
+
|
416
|
+
parent_call_id: "TS"
|
683
417
|
)
|
684
418
|
expect(instance_1.to_hash).to eq(instance_2.to_hash)
|
685
419
|
end
|
@@ -687,46 +421,40 @@ describe Freeclimb::CreateConference do
|
|
687
421
|
|
688
422
|
describe 'test method "_to_hash"' do
|
689
423
|
instance = Freeclimb::CreateConference.new(
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
status_callback_url: "TS",
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
wait_url: "TS",
|
710
|
-
|
711
|
-
)
|
712
|
-
it 'returns action_url in the form of hash' do
|
424
|
+
action_url: "TS",
|
425
|
+
|
426
|
+
_alias: "TS",
|
427
|
+
|
428
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
429
|
+
|
430
|
+
record: true,
|
431
|
+
|
432
|
+
status_callback_url: "TS",
|
433
|
+
|
434
|
+
wait_url: "TS",
|
435
|
+
|
436
|
+
parent_call_id: "TS"
|
437
|
+
)
|
438
|
+
it "returns action_url in the form of hash" do
|
713
439
|
expect(instance._to_hash(instance.action_url)).to eq(instance.action_url)
|
714
440
|
end
|
715
|
-
it
|
441
|
+
it "returns _alias in the form of hash" do
|
716
442
|
expect(instance._to_hash(instance._alias)).to eq(instance._alias)
|
717
443
|
end
|
718
|
-
it
|
444
|
+
it "returns play_beep in the form of hash" do
|
719
445
|
expect(instance._to_hash(instance.play_beep)).to eq(instance.play_beep)
|
720
446
|
end
|
721
|
-
it
|
447
|
+
it "returns record in the form of hash" do
|
722
448
|
expect(instance._to_hash(instance.record)).to eq(instance.record)
|
723
449
|
end
|
724
|
-
it
|
450
|
+
it "returns status_callback_url in the form of hash" do
|
725
451
|
expect(instance._to_hash(instance.status_callback_url)).to eq(instance.status_callback_url)
|
726
452
|
end
|
727
|
-
it
|
453
|
+
it "returns wait_url in the form of hash" do
|
728
454
|
expect(instance._to_hash(instance.wait_url)).to eq(instance.wait_url)
|
729
455
|
end
|
456
|
+
it "returns parent_call_id in the form of hash" do
|
457
|
+
expect(instance._to_hash(instance.parent_call_id)).to eq(instance.parent_call_id)
|
458
|
+
end
|
730
459
|
end
|
731
|
-
|
732
460
|
end
|