freeclimb 5.0.0 → 5.2.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 -1
- data/Gemfile +4 -4
- data/Gemfile.lock +34 -15
- data/README.md +5 -4
- data/Rakefile +1 -1
- data/docs/CreateConferenceRequest.md +1 -1
- data/docs/DefaultApi.md +1 -1
- data/docs/MessageResult.md +7 -1
- data/docs/TFNCampaign.md +34 -0
- data/freeclimb.gemspec +21 -26
- data/lib/freeclimb/api/default_api.rb +878 -878
- data/lib/freeclimb/api_client.rb +78 -83
- data/lib/freeclimb/api_error.rb +17 -19
- data/lib/freeclimb/configuration.rb +28 -31
- 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 +142 -146
- 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 +60 -63
- 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 +30 -37
- data/lib/freeclimb/models/dequeue_webhook.rb +89 -93
- data/lib/freeclimb/models/enqueue.rb +48 -52
- 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 +150 -123
- 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 +30 -37
- 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 +30 -37
- data/lib/freeclimb/models/terminate_conference.rb +30 -37
- data/lib/freeclimb/models/tfn.rb +31 -35
- data/lib/freeclimb/models/tfn_campaign.rb +367 -0
- 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 +30 -37
- 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 +156 -157
- data/openapi.json +96 -38
- data/package.json +1 -1
- data/spec/api/default_api_spec.rb +531 -793
- data/spec/api_client_spec.rb +100 -102
- data/spec/configuration_spec.rb +16 -18
- data/spec/models/account_request_spec.rb +106 -124
- data/spec/models/account_result_spec.rb +396 -453
- data/spec/models/account_status_spec.rb +28 -30
- data/spec/models/account_type_spec.rb +25 -27
- data/spec/models/add_to_conference_notification_webhook_spec.rb +465 -549
- data/spec/models/add_to_conference_spec.rb +355 -382
- data/spec/models/add_to_queue_notification_webhook_spec.rb +342 -402
- data/spec/models/answered_by_spec.rb +25 -27
- data/spec/models/application_list_spec.rb +290 -326
- data/spec/models/application_request_spec.rb +266 -289
- data/spec/models/application_result_spec.rb +445 -476
- data/spec/models/available_number_list_spec.rb +290 -326
- data/spec/models/available_number_spec.rb +279 -299
- data/spec/models/barge_in_reason_spec.rb +28 -30
- data/spec/models/buy_incoming_number_request_spec.rb +137 -156
- data/spec/models/call_control_webhook_spec.rb +204 -225
- data/spec/models/call_direction_spec.rb +28 -30
- data/spec/models/call_ended_reason_spec.rb +108 -110
- data/spec/models/call_list_spec.rb +290 -326
- data/spec/models/call_result_spec.rb +684 -772
- data/spec/models/call_status_spec.rb +48 -50
- data/spec/models/call_status_webhook_spec.rb +414 -492
- data/spec/models/capabilities_spec.rb +203 -223
- data/spec/models/completion_request_spec.rb +76 -92
- data/spec/models/completion_result_spec.rb +107 -143
- data/spec/models/completion_result_status_spec.rb +25 -27
- data/spec/models/conference_list_spec.rb +290 -326
- data/spec/models/conference_participant_list_spec.rb +290 -326
- data/spec/models/conference_participant_result_spec.rb +385 -414
- data/spec/models/conference_recording_status_webhook_spec.rb +465 -549
- data/spec/models/conference_result_spec.rb +492 -553
- data/spec/models/conference_status_spec.rb +32 -34
- data/spec/models/conference_status_webhook_spec.rb +465 -549
- data/spec/models/create_conference_request_spec.rb +205 -245
- data/spec/models/create_conference_spec.rb +237 -278
- data/spec/models/create_conference_webhook_spec.rb +465 -549
- data/spec/models/create_web_rtc_token_spec.rb +137 -159
- data/spec/models/dequeue_spec.rb +15 -17
- data/spec/models/dequeue_webhook_spec.rb +401 -465
- data/spec/models/enqueue_spec.rb +170 -190
- data/spec/models/filter_logs_request_spec.rb +74 -91
- data/spec/models/get_digits_reason_spec.rb +32 -34
- data/spec/models/get_digits_spec.rb +327 -361
- data/spec/models/get_digits_webhook_spec.rb +436 -517
- data/spec/models/get_speech_reason_spec.rb +40 -42
- data/spec/models/get_speech_spec.rb +400 -492
- data/spec/models/get_speech_webhook_spec.rb +608 -698
- data/spec/models/grammar_file_built_in_spec.rb +76 -78
- data/spec/models/grammar_type_spec.rb +25 -27
- data/spec/models/hangup_spec.rb +74 -91
- data/spec/models/if_machine_spec.rb +25 -27
- data/spec/models/inbound_call_webhook_spec.rb +372 -433
- data/spec/models/incoming_number_list_spec.rb +290 -326
- data/spec/models/incoming_number_request_spec.rb +137 -156
- data/spec/models/incoming_number_result_spec.rb +584 -613
- data/spec/models/language_spec.rb +121 -123
- data/spec/models/leave_conference_webhook_spec.rb +342 -402
- data/spec/models/log_level_spec.rb +28 -30
- data/spec/models/log_list_spec.rb +290 -326
- data/spec/models/log_result_spec.rb +275 -311
- data/spec/models/machine_detected_webhook_spec.rb +402 -482
- data/spec/models/machine_type_spec.rb +25 -27
- data/spec/models/make_call_request_spec.rb +354 -383
- data/spec/models/message_delivery_webhook_spec.rb +358 -384
- data/spec/models/message_direction_spec.rb +25 -27
- data/spec/models/message_request_spec.rb +325 -352
- data/spec/models/message_result_spec.rb +674 -598
- data/spec/models/message_status_spec.rb +61 -63
- data/spec/models/message_status_webhook_spec.rb +406 -451
- data/spec/models/messages_list_spec.rb +290 -326
- data/spec/models/mutable_resource_model_spec.rb +169 -191
- data/spec/models/out_dial_api_connect_webhook_spec.rb +372 -433
- data/spec/models/out_dial_connect_webhook_spec.rb +372 -433
- data/spec/models/out_dial_spec.rb +355 -401
- data/spec/models/out_dial_start_webhook_spec.rb +402 -464
- data/spec/models/pagination_model_spec.rb +260 -295
- data/spec/models/park_spec.rb +137 -156
- data/spec/models/pause_spec.rb +73 -92
- data/spec/models/percl_command_spec.rb +77 -94
- data/spec/models/percl_script_spec.rb +74 -91
- data/spec/models/play_beep_spec.rb +32 -34
- data/spec/models/play_early_media_spec.rb +74 -91
- data/spec/models/play_spec.rb +136 -157
- data/spec/models/queue_list_spec.rb +290 -326
- data/spec/models/queue_member_list_spec.rb +290 -326
- data/spec/models/queue_member_spec.rb +200 -225
- data/spec/models/queue_request_spec.rb +105 -125
- data/spec/models/queue_result_spec.rb +391 -419
- data/spec/models/queue_result_status_spec.rb +32 -34
- data/spec/models/queue_wait_webhook_spec.rb +430 -497
- data/spec/models/record_utterance_spec.rb +264 -291
- data/spec/models/record_utterance_term_reason_spec.rb +32 -34
- data/spec/models/record_webhook_spec.rb +605 -693
- data/spec/models/recording_list_spec.rb +290 -326
- data/spec/models/recording_result_spec.rb +324 -353
- data/spec/models/redirect_spec.rb +74 -91
- data/spec/models/redirect_webhook_spec.rb +372 -433
- data/spec/models/reject_spec.rb +74 -91
- data/spec/models/remove_from_conference_spec.rb +15 -17
- data/spec/models/remove_from_queue_notification_webhook_spec.rb +405 -487
- data/spec/models/request_type_spec.rb +108 -110
- data/spec/models/say_spec.rb +169 -191
- data/spec/models/send_digits_spec.rb +136 -157
- data/spec/models/set_dtmf_pass_through_spec.rb +75 -91
- data/spec/models/set_listen_spec.rb +75 -91
- data/spec/models/set_talk_spec.rb +75 -91
- data/spec/models/sms_spec.rb +170 -190
- data/spec/models/sms_ten_dlc_brand_alt_business_id_type_spec.rb +32 -34
- data/spec/models/sms_ten_dlc_brand_entity_type_spec.rb +36 -38
- data/spec/models/sms_ten_dlc_brand_identity_status_spec.rb +32 -34
- data/spec/models/sms_ten_dlc_brand_relationship_spec.rb +36 -38
- data/spec/models/sms_ten_dlc_brand_spec.rb +1083 -1201
- data/spec/models/sms_ten_dlc_brand_stock_exchange_spec.rb +125 -127
- data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +290 -326
- data/spec/models/sms_ten_dlc_campaign_spec.rb +1140 -1208
- data/spec/models/sms_ten_dlc_campaign_status_spec.rb +25 -27
- data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +290 -326
- data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +407 -425
- data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +965 -1015
- data/spec/models/sms_ten_dlc_partner_campaign_status_spec.rb +25 -27
- data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +290 -326
- data/spec/models/sms_toll_free_campaign_registration_status_spec.rb +36 -38
- data/spec/models/sms_toll_free_campaign_spec.rb +271 -314
- data/spec/models/sms_toll_free_campaigns_list_result_spec.rb +290 -326
- data/spec/models/start_record_call_spec.rb +15 -17
- data/spec/models/terminate_conference_spec.rb +15 -17
- data/spec/models/tfn_campaign_spec.rb +561 -0
- data/spec/models/tfn_spec.rb +74 -91
- data/spec/models/transcribe_reason_spec.rb +36 -38
- data/spec/models/transcribe_term_reason_spec.rb +25 -27
- data/spec/models/transcribe_utterance_record_spec.rb +135 -158
- data/spec/models/transcribe_utterance_spec.rb +245 -265
- data/spec/models/transcribe_webhook_spec.rb +750 -874
- data/spec/models/unpark_spec.rb +15 -17
- data/spec/models/update_call_request_spec.rb +75 -109
- data/spec/models/update_call_request_status_spec.rb +25 -27
- data/spec/models/update_conference_participant_request_spec.rb +138 -156
- data/spec/models/update_conference_request_spec.rb +141 -195
- data/spec/models/update_conference_request_status_spec.rb +25 -27
- data/spec/models/webhook_spec.rb +69 -86
- 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 +9 -0
- metadata +9 -153
@@ -1,18 +1,17 @@
|
|
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
|
-
|
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"
|
14
|
+
include Freeclimb
|
16
15
|
|
17
16
|
# Unit tests for Freeclimb::ConferenceParticipantResult
|
18
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
@@ -20,410 +19,390 @@ require 'date'
|
|
20
19
|
describe Freeclimb::ConferenceParticipantResult do
|
21
20
|
let(:instance) { Freeclimb::ConferenceParticipantResult.new }
|
22
21
|
|
23
|
-
describe
|
24
|
-
it
|
22
|
+
describe "test an instance of ConferenceParticipantResult" do
|
23
|
+
it "should create an instance of ConferenceParticipantResult" do
|
25
24
|
expect(instance).to be_instance_of(Freeclimb::ConferenceParticipantResult)
|
26
25
|
end
|
27
26
|
end
|
28
|
-
|
27
|
+
|
29
28
|
describe 'test attribute "uri"' do
|
30
|
-
it
|
29
|
+
it "should work" do
|
31
30
|
instance.uri = "TEST_STRING"
|
32
|
-
expect(instance.uri).to eq("TEST_STRING")
|
33
|
-
|
31
|
+
expect(instance.uri).to eq("TEST_STRING")
|
34
32
|
end
|
35
33
|
end
|
36
34
|
|
37
35
|
describe 'test attribute "date_created"' do
|
38
|
-
it
|
36
|
+
it "should work" do
|
39
37
|
instance.date_created = "TEST_STRING"
|
40
|
-
expect(instance.date_created).to eq("TEST_STRING")
|
41
|
-
|
38
|
+
expect(instance.date_created).to eq("TEST_STRING")
|
42
39
|
end
|
43
40
|
end
|
44
41
|
|
45
42
|
describe 'test attribute "date_updated"' do
|
46
|
-
it
|
43
|
+
it "should work" do
|
47
44
|
instance.date_updated = "TEST_STRING"
|
48
|
-
expect(instance.date_updated).to eq("TEST_STRING")
|
49
|
-
|
45
|
+
expect(instance.date_updated).to eq("TEST_STRING")
|
50
46
|
end
|
51
47
|
end
|
52
48
|
|
53
49
|
describe 'test attribute "revision"' do
|
54
|
-
it
|
55
|
-
|
56
|
-
|
50
|
+
it "should work" do
|
57
51
|
instance.revision = 1
|
58
52
|
expect(instance.revision).to eq(1)
|
59
|
-
|
60
53
|
end
|
61
54
|
end
|
62
55
|
|
63
56
|
describe 'test attribute "account_id"' do
|
64
|
-
it
|
57
|
+
it "should work" do
|
65
58
|
instance.account_id = "TEST_STRING"
|
66
|
-
expect(instance.account_id).to eq("TEST_STRING")
|
67
|
-
|
59
|
+
expect(instance.account_id).to eq("TEST_STRING")
|
68
60
|
end
|
69
61
|
end
|
70
62
|
|
71
63
|
describe 'test attribute "conference_id"' do
|
72
|
-
it
|
64
|
+
it "should work" do
|
73
65
|
instance.conference_id = "TEST_STRING"
|
74
|
-
expect(instance.conference_id).to eq("TEST_STRING")
|
75
|
-
|
66
|
+
expect(instance.conference_id).to eq("TEST_STRING")
|
76
67
|
end
|
77
68
|
end
|
78
69
|
|
79
70
|
describe 'test attribute "call_id"' do
|
80
|
-
it
|
71
|
+
it "should work" do
|
81
72
|
instance.call_id = "TEST_STRING"
|
82
|
-
expect(instance.call_id).to eq("TEST_STRING")
|
83
|
-
|
73
|
+
expect(instance.call_id).to eq("TEST_STRING")
|
84
74
|
end
|
85
75
|
end
|
86
76
|
|
87
77
|
describe 'test attribute "talk"' do
|
88
|
-
it
|
78
|
+
it "should work" do
|
89
79
|
instance.talk = false
|
90
|
-
expect(instance.talk).to eq(false)
|
91
|
-
|
80
|
+
expect(instance.talk).to eq(false)
|
92
81
|
end
|
93
82
|
end
|
94
83
|
|
95
84
|
describe 'test attribute "listen"' do
|
96
|
-
it
|
85
|
+
it "should work" do
|
97
86
|
instance.listen = false
|
98
|
-
expect(instance.listen).to eq(false)
|
99
|
-
|
87
|
+
expect(instance.listen).to eq(false)
|
100
88
|
end
|
101
89
|
end
|
102
90
|
|
103
91
|
describe 'test attribute "dtmf_pass_through"' do
|
104
|
-
it
|
92
|
+
it "should work" do
|
105
93
|
instance.dtmf_pass_through = false
|
106
|
-
expect(instance.dtmf_pass_through).to eq(false)
|
107
|
-
|
94
|
+
expect(instance.dtmf_pass_through).to eq(false)
|
108
95
|
end
|
109
96
|
end
|
110
97
|
|
111
98
|
describe 'test attribute "start_conf_on_enter"' do
|
112
|
-
it
|
99
|
+
it "should work" do
|
113
100
|
instance.start_conf_on_enter = false
|
114
|
-
expect(instance.start_conf_on_enter).to eq(false)
|
115
|
-
|
101
|
+
expect(instance.start_conf_on_enter).to eq(false)
|
116
102
|
end
|
117
103
|
end
|
118
104
|
|
119
105
|
describe 'test method "initialize"' do
|
120
|
-
it
|
121
|
-
expect {
|
122
|
-
|
123
|
-
|
124
|
-
date_created: "TS",
|
125
|
-
|
126
|
-
date_updated: "TS",
|
127
|
-
|
128
|
-
revision: 1,
|
129
|
-
|
130
|
-
account_id: "TS",
|
131
|
-
|
132
|
-
conference_id: "TS",
|
133
|
-
|
134
|
-
call_id: "TS",
|
135
|
-
|
136
|
-
talk: true,
|
137
|
-
|
138
|
-
listen: true,
|
139
|
-
|
140
|
-
dtmf_pass_through: true,
|
141
|
-
|
142
|
-
start_conf_on_enter: true,
|
143
|
-
|
144
|
-
)}.not_to raise_error()
|
145
|
-
end
|
146
|
-
it 'fails to initialize with input argument that is not a hash in Freeclimb::ConferenceParticipantResult' do
|
147
|
-
expect { instance = Freeclimb::ConferenceParticipantResult.new(
|
148
|
-
uri: "TS",
|
149
|
-
|
150
|
-
date_created: "TS",
|
151
|
-
|
152
|
-
date_updated: "TS",
|
153
|
-
|
154
|
-
revision: 1,
|
155
|
-
|
156
|
-
account_id: "TS",
|
157
|
-
|
158
|
-
conference_id: "TS",
|
159
|
-
|
160
|
-
call_id: "TS",
|
161
|
-
|
162
|
-
talk: true,
|
163
|
-
|
164
|
-
listen: true,
|
165
|
-
|
166
|
-
dtmf_pass_through: true,
|
167
|
-
|
168
|
-
start_conf_on_enter: true,
|
169
|
-
|
170
|
-
invalid_attribute: true
|
171
|
-
)}.to raise_error(ArgumentError)
|
172
|
-
end
|
173
|
-
it 'fails to initialize with invalid attribute' do
|
174
|
-
expect { instance = Freeclimb::ConferenceParticipantResult.new(
|
175
|
-
uri: "TS",
|
176
|
-
|
177
|
-
date_created: "TS",
|
178
|
-
|
179
|
-
date_updated: "TS",
|
180
|
-
|
181
|
-
revision: 1,
|
182
|
-
|
183
|
-
account_id: "TS",
|
184
|
-
|
185
|
-
conference_id: "TS",
|
186
|
-
|
187
|
-
call_id: "TS",
|
188
|
-
|
189
|
-
talk: true,
|
190
|
-
|
191
|
-
listen: true,
|
192
|
-
|
193
|
-
dtmf_pass_through: true,
|
194
|
-
|
195
|
-
start_conf_on_enter: true,
|
196
|
-
|
197
|
-
invalid_attribute: true
|
198
|
-
)}.to raise_error(ArgumentError)
|
199
|
-
end
|
200
|
-
end
|
201
|
-
|
202
|
-
describe 'test method "valid"' do
|
203
|
-
it 'checks if properties are valid' do
|
204
|
-
instance = Freeclimb::ConferenceParticipantResult.new(
|
106
|
+
it "properly initializes with values" do
|
107
|
+
expect {
|
108
|
+
Freeclimb::ConferenceParticipantResult.new(
|
205
109
|
uri: "TS",
|
206
|
-
|
110
|
+
|
207
111
|
date_created: "TS",
|
208
|
-
|
112
|
+
|
209
113
|
date_updated: "TS",
|
210
|
-
|
114
|
+
|
211
115
|
revision: 1,
|
212
|
-
|
116
|
+
|
213
117
|
account_id: "TS",
|
214
|
-
|
118
|
+
|
215
119
|
conference_id: "TS",
|
216
|
-
|
120
|
+
|
217
121
|
call_id: "TS",
|
218
|
-
|
122
|
+
|
219
123
|
talk: true,
|
220
|
-
|
124
|
+
|
221
125
|
listen: true,
|
222
|
-
|
223
|
-
dtmf_pass_through: true,
|
224
|
-
|
225
|
-
start_conf_on_enter: true,
|
226
|
-
|
227
|
-
)
|
228
|
-
expect(instance.valid?).to eq(true)
|
229
|
-
end
|
230
126
|
|
127
|
+
dtmf_pass_through: true,
|
231
128
|
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
)
|
236
|
-
expect(instance.valid?).to eq(false)
|
129
|
+
start_conf_on_enter: true
|
130
|
+
)
|
131
|
+
}.not_to raise_error
|
237
132
|
end
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
describe 'test method "eql?"' do
|
242
|
-
it 'checks if objects are equal' do
|
243
|
-
obj = Object.new()
|
244
|
-
instance_1 = Freeclimb::ConferenceParticipantResult.new(
|
133
|
+
it "fails to initialize with input argument that is not a hash in Freeclimb::ConferenceParticipantResult" do
|
134
|
+
expect {
|
135
|
+
Freeclimb::ConferenceParticipantResult.new(
|
245
136
|
uri: "TS",
|
246
|
-
|
137
|
+
|
247
138
|
date_created: "TS",
|
248
|
-
|
139
|
+
|
249
140
|
date_updated: "TS",
|
250
|
-
|
141
|
+
|
251
142
|
revision: 1,
|
252
|
-
|
143
|
+
|
253
144
|
account_id: "TS",
|
254
|
-
|
145
|
+
|
255
146
|
conference_id: "TS",
|
256
|
-
|
147
|
+
|
257
148
|
call_id: "TS",
|
258
|
-
|
149
|
+
|
259
150
|
talk: true,
|
260
|
-
|
151
|
+
|
261
152
|
listen: true,
|
262
|
-
|
153
|
+
|
263
154
|
dtmf_pass_through: true,
|
264
|
-
|
155
|
+
|
265
156
|
start_conf_on_enter: true,
|
266
|
-
|
267
|
-
|
268
|
-
|
157
|
+
|
158
|
+
invalid_attribute: true
|
159
|
+
)
|
160
|
+
}.to raise_error(ArgumentError)
|
161
|
+
end
|
162
|
+
it "fails to initialize with invalid attribute" do
|
163
|
+
expect {
|
164
|
+
Freeclimb::ConferenceParticipantResult.new(
|
269
165
|
uri: "TS",
|
270
|
-
|
166
|
+
|
271
167
|
date_created: "TS",
|
272
|
-
|
168
|
+
|
273
169
|
date_updated: "TS",
|
274
|
-
|
170
|
+
|
275
171
|
revision: 1,
|
276
|
-
|
172
|
+
|
277
173
|
account_id: "TS",
|
278
|
-
|
174
|
+
|
279
175
|
conference_id: "TS",
|
280
|
-
|
176
|
+
|
281
177
|
call_id: "TS",
|
282
|
-
|
178
|
+
|
283
179
|
talk: true,
|
284
|
-
|
180
|
+
|
285
181
|
listen: true,
|
286
|
-
|
182
|
+
|
287
183
|
dtmf_pass_through: true,
|
288
|
-
|
184
|
+
|
289
185
|
start_conf_on_enter: true,
|
290
|
-
|
186
|
+
|
187
|
+
invalid_attribute: true
|
188
|
+
)
|
189
|
+
}.to raise_error(ArgumentError)
|
190
|
+
end
|
191
|
+
end
|
192
|
+
|
193
|
+
describe 'test method "valid"' do
|
194
|
+
it "checks if properties are valid" do
|
195
|
+
instance = Freeclimb::ConferenceParticipantResult.new(
|
196
|
+
uri: "TS",
|
197
|
+
|
198
|
+
date_created: "TS",
|
199
|
+
|
200
|
+
date_updated: "TS",
|
201
|
+
|
202
|
+
revision: 1,
|
203
|
+
|
204
|
+
account_id: "TS",
|
205
|
+
|
206
|
+
conference_id: "TS",
|
207
|
+
|
208
|
+
call_id: "TS",
|
209
|
+
|
210
|
+
talk: true,
|
211
|
+
|
212
|
+
listen: true,
|
213
|
+
|
214
|
+
dtmf_pass_through: true,
|
215
|
+
|
216
|
+
start_conf_on_enter: true
|
217
|
+
)
|
218
|
+
expect(instance.valid?).to eq(true)
|
219
|
+
end
|
220
|
+
|
221
|
+
skip "checks if properties are invalid" do
|
222
|
+
instance = Freeclimb::ConferenceParticipantResult.new
|
223
|
+
|
224
|
+
expect(instance.valid?).to eq(false)
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
describe 'test method "eql?"' do
|
229
|
+
it "checks if objects are equal" do
|
230
|
+
instance_1 = Freeclimb::ConferenceParticipantResult.new(
|
231
|
+
uri: "TS",
|
232
|
+
|
233
|
+
date_created: "TS",
|
234
|
+
|
235
|
+
date_updated: "TS",
|
236
|
+
|
237
|
+
revision: 1,
|
238
|
+
|
239
|
+
account_id: "TS",
|
240
|
+
|
241
|
+
conference_id: "TS",
|
242
|
+
|
243
|
+
call_id: "TS",
|
244
|
+
|
245
|
+
talk: true,
|
246
|
+
|
247
|
+
listen: true,
|
248
|
+
|
249
|
+
dtmf_pass_through: true,
|
250
|
+
|
251
|
+
start_conf_on_enter: true
|
252
|
+
)
|
253
|
+
instance_2 = Freeclimb::ConferenceParticipantResult.new(
|
254
|
+
uri: "TS",
|
255
|
+
|
256
|
+
date_created: "TS",
|
257
|
+
|
258
|
+
date_updated: "TS",
|
259
|
+
|
260
|
+
revision: 1,
|
261
|
+
|
262
|
+
account_id: "TS",
|
263
|
+
|
264
|
+
conference_id: "TS",
|
265
|
+
|
266
|
+
call_id: "TS",
|
267
|
+
|
268
|
+
talk: true,
|
269
|
+
|
270
|
+
listen: true,
|
271
|
+
|
272
|
+
dtmf_pass_through: true,
|
273
|
+
|
274
|
+
start_conf_on_enter: true
|
291
275
|
)
|
292
276
|
expect(instance_1.eql?(instance_2)).to eq(true)
|
293
277
|
end
|
294
|
-
|
295
|
-
it
|
278
|
+
|
279
|
+
it "checks if objects are not equal" do
|
296
280
|
instance_1 = Freeclimb::ConferenceParticipantResult.new(
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
281
|
+
uri: "TS",
|
282
|
+
|
283
|
+
date_created: "TS",
|
284
|
+
|
285
|
+
date_updated: "TS",
|
286
|
+
|
287
|
+
revision: 2,
|
288
|
+
|
289
|
+
account_id: "TS",
|
290
|
+
|
291
|
+
conference_id: "TS",
|
292
|
+
|
293
|
+
call_id: "TS",
|
294
|
+
|
295
|
+
talk: true,
|
296
|
+
|
297
|
+
listen: true,
|
298
|
+
|
299
|
+
dtmf_pass_through: true,
|
300
|
+
|
301
|
+
start_conf_on_enter: true
|
319
302
|
)
|
320
303
|
instance_2 = Freeclimb::ConferenceParticipantResult.new(
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
304
|
+
uri: "ST",
|
305
|
+
|
306
|
+
date_created: "ST",
|
307
|
+
|
308
|
+
date_updated: "ST",
|
309
|
+
|
310
|
+
revision: 1,
|
311
|
+
|
312
|
+
account_id: "ST",
|
313
|
+
|
314
|
+
conference_id: "ST",
|
315
|
+
|
316
|
+
call_id: "ST",
|
317
|
+
|
318
|
+
talk: false,
|
319
|
+
|
320
|
+
listen: false,
|
321
|
+
|
322
|
+
dtmf_pass_through: false,
|
323
|
+
|
324
|
+
start_conf_on_enter: false
|
343
325
|
)
|
344
326
|
expect(instance_1.eql?(instance_2)).to eq(false)
|
345
327
|
end
|
346
328
|
end
|
347
|
-
|
329
|
+
|
348
330
|
describe 'test method "hash"' do
|
349
|
-
it
|
331
|
+
it "calculates hash code" do
|
350
332
|
instance = Freeclimb::ConferenceParticipantResult.new(
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
)
|
333
|
+
uri: "TS",
|
334
|
+
|
335
|
+
date_created: "TS",
|
336
|
+
|
337
|
+
date_updated: "TS",
|
338
|
+
|
339
|
+
revision: 1,
|
340
|
+
|
341
|
+
account_id: "TS",
|
342
|
+
|
343
|
+
conference_id: "TS",
|
344
|
+
|
345
|
+
call_id: "TS",
|
346
|
+
|
347
|
+
talk: true,
|
348
|
+
|
349
|
+
listen: true,
|
350
|
+
|
351
|
+
dtmf_pass_through: true,
|
352
|
+
|
353
|
+
start_conf_on_enter: true
|
354
|
+
)
|
374
355
|
expect(instance.hash).to be_a_kind_of(Integer)
|
375
356
|
end
|
376
357
|
end
|
377
358
|
|
378
359
|
describe 'test method "build_from_hash"' do
|
379
|
-
it
|
360
|
+
it "builds equivalent model from hash code" do
|
380
361
|
instance_1 = Freeclimb::ConferenceParticipantResult.new(
|
381
362
|
uri: "TS",
|
382
|
-
|
363
|
+
|
383
364
|
date_created: "TS",
|
384
|
-
|
365
|
+
|
385
366
|
date_updated: "TS",
|
386
|
-
|
367
|
+
|
387
368
|
revision: 1,
|
388
|
-
|
369
|
+
|
389
370
|
account_id: "TS",
|
390
|
-
|
371
|
+
|
391
372
|
conference_id: "TS",
|
392
|
-
|
373
|
+
|
393
374
|
call_id: "TS",
|
394
|
-
|
375
|
+
|
395
376
|
talk: true,
|
396
|
-
|
377
|
+
|
397
378
|
listen: true,
|
398
|
-
|
379
|
+
|
399
380
|
dtmf_pass_through: true,
|
400
|
-
|
401
|
-
start_conf_on_enter: true
|
402
|
-
|
381
|
+
|
382
|
+
start_conf_on_enter: true
|
403
383
|
)
|
404
384
|
instance_2 = Freeclimb::ConferenceParticipantResult.new(
|
405
385
|
uri: "TS",
|
406
|
-
|
386
|
+
|
407
387
|
date_created: "TS",
|
408
|
-
|
388
|
+
|
409
389
|
date_updated: "TS",
|
410
|
-
|
390
|
+
|
411
391
|
revision: 1,
|
412
|
-
|
392
|
+
|
413
393
|
account_id: "TS",
|
414
|
-
|
394
|
+
|
415
395
|
conference_id: "TS",
|
416
|
-
|
396
|
+
|
417
397
|
call_id: "TS",
|
418
|
-
|
398
|
+
|
419
399
|
talk: true,
|
420
|
-
|
400
|
+
|
421
401
|
listen: true,
|
422
|
-
|
402
|
+
|
423
403
|
dtmf_pass_through: true,
|
424
|
-
|
425
|
-
start_conf_on_enter: true
|
426
|
-
|
404
|
+
|
405
|
+
start_conf_on_enter: true
|
427
406
|
)
|
428
407
|
|
429
408
|
expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
|
@@ -432,171 +411,175 @@ describe Freeclimb::ConferenceParticipantResult do
|
|
432
411
|
|
433
412
|
describe 'test method "_deserialize"' do
|
434
413
|
instance = Freeclimb::ConferenceParticipantResult.new(
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
414
|
+
uri: "TS",
|
415
|
+
|
416
|
+
date_created: "TS",
|
417
|
+
|
418
|
+
date_updated: "TS",
|
419
|
+
|
420
|
+
revision: 1,
|
421
|
+
|
422
|
+
account_id: "TS",
|
423
|
+
|
424
|
+
conference_id: "TS",
|
425
|
+
|
426
|
+
call_id: "TS",
|
427
|
+
|
428
|
+
talk: true,
|
429
|
+
|
430
|
+
listen: true,
|
431
|
+
|
432
|
+
dtmf_pass_through: true,
|
433
|
+
|
434
|
+
start_conf_on_enter: true
|
457
435
|
)
|
458
|
-
it
|
436
|
+
it "deserializes the data of uri" do
|
459
437
|
expect(instance._deserialize("String", instance.uri)).to be_a_kind_of(String)
|
460
438
|
end
|
461
|
-
|
439
|
+
|
440
|
+
it "deserializes the data of date_created" do
|
462
441
|
expect(instance._deserialize("String", instance.date_created)).to be_a_kind_of(String)
|
463
442
|
end
|
464
|
-
|
443
|
+
|
444
|
+
it "deserializes the data of date_updated" do
|
465
445
|
expect(instance._deserialize("String", instance.date_updated)).to be_a_kind_of(String)
|
466
446
|
end
|
467
|
-
|
447
|
+
|
448
|
+
it "deserializes the data of revision" do
|
468
449
|
expect(instance._deserialize("Integer", instance.revision)).to be_a_kind_of(Integer)
|
469
450
|
end
|
470
|
-
|
451
|
+
|
452
|
+
it "deserializes the data of account_id" do
|
471
453
|
expect(instance._deserialize("String", instance.account_id)).to be_a_kind_of(String)
|
472
454
|
end
|
473
|
-
|
455
|
+
|
456
|
+
it "deserializes the data of conference_id" do
|
474
457
|
expect(instance._deserialize("String", instance.conference_id)).to be_a_kind_of(String)
|
475
458
|
end
|
476
|
-
|
459
|
+
|
460
|
+
it "deserializes the data of call_id" do
|
477
461
|
expect(instance._deserialize("String", instance.call_id)).to be_a_kind_of(String)
|
478
462
|
end
|
479
|
-
|
463
|
+
|
464
|
+
it "deserializes the data of talk" do
|
480
465
|
expect(instance._deserialize("Boolean", instance.talk)).to be_a_kind_of(TrueClass)
|
481
466
|
end
|
482
|
-
|
467
|
+
|
468
|
+
it "deserializes the data of listen" do
|
483
469
|
expect(instance._deserialize("Boolean", instance.listen)).to be_a_kind_of(TrueClass)
|
484
470
|
end
|
485
|
-
|
471
|
+
|
472
|
+
it "deserializes the data of dtmf_pass_through" do
|
486
473
|
expect(instance._deserialize("Boolean", instance.dtmf_pass_through)).to be_a_kind_of(TrueClass)
|
487
474
|
end
|
488
|
-
|
475
|
+
|
476
|
+
it "deserializes the data of start_conf_on_enter" do
|
489
477
|
expect(instance._deserialize("Boolean", instance.start_conf_on_enter)).to be_a_kind_of(TrueClass)
|
490
478
|
end
|
491
479
|
end
|
492
480
|
|
493
481
|
describe 'test method "to_s"' do
|
494
|
-
it
|
482
|
+
it "returns the string representation of the object" do
|
495
483
|
instance = Freeclimb::ConferenceParticipantResult.new(
|
496
484
|
uri: "TS",
|
497
|
-
|
485
|
+
|
498
486
|
date_created: "TS",
|
499
|
-
|
487
|
+
|
500
488
|
date_updated: "TS",
|
501
|
-
|
489
|
+
|
502
490
|
revision: 1,
|
503
|
-
|
491
|
+
|
504
492
|
account_id: "TS",
|
505
|
-
|
493
|
+
|
506
494
|
conference_id: "TS",
|
507
|
-
|
495
|
+
|
508
496
|
call_id: "TS",
|
509
|
-
|
497
|
+
|
510
498
|
talk: true,
|
511
|
-
|
499
|
+
|
512
500
|
listen: true,
|
513
|
-
|
501
|
+
|
514
502
|
dtmf_pass_through: true,
|
515
|
-
|
516
|
-
start_conf_on_enter: true
|
517
|
-
|
503
|
+
|
504
|
+
start_conf_on_enter: true
|
518
505
|
)
|
519
506
|
expect(instance.to_s).to eq(instance.to_hash.to_s)
|
520
507
|
end
|
521
508
|
end
|
522
509
|
|
523
510
|
describe 'test method "to_hash"' do
|
524
|
-
it
|
511
|
+
it "returns the object in the form of hash" do
|
525
512
|
instance = Freeclimb::ConferenceParticipantResult.new(
|
526
513
|
uri: "TS",
|
527
|
-
|
514
|
+
|
528
515
|
date_created: "TS",
|
529
|
-
|
516
|
+
|
530
517
|
date_updated: "TS",
|
531
|
-
|
518
|
+
|
532
519
|
revision: 1,
|
533
|
-
|
520
|
+
|
534
521
|
account_id: "TS",
|
535
|
-
|
522
|
+
|
536
523
|
conference_id: "TS",
|
537
|
-
|
524
|
+
|
538
525
|
call_id: "TS",
|
539
|
-
|
526
|
+
|
540
527
|
talk: true,
|
541
|
-
|
528
|
+
|
542
529
|
listen: true,
|
543
|
-
|
530
|
+
|
544
531
|
dtmf_pass_through: true,
|
545
|
-
|
546
|
-
start_conf_on_enter: true
|
547
|
-
|
532
|
+
|
533
|
+
start_conf_on_enter: true
|
548
534
|
)
|
549
535
|
expect(instance.to_hash).to be_a_kind_of(Hash)
|
550
536
|
end
|
551
|
-
it
|
552
|
-
obj = Object.new()
|
537
|
+
it "creates equal hash for two equal objects" do
|
553
538
|
instance_1 = Freeclimb::ConferenceParticipantResult.new(
|
554
539
|
uri: "TS",
|
555
|
-
|
540
|
+
|
556
541
|
date_created: "TS",
|
557
|
-
|
542
|
+
|
558
543
|
date_updated: "TS",
|
559
|
-
|
544
|
+
|
560
545
|
revision: 1,
|
561
|
-
|
546
|
+
|
562
547
|
account_id: "TS",
|
563
|
-
|
548
|
+
|
564
549
|
conference_id: "TS",
|
565
|
-
|
550
|
+
|
566
551
|
call_id: "TS",
|
567
|
-
|
552
|
+
|
568
553
|
talk: true,
|
569
|
-
|
554
|
+
|
570
555
|
listen: true,
|
571
|
-
|
556
|
+
|
572
557
|
dtmf_pass_through: true,
|
573
|
-
|
574
|
-
start_conf_on_enter: true
|
575
|
-
|
558
|
+
|
559
|
+
start_conf_on_enter: true
|
576
560
|
)
|
577
561
|
instance_2 = Freeclimb::ConferenceParticipantResult.new(
|
578
562
|
uri: "TS",
|
579
|
-
|
563
|
+
|
580
564
|
date_created: "TS",
|
581
|
-
|
565
|
+
|
582
566
|
date_updated: "TS",
|
583
|
-
|
567
|
+
|
584
568
|
revision: 1,
|
585
|
-
|
569
|
+
|
586
570
|
account_id: "TS",
|
587
|
-
|
571
|
+
|
588
572
|
conference_id: "TS",
|
589
|
-
|
573
|
+
|
590
574
|
call_id: "TS",
|
591
|
-
|
575
|
+
|
592
576
|
talk: true,
|
593
|
-
|
577
|
+
|
594
578
|
listen: true,
|
595
|
-
|
579
|
+
|
596
580
|
dtmf_pass_through: true,
|
597
|
-
|
598
|
-
start_conf_on_enter: true
|
599
|
-
|
581
|
+
|
582
|
+
start_conf_on_enter: true
|
600
583
|
)
|
601
584
|
expect(instance_1.to_hash).to eq(instance_2.to_hash)
|
602
585
|
end
|
@@ -604,72 +587,60 @@ describe Freeclimb::ConferenceParticipantResult do
|
|
604
587
|
|
605
588
|
describe 'test method "_to_hash"' do
|
606
589
|
instance = Freeclimb::ConferenceParticipantResult.new(
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
listen: true,
|
632
|
-
|
633
|
-
|
634
|
-
dtmf_pass_through: true,
|
635
|
-
|
636
|
-
|
637
|
-
start_conf_on_enter: true,
|
638
|
-
|
639
|
-
)
|
640
|
-
it 'returns uri in the form of hash' do
|
590
|
+
uri: "TS",
|
591
|
+
|
592
|
+
date_created: "TS",
|
593
|
+
|
594
|
+
date_updated: "TS",
|
595
|
+
|
596
|
+
revision: 1,
|
597
|
+
|
598
|
+
account_id: "TS",
|
599
|
+
|
600
|
+
conference_id: "TS",
|
601
|
+
|
602
|
+
call_id: "TS",
|
603
|
+
|
604
|
+
talk: true,
|
605
|
+
|
606
|
+
listen: true,
|
607
|
+
|
608
|
+
dtmf_pass_through: true,
|
609
|
+
|
610
|
+
start_conf_on_enter: true
|
611
|
+
)
|
612
|
+
it "returns uri in the form of hash" do
|
641
613
|
expect(instance._to_hash(instance.uri)).to eq(instance.uri)
|
642
614
|
end
|
643
|
-
it
|
615
|
+
it "returns date_created in the form of hash" do
|
644
616
|
expect(instance._to_hash(instance.date_created)).to eq(instance.date_created)
|
645
617
|
end
|
646
|
-
it
|
618
|
+
it "returns date_updated in the form of hash" do
|
647
619
|
expect(instance._to_hash(instance.date_updated)).to eq(instance.date_updated)
|
648
620
|
end
|
649
|
-
it
|
621
|
+
it "returns revision in the form of hash" do
|
650
622
|
expect(instance._to_hash(instance.revision)).to eq(instance.revision)
|
651
623
|
end
|
652
|
-
it
|
624
|
+
it "returns account_id in the form of hash" do
|
653
625
|
expect(instance._to_hash(instance.account_id)).to eq(instance.account_id)
|
654
626
|
end
|
655
|
-
it
|
627
|
+
it "returns conference_id in the form of hash" do
|
656
628
|
expect(instance._to_hash(instance.conference_id)).to eq(instance.conference_id)
|
657
629
|
end
|
658
|
-
it
|
630
|
+
it "returns call_id in the form of hash" do
|
659
631
|
expect(instance._to_hash(instance.call_id)).to eq(instance.call_id)
|
660
632
|
end
|
661
|
-
it
|
633
|
+
it "returns talk in the form of hash" do
|
662
634
|
expect(instance._to_hash(instance.talk)).to eq(instance.talk)
|
663
635
|
end
|
664
|
-
it
|
636
|
+
it "returns listen in the form of hash" do
|
665
637
|
expect(instance._to_hash(instance.listen)).to eq(instance.listen)
|
666
638
|
end
|
667
|
-
it
|
639
|
+
it "returns dtmf_pass_through in the form of hash" do
|
668
640
|
expect(instance._to_hash(instance.dtmf_pass_through)).to eq(instance.dtmf_pass_through)
|
669
641
|
end
|
670
|
-
it
|
642
|
+
it "returns start_conf_on_enter in the form of hash" do
|
671
643
|
expect(instance._to_hash(instance.start_conf_on_enter)).to eq(instance.start_conf_on_enter)
|
672
644
|
end
|
673
645
|
end
|
674
|
-
|
675
646
|
end
|