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::ConferenceResult
|
18
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
@@ -20,545 +19,507 @@ require 'date'
|
|
20
19
|
describe Freeclimb::ConferenceResult do
|
21
20
|
let(:instance) { Freeclimb::ConferenceResult.new }
|
22
21
|
|
23
|
-
describe
|
24
|
-
it
|
22
|
+
describe "test an instance of ConferenceResult" do
|
23
|
+
it "should create an instance of ConferenceResult" do
|
25
24
|
expect(instance).to be_instance_of(Freeclimb::ConferenceResult)
|
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 "conference_id"' do
|
64
|
-
it
|
57
|
+
it "should work" do
|
65
58
|
instance.conference_id = "TEST_STRING"
|
66
|
-
expect(instance.conference_id).to eq("TEST_STRING")
|
67
|
-
|
59
|
+
expect(instance.conference_id).to eq("TEST_STRING")
|
68
60
|
end
|
69
61
|
end
|
70
62
|
|
71
63
|
describe 'test attribute "account_id"' do
|
72
|
-
it
|
64
|
+
it "should work" do
|
73
65
|
instance.account_id = "TEST_STRING"
|
74
|
-
expect(instance.account_id).to eq("TEST_STRING")
|
75
|
-
|
66
|
+
expect(instance.account_id).to eq("TEST_STRING")
|
76
67
|
end
|
77
68
|
end
|
78
69
|
|
79
70
|
describe 'test attribute "_alias"' do
|
80
|
-
it
|
71
|
+
it "should work" do
|
81
72
|
instance._alias = "TEST_STRING"
|
82
|
-
expect(instance._alias).to eq("TEST_STRING")
|
83
|
-
|
73
|
+
expect(instance._alias).to eq("TEST_STRING")
|
84
74
|
end
|
85
75
|
end
|
86
76
|
|
87
|
-
|
88
77
|
describe 'test attribute "play_beep"' do
|
89
|
-
it
|
78
|
+
it "assigns value ALWAYS" do
|
90
79
|
instance.play_beep = Freeclimb::PlayBeep::ALWAYS
|
91
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ALWAYS)
|
80
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ALWAYS)
|
92
81
|
end
|
93
|
-
it
|
82
|
+
it "assigns value NEVER" do
|
94
83
|
instance.play_beep = Freeclimb::PlayBeep::NEVER
|
95
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::NEVER)
|
84
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::NEVER)
|
96
85
|
end
|
97
|
-
it
|
86
|
+
it "assigns value ENTRY_ONLY" do
|
98
87
|
instance.play_beep = Freeclimb::PlayBeep::ENTRY_ONLY
|
99
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ENTRY_ONLY)
|
88
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::ENTRY_ONLY)
|
100
89
|
end
|
101
|
-
it
|
90
|
+
it "assigns value EXIT_ONLY" do
|
102
91
|
instance.play_beep = Freeclimb::PlayBeep::EXIT_ONLY
|
103
|
-
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::EXIT_ONLY)
|
92
|
+
expect(instance.play_beep).to eq(Freeclimb::PlayBeep::EXIT_ONLY)
|
104
93
|
end
|
105
94
|
end
|
106
95
|
describe 'test attribute "record"' do
|
107
|
-
it
|
96
|
+
it "should work" do
|
108
97
|
instance.record = false
|
109
|
-
expect(instance.record).to eq(false)
|
110
|
-
|
98
|
+
expect(instance.record).to eq(false)
|
111
99
|
end
|
112
100
|
end
|
113
101
|
|
114
|
-
|
115
102
|
describe 'test attribute "status"' do
|
116
|
-
it
|
103
|
+
it "assigns value EMPTY" do
|
117
104
|
instance.status = Freeclimb::ConferenceStatus::EMPTY
|
118
|
-
expect(instance.status).to eq(Freeclimb::ConferenceStatus::EMPTY)
|
105
|
+
expect(instance.status).to eq(Freeclimb::ConferenceStatus::EMPTY)
|
119
106
|
end
|
120
|
-
it
|
107
|
+
it "assigns value POPULATED" do
|
121
108
|
instance.status = Freeclimb::ConferenceStatus::POPULATED
|
122
|
-
expect(instance.status).to eq(Freeclimb::ConferenceStatus::POPULATED)
|
109
|
+
expect(instance.status).to eq(Freeclimb::ConferenceStatus::POPULATED)
|
123
110
|
end
|
124
|
-
it
|
111
|
+
it "assigns value IN_PROGRESS" do
|
125
112
|
instance.status = Freeclimb::ConferenceStatus::IN_PROGRESS
|
126
|
-
expect(instance.status).to eq(Freeclimb::ConferenceStatus::IN_PROGRESS)
|
113
|
+
expect(instance.status).to eq(Freeclimb::ConferenceStatus::IN_PROGRESS)
|
127
114
|
end
|
128
|
-
it
|
115
|
+
it "assigns value TERMINATED" do
|
129
116
|
instance.status = Freeclimb::ConferenceStatus::TERMINATED
|
130
|
-
expect(instance.status).to eq(Freeclimb::ConferenceStatus::TERMINATED)
|
117
|
+
expect(instance.status).to eq(Freeclimb::ConferenceStatus::TERMINATED)
|
131
118
|
end
|
132
119
|
end
|
133
120
|
describe 'test attribute "wait_url"' do
|
134
|
-
it
|
121
|
+
it "should work" do
|
135
122
|
instance.wait_url = "TEST_STRING"
|
136
|
-
expect(instance.wait_url).to eq("TEST_STRING")
|
137
|
-
|
123
|
+
expect(instance.wait_url).to eq("TEST_STRING")
|
138
124
|
end
|
139
125
|
end
|
140
126
|
|
141
127
|
describe 'test attribute "action_url"' do
|
142
|
-
it
|
128
|
+
it "should work" do
|
143
129
|
instance.action_url = "TEST_STRING"
|
144
|
-
expect(instance.action_url).to eq("TEST_STRING")
|
145
|
-
|
130
|
+
expect(instance.action_url).to eq("TEST_STRING")
|
146
131
|
end
|
147
132
|
end
|
148
133
|
|
149
134
|
describe 'test attribute "status_callback_url"' do
|
150
|
-
it
|
135
|
+
it "should work" do
|
151
136
|
instance.status_callback_url = "TEST_STRING"
|
152
|
-
expect(instance.status_callback_url).to eq("TEST_STRING")
|
153
|
-
|
137
|
+
expect(instance.status_callback_url).to eq("TEST_STRING")
|
154
138
|
end
|
155
139
|
end
|
156
140
|
|
157
141
|
describe 'test attribute "subresource_uris"' do
|
158
|
-
it
|
159
|
-
|
160
|
-
testObject = Object.new()
|
142
|
+
it "should work" do
|
143
|
+
testObject = Object.new
|
161
144
|
instance.subresource_uris = testObject
|
162
145
|
expect(instance.subresource_uris).to eq(testObject)
|
146
|
+
|
147
|
+
instance.subresource_uris = Object.new
|
148
|
+
expect(instance.subresource_uris).to be_instance_of(Object)
|
163
149
|
end
|
164
150
|
end
|
165
151
|
|
166
152
|
describe 'test method "initialize"' do
|
167
|
-
it
|
168
|
-
expect {
|
169
|
-
|
170
|
-
|
171
|
-
date_created: "TS",
|
172
|
-
|
173
|
-
date_updated: "TS",
|
174
|
-
|
175
|
-
revision: 1,
|
176
|
-
|
177
|
-
conference_id: "TS",
|
178
|
-
|
179
|
-
account_id: "TS",
|
180
|
-
|
181
|
-
_alias: "TS",
|
182
|
-
|
183
|
-
|
184
|
-
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
185
|
-
|
186
|
-
record: true,
|
187
|
-
|
188
|
-
|
189
|
-
status: Freeclimb::ConferenceStatus::EMPTY,
|
190
|
-
|
191
|
-
wait_url: "TS",
|
192
|
-
|
193
|
-
action_url: "TS",
|
194
|
-
|
195
|
-
status_callback_url: "TS",
|
196
|
-
|
197
|
-
subresource_uris: Object.new(),
|
198
|
-
|
199
|
-
)}.not_to raise_error()
|
200
|
-
end
|
201
|
-
it 'fails to initialize with input argument that is not a hash in Freeclimb::ConferenceResult' do
|
202
|
-
expect { instance = Freeclimb::ConferenceResult.new(
|
203
|
-
uri: "TS",
|
204
|
-
|
205
|
-
date_created: "TS",
|
206
|
-
|
207
|
-
date_updated: "TS",
|
208
|
-
|
209
|
-
revision: 1,
|
210
|
-
|
211
|
-
conference_id: "TS",
|
212
|
-
|
213
|
-
account_id: "TS",
|
214
|
-
|
215
|
-
_alias: "TS",
|
216
|
-
|
217
|
-
|
218
|
-
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
219
|
-
|
220
|
-
record: true,
|
221
|
-
|
222
|
-
|
223
|
-
status: Freeclimb::ConferenceStatus::EMPTY,
|
224
|
-
|
225
|
-
wait_url: "TS",
|
226
|
-
|
227
|
-
action_url: "TS",
|
228
|
-
|
229
|
-
status_callback_url: "TS",
|
230
|
-
|
231
|
-
subresource_uris: Object.new(),
|
232
|
-
|
233
|
-
invalid_attribute: true
|
234
|
-
)}.to raise_error(ArgumentError)
|
235
|
-
end
|
236
|
-
it 'fails to initialize with invalid attribute' do
|
237
|
-
expect { instance = Freeclimb::ConferenceResult.new(
|
238
|
-
uri: "TS",
|
239
|
-
|
240
|
-
date_created: "TS",
|
241
|
-
|
242
|
-
date_updated: "TS",
|
243
|
-
|
244
|
-
revision: 1,
|
245
|
-
|
246
|
-
conference_id: "TS",
|
247
|
-
|
248
|
-
account_id: "TS",
|
249
|
-
|
250
|
-
_alias: "TS",
|
251
|
-
|
252
|
-
|
253
|
-
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
254
|
-
|
255
|
-
record: true,
|
256
|
-
|
257
|
-
|
258
|
-
status: Freeclimb::ConferenceStatus::EMPTY,
|
259
|
-
|
260
|
-
wait_url: "TS",
|
261
|
-
|
262
|
-
action_url: "TS",
|
263
|
-
|
264
|
-
status_callback_url: "TS",
|
265
|
-
|
266
|
-
subresource_uris: Object.new(),
|
267
|
-
|
268
|
-
invalid_attribute: true
|
269
|
-
)}.to raise_error(ArgumentError)
|
270
|
-
end
|
271
|
-
end
|
272
|
-
|
273
|
-
describe 'test method "valid"' do
|
274
|
-
it 'checks if properties are valid' do
|
275
|
-
instance = Freeclimb::ConferenceResult.new(
|
153
|
+
it "properly initializes with values" do
|
154
|
+
expect {
|
155
|
+
Freeclimb::ConferenceResult.new(
|
276
156
|
uri: "TS",
|
277
|
-
|
157
|
+
|
278
158
|
date_created: "TS",
|
279
|
-
|
159
|
+
|
280
160
|
date_updated: "TS",
|
281
|
-
|
161
|
+
|
282
162
|
revision: 1,
|
283
|
-
|
163
|
+
|
284
164
|
conference_id: "TS",
|
285
|
-
|
165
|
+
|
286
166
|
account_id: "TS",
|
287
|
-
|
167
|
+
|
288
168
|
_alias: "TS",
|
289
|
-
|
290
|
-
|
169
|
+
|
291
170
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
292
|
-
|
171
|
+
|
293
172
|
record: true,
|
294
|
-
|
295
|
-
|
173
|
+
|
296
174
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
297
|
-
|
175
|
+
|
298
176
|
wait_url: "TS",
|
299
|
-
|
177
|
+
|
300
178
|
action_url: "TS",
|
301
|
-
|
302
|
-
status_callback_url: "TS",
|
303
|
-
|
304
|
-
subresource_uris: Object.new(),
|
305
|
-
|
306
|
-
)
|
307
|
-
expect(instance.valid?).to eq(true)
|
308
|
-
end
|
309
179
|
|
180
|
+
status_callback_url: "TS",
|
310
181
|
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
)
|
315
|
-
expect(instance.valid?).to eq(false)
|
182
|
+
subresource_uris: Object.new
|
183
|
+
)
|
184
|
+
}.not_to raise_error
|
316
185
|
end
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
describe 'test method "eql?"' do
|
321
|
-
it 'checks if objects are equal' do
|
322
|
-
obj = Object.new()
|
323
|
-
instance_1 = Freeclimb::ConferenceResult.new(
|
186
|
+
it "fails to initialize with input argument that is not a hash in Freeclimb::ConferenceResult" do
|
187
|
+
expect {
|
188
|
+
Freeclimb::ConferenceResult.new(
|
324
189
|
uri: "TS",
|
325
|
-
|
190
|
+
|
326
191
|
date_created: "TS",
|
327
|
-
|
192
|
+
|
328
193
|
date_updated: "TS",
|
329
|
-
|
194
|
+
|
330
195
|
revision: 1,
|
331
|
-
|
196
|
+
|
332
197
|
conference_id: "TS",
|
333
|
-
|
198
|
+
|
334
199
|
account_id: "TS",
|
335
|
-
|
200
|
+
|
336
201
|
_alias: "TS",
|
337
|
-
|
338
|
-
|
202
|
+
|
339
203
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
340
|
-
|
204
|
+
|
341
205
|
record: true,
|
342
|
-
|
343
|
-
|
206
|
+
|
344
207
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
345
|
-
|
208
|
+
|
346
209
|
wait_url: "TS",
|
347
|
-
|
210
|
+
|
348
211
|
action_url: "TS",
|
349
|
-
|
212
|
+
|
350
213
|
status_callback_url: "TS",
|
351
|
-
|
352
|
-
subresource_uris:
|
353
|
-
|
354
|
-
|
355
|
-
|
214
|
+
|
215
|
+
subresource_uris: Object.new,
|
216
|
+
|
217
|
+
invalid_attribute: true
|
218
|
+
)
|
219
|
+
}.to raise_error(ArgumentError)
|
220
|
+
end
|
221
|
+
it "fails to initialize with invalid attribute" do
|
222
|
+
expect {
|
223
|
+
Freeclimb::ConferenceResult.new(
|
356
224
|
uri: "TS",
|
357
|
-
|
225
|
+
|
358
226
|
date_created: "TS",
|
359
|
-
|
227
|
+
|
360
228
|
date_updated: "TS",
|
361
|
-
|
229
|
+
|
362
230
|
revision: 1,
|
363
|
-
|
231
|
+
|
364
232
|
conference_id: "TS",
|
365
|
-
|
233
|
+
|
366
234
|
account_id: "TS",
|
367
|
-
|
235
|
+
|
368
236
|
_alias: "TS",
|
369
|
-
|
370
|
-
|
237
|
+
|
371
238
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
372
|
-
|
239
|
+
|
373
240
|
record: true,
|
374
|
-
|
375
|
-
|
241
|
+
|
376
242
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
377
|
-
|
243
|
+
|
378
244
|
wait_url: "TS",
|
379
|
-
|
245
|
+
|
380
246
|
action_url: "TS",
|
381
|
-
|
247
|
+
|
382
248
|
status_callback_url: "TS",
|
383
|
-
|
384
|
-
subresource_uris:
|
385
|
-
|
249
|
+
|
250
|
+
subresource_uris: Object.new,
|
251
|
+
|
252
|
+
invalid_attribute: true
|
253
|
+
)
|
254
|
+
}.to raise_error(ArgumentError)
|
255
|
+
end
|
256
|
+
end
|
257
|
+
|
258
|
+
describe 'test method "valid"' do
|
259
|
+
it "checks if properties are valid" do
|
260
|
+
instance = Freeclimb::ConferenceResult.new(
|
261
|
+
uri: "TS",
|
262
|
+
|
263
|
+
date_created: "TS",
|
264
|
+
|
265
|
+
date_updated: "TS",
|
266
|
+
|
267
|
+
revision: 1,
|
268
|
+
|
269
|
+
conference_id: "TS",
|
270
|
+
|
271
|
+
account_id: "TS",
|
272
|
+
|
273
|
+
_alias: "TS",
|
274
|
+
|
275
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
276
|
+
|
277
|
+
record: true,
|
278
|
+
|
279
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
280
|
+
|
281
|
+
wait_url: "TS",
|
282
|
+
|
283
|
+
action_url: "TS",
|
284
|
+
|
285
|
+
status_callback_url: "TS",
|
286
|
+
|
287
|
+
subresource_uris: Object.new
|
288
|
+
)
|
289
|
+
expect(instance.valid?).to eq(true)
|
290
|
+
end
|
291
|
+
|
292
|
+
skip "checks if properties are invalid" do
|
293
|
+
instance = Freeclimb::ConferenceResult.new
|
294
|
+
|
295
|
+
expect(instance.valid?).to eq(false)
|
296
|
+
end
|
297
|
+
end
|
298
|
+
|
299
|
+
describe 'test method "eql?"' do
|
300
|
+
it "checks if objects are equal" do
|
301
|
+
obj_Object = Object.new
|
302
|
+
|
303
|
+
instance_1 = Freeclimb::ConferenceResult.new(
|
304
|
+
uri: "TS",
|
305
|
+
|
306
|
+
date_created: "TS",
|
307
|
+
|
308
|
+
date_updated: "TS",
|
309
|
+
|
310
|
+
revision: 1,
|
311
|
+
|
312
|
+
conference_id: "TS",
|
313
|
+
|
314
|
+
account_id: "TS",
|
315
|
+
|
316
|
+
_alias: "TS",
|
317
|
+
|
318
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
319
|
+
|
320
|
+
record: true,
|
321
|
+
|
322
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
323
|
+
|
324
|
+
wait_url: "TS",
|
325
|
+
|
326
|
+
action_url: "TS",
|
327
|
+
|
328
|
+
status_callback_url: "TS",
|
329
|
+
|
330
|
+
subresource_uris: obj_Object
|
331
|
+
)
|
332
|
+
instance_2 = Freeclimb::ConferenceResult.new(
|
333
|
+
uri: "TS",
|
334
|
+
|
335
|
+
date_created: "TS",
|
336
|
+
|
337
|
+
date_updated: "TS",
|
338
|
+
|
339
|
+
revision: 1,
|
340
|
+
|
341
|
+
conference_id: "TS",
|
342
|
+
|
343
|
+
account_id: "TS",
|
344
|
+
|
345
|
+
_alias: "TS",
|
346
|
+
|
347
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
348
|
+
|
349
|
+
record: true,
|
350
|
+
|
351
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
352
|
+
|
353
|
+
wait_url: "TS",
|
354
|
+
|
355
|
+
action_url: "TS",
|
356
|
+
|
357
|
+
status_callback_url: "TS",
|
358
|
+
|
359
|
+
subresource_uris: obj_Object
|
386
360
|
)
|
387
361
|
expect(instance_1.eql?(instance_2)).to eq(true)
|
388
362
|
end
|
389
|
-
|
390
|
-
it
|
363
|
+
|
364
|
+
it "checks if objects are not equal" do
|
391
365
|
instance_1 = Freeclimb::ConferenceResult.new(
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
366
|
+
uri: "TS",
|
367
|
+
|
368
|
+
date_created: "TS",
|
369
|
+
|
370
|
+
date_updated: "TS",
|
371
|
+
|
372
|
+
revision: 2,
|
373
|
+
|
374
|
+
conference_id: "TS",
|
375
|
+
|
376
|
+
account_id: "TS",
|
377
|
+
|
378
|
+
_alias: "TS",
|
379
|
+
|
380
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
381
|
+
|
382
|
+
record: true,
|
383
|
+
|
384
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
385
|
+
|
386
|
+
wait_url: "TS",
|
387
|
+
|
388
|
+
action_url: "TS",
|
389
|
+
|
390
|
+
status_callback_url: "TS",
|
391
|
+
|
392
|
+
subresource_uris: Object.new,
|
393
|
+
|
394
|
+
subresource_uris: Object.new
|
422
395
|
)
|
423
396
|
instance_2 = Freeclimb::ConferenceResult.new(
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
subresource_uris: nil,
|
453
|
-
|
397
|
+
uri: "ST",
|
398
|
+
|
399
|
+
date_created: "ST",
|
400
|
+
|
401
|
+
date_updated: "ST",
|
402
|
+
|
403
|
+
revision: 1,
|
404
|
+
|
405
|
+
conference_id: "ST",
|
406
|
+
|
407
|
+
account_id: "ST",
|
408
|
+
|
409
|
+
_alias: "ST",
|
410
|
+
|
411
|
+
play_beep: nil,
|
412
|
+
|
413
|
+
record: false,
|
414
|
+
|
415
|
+
status: nil,
|
416
|
+
|
417
|
+
wait_url: "ST",
|
418
|
+
|
419
|
+
action_url: "ST",
|
420
|
+
|
421
|
+
status_callback_url: "ST",
|
422
|
+
|
423
|
+
subresource_uris: Object.new
|
454
424
|
)
|
455
425
|
expect(instance_1.eql?(instance_2)).to eq(false)
|
456
426
|
end
|
457
427
|
end
|
458
|
-
|
428
|
+
|
459
429
|
describe 'test method "hash"' do
|
460
|
-
it
|
430
|
+
it "calculates hash code" do
|
461
431
|
instance = Freeclimb::ConferenceResult.new(
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
subresource_uris: Object.new(),
|
491
|
-
|
492
|
-
)
|
432
|
+
uri: "TS",
|
433
|
+
|
434
|
+
date_created: "TS",
|
435
|
+
|
436
|
+
date_updated: "TS",
|
437
|
+
|
438
|
+
revision: 1,
|
439
|
+
|
440
|
+
conference_id: "TS",
|
441
|
+
|
442
|
+
account_id: "TS",
|
443
|
+
|
444
|
+
_alias: "TS",
|
445
|
+
|
446
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
447
|
+
|
448
|
+
record: true,
|
449
|
+
|
450
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
451
|
+
|
452
|
+
wait_url: "TS",
|
453
|
+
|
454
|
+
action_url: "TS",
|
455
|
+
|
456
|
+
status_callback_url: "TS",
|
457
|
+
|
458
|
+
subresource_uris: Object.new
|
459
|
+
)
|
493
460
|
expect(instance.hash).to be_a_kind_of(Integer)
|
494
461
|
end
|
495
462
|
end
|
496
463
|
|
497
464
|
describe 'test method "build_from_hash"' do
|
498
|
-
it
|
465
|
+
it "builds equivalent model from hash code" do
|
499
466
|
instance_1 = Freeclimb::ConferenceResult.new(
|
500
467
|
uri: "TS",
|
501
|
-
|
468
|
+
|
502
469
|
date_created: "TS",
|
503
|
-
|
470
|
+
|
504
471
|
date_updated: "TS",
|
505
|
-
|
472
|
+
|
506
473
|
revision: 1,
|
507
|
-
|
474
|
+
|
508
475
|
conference_id: "TS",
|
509
|
-
|
476
|
+
|
510
477
|
account_id: "TS",
|
511
|
-
|
478
|
+
|
512
479
|
_alias: "TS",
|
513
|
-
|
514
|
-
|
480
|
+
|
515
481
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
516
|
-
|
482
|
+
|
517
483
|
record: true,
|
518
|
-
|
519
|
-
|
484
|
+
|
520
485
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
521
|
-
|
486
|
+
|
522
487
|
wait_url: "TS",
|
523
|
-
|
488
|
+
|
524
489
|
action_url: "TS",
|
525
|
-
|
490
|
+
|
526
491
|
status_callback_url: "TS",
|
527
|
-
|
528
|
-
subresource_uris: Object.new
|
529
|
-
|
492
|
+
|
493
|
+
subresource_uris: Object.new
|
530
494
|
)
|
531
495
|
instance_2 = Freeclimb::ConferenceResult.new(
|
532
496
|
uri: "TS",
|
533
|
-
|
497
|
+
|
534
498
|
date_created: "TS",
|
535
|
-
|
499
|
+
|
536
500
|
date_updated: "TS",
|
537
|
-
|
501
|
+
|
538
502
|
revision: 1,
|
539
|
-
|
503
|
+
|
540
504
|
conference_id: "TS",
|
541
|
-
|
505
|
+
|
542
506
|
account_id: "TS",
|
543
|
-
|
507
|
+
|
544
508
|
_alias: "TS",
|
545
|
-
|
546
|
-
|
509
|
+
|
547
510
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
548
|
-
|
511
|
+
|
549
512
|
record: true,
|
550
|
-
|
551
|
-
|
513
|
+
|
552
514
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
553
|
-
|
515
|
+
|
554
516
|
wait_url: "TS",
|
555
|
-
|
517
|
+
|
556
518
|
action_url: "TS",
|
557
|
-
|
519
|
+
|
558
520
|
status_callback_url: "TS",
|
559
|
-
|
560
|
-
subresource_uris: Object.new
|
561
|
-
|
521
|
+
|
522
|
+
subresource_uris: Object.new
|
562
523
|
)
|
563
524
|
|
564
525
|
expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
|
@@ -567,214 +528,211 @@ describe Freeclimb::ConferenceResult do
|
|
567
528
|
|
568
529
|
describe 'test method "_deserialize"' do
|
569
530
|
instance = Freeclimb::ConferenceResult.new(
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
subresource_uris: Object.new(),
|
599
|
-
|
531
|
+
uri: "TS",
|
532
|
+
|
533
|
+
date_created: "TS",
|
534
|
+
|
535
|
+
date_updated: "TS",
|
536
|
+
|
537
|
+
revision: 1,
|
538
|
+
|
539
|
+
conference_id: "TS",
|
540
|
+
|
541
|
+
account_id: "TS",
|
542
|
+
|
543
|
+
_alias: "TS",
|
544
|
+
|
545
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
546
|
+
|
547
|
+
record: true,
|
548
|
+
|
549
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
550
|
+
|
551
|
+
wait_url: "TS",
|
552
|
+
|
553
|
+
action_url: "TS",
|
554
|
+
|
555
|
+
status_callback_url: "TS",
|
556
|
+
|
557
|
+
subresource_uris: Object.new
|
600
558
|
)
|
601
|
-
it
|
559
|
+
it "deserializes the data of uri" do
|
602
560
|
expect(instance._deserialize("String", instance.uri)).to be_a_kind_of(String)
|
603
561
|
end
|
604
|
-
|
562
|
+
|
563
|
+
it "deserializes the data of date_created" do
|
605
564
|
expect(instance._deserialize("String", instance.date_created)).to be_a_kind_of(String)
|
606
565
|
end
|
607
|
-
|
566
|
+
|
567
|
+
it "deserializes the data of date_updated" do
|
608
568
|
expect(instance._deserialize("String", instance.date_updated)).to be_a_kind_of(String)
|
609
569
|
end
|
610
|
-
|
570
|
+
|
571
|
+
it "deserializes the data of revision" do
|
611
572
|
expect(instance._deserialize("Integer", instance.revision)).to be_a_kind_of(Integer)
|
612
573
|
end
|
613
|
-
|
574
|
+
|
575
|
+
it "deserializes the data of conference_id" do
|
614
576
|
expect(instance._deserialize("String", instance.conference_id)).to be_a_kind_of(String)
|
615
577
|
end
|
616
|
-
|
578
|
+
|
579
|
+
it "deserializes the data of account_id" do
|
617
580
|
expect(instance._deserialize("String", instance.account_id)).to be_a_kind_of(String)
|
618
581
|
end
|
619
|
-
|
582
|
+
|
583
|
+
it "deserializes the data of _alias" do
|
620
584
|
expect(instance._deserialize("String", instance._alias)).to be_a_kind_of(String)
|
621
585
|
end
|
622
|
-
|
586
|
+
|
587
|
+
it "deserializes the data of record" do
|
623
588
|
expect(instance._deserialize("Boolean", instance.record)).to be_a_kind_of(TrueClass)
|
624
589
|
end
|
625
|
-
|
590
|
+
|
591
|
+
it "deserializes the data of wait_url" do
|
626
592
|
expect(instance._deserialize("String", instance.wait_url)).to be_a_kind_of(String)
|
627
593
|
end
|
628
|
-
|
594
|
+
|
595
|
+
it "deserializes the data of action_url" do
|
629
596
|
expect(instance._deserialize("String", instance.action_url)).to be_a_kind_of(String)
|
630
597
|
end
|
631
|
-
|
598
|
+
|
599
|
+
it "deserializes the data of status_callback_url" do
|
632
600
|
expect(instance._deserialize("String", instance.status_callback_url)).to be_a_kind_of(String)
|
633
601
|
end
|
634
|
-
|
602
|
+
|
603
|
+
it "deserializes the data of subresource_uris" do
|
635
604
|
expect(instance._deserialize("Object", instance.subresource_uris)).to be_a_kind_of(Object)
|
636
605
|
end
|
637
606
|
end
|
638
607
|
|
639
608
|
describe 'test method "to_s"' do
|
640
|
-
it
|
609
|
+
it "returns the string representation of the object" do
|
641
610
|
instance = Freeclimb::ConferenceResult.new(
|
642
611
|
uri: "TS",
|
643
|
-
|
612
|
+
|
644
613
|
date_created: "TS",
|
645
|
-
|
614
|
+
|
646
615
|
date_updated: "TS",
|
647
|
-
|
616
|
+
|
648
617
|
revision: 1,
|
649
|
-
|
618
|
+
|
650
619
|
conference_id: "TS",
|
651
|
-
|
620
|
+
|
652
621
|
account_id: "TS",
|
653
|
-
|
622
|
+
|
654
623
|
_alias: "TS",
|
655
|
-
|
656
|
-
|
624
|
+
|
657
625
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
658
|
-
|
626
|
+
|
659
627
|
record: true,
|
660
|
-
|
661
|
-
|
628
|
+
|
662
629
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
663
|
-
|
630
|
+
|
664
631
|
wait_url: "TS",
|
665
|
-
|
632
|
+
|
666
633
|
action_url: "TS",
|
667
|
-
|
634
|
+
|
668
635
|
status_callback_url: "TS",
|
669
|
-
|
670
|
-
subresource_uris: Object.new
|
671
|
-
|
636
|
+
|
637
|
+
subresource_uris: Object.new
|
672
638
|
)
|
673
639
|
expect(instance.to_s).to eq(instance.to_hash.to_s)
|
674
640
|
end
|
675
641
|
end
|
676
642
|
|
677
643
|
describe 'test method "to_hash"' do
|
678
|
-
it
|
644
|
+
it "returns the object in the form of hash" do
|
679
645
|
instance = Freeclimb::ConferenceResult.new(
|
680
646
|
uri: "TS",
|
681
|
-
|
647
|
+
|
682
648
|
date_created: "TS",
|
683
|
-
|
649
|
+
|
684
650
|
date_updated: "TS",
|
685
|
-
|
651
|
+
|
686
652
|
revision: 1,
|
687
|
-
|
653
|
+
|
688
654
|
conference_id: "TS",
|
689
|
-
|
655
|
+
|
690
656
|
account_id: "TS",
|
691
|
-
|
657
|
+
|
692
658
|
_alias: "TS",
|
693
|
-
|
694
|
-
|
659
|
+
|
695
660
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
696
|
-
|
661
|
+
|
697
662
|
record: true,
|
698
|
-
|
699
|
-
|
663
|
+
|
700
664
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
701
|
-
|
665
|
+
|
702
666
|
wait_url: "TS",
|
703
|
-
|
667
|
+
|
704
668
|
action_url: "TS",
|
705
|
-
|
669
|
+
|
706
670
|
status_callback_url: "TS",
|
707
|
-
|
708
|
-
subresource_uris: Object.new
|
709
|
-
|
671
|
+
|
672
|
+
subresource_uris: Object.new
|
710
673
|
)
|
711
674
|
expect(instance.to_hash).to be_a_kind_of(Hash)
|
712
675
|
end
|
713
|
-
it
|
714
|
-
obj = Object.new
|
676
|
+
it "creates equal hash for two equal objects" do
|
677
|
+
obj = Object.new
|
678
|
+
|
715
679
|
instance_1 = Freeclimb::ConferenceResult.new(
|
716
680
|
uri: "TS",
|
717
|
-
|
681
|
+
|
718
682
|
date_created: "TS",
|
719
|
-
|
683
|
+
|
720
684
|
date_updated: "TS",
|
721
|
-
|
685
|
+
|
722
686
|
revision: 1,
|
723
|
-
|
687
|
+
|
724
688
|
conference_id: "TS",
|
725
|
-
|
689
|
+
|
726
690
|
account_id: "TS",
|
727
|
-
|
691
|
+
|
728
692
|
_alias: "TS",
|
729
|
-
|
730
|
-
|
693
|
+
|
731
694
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
732
|
-
|
695
|
+
|
733
696
|
record: true,
|
734
|
-
|
735
|
-
|
697
|
+
|
736
698
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
737
|
-
|
699
|
+
|
738
700
|
wait_url: "TS",
|
739
|
-
|
701
|
+
|
740
702
|
action_url: "TS",
|
741
|
-
|
703
|
+
|
742
704
|
status_callback_url: "TS",
|
743
|
-
|
744
|
-
subresource_uris: obj
|
745
|
-
|
705
|
+
|
706
|
+
subresource_uris: obj
|
746
707
|
)
|
747
708
|
instance_2 = Freeclimb::ConferenceResult.new(
|
748
709
|
uri: "TS",
|
749
|
-
|
710
|
+
|
750
711
|
date_created: "TS",
|
751
|
-
|
712
|
+
|
752
713
|
date_updated: "TS",
|
753
|
-
|
714
|
+
|
754
715
|
revision: 1,
|
755
|
-
|
716
|
+
|
756
717
|
conference_id: "TS",
|
757
|
-
|
718
|
+
|
758
719
|
account_id: "TS",
|
759
|
-
|
720
|
+
|
760
721
|
_alias: "TS",
|
761
|
-
|
762
|
-
|
722
|
+
|
763
723
|
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
764
|
-
|
724
|
+
|
765
725
|
record: true,
|
766
|
-
|
767
|
-
|
726
|
+
|
768
727
|
status: Freeclimb::ConferenceStatus::EMPTY,
|
769
|
-
|
728
|
+
|
770
729
|
wait_url: "TS",
|
771
|
-
|
730
|
+
|
772
731
|
action_url: "TS",
|
773
|
-
|
732
|
+
|
774
733
|
status_callback_url: "TS",
|
775
|
-
|
776
|
-
subresource_uris: obj
|
777
|
-
|
734
|
+
|
735
|
+
subresource_uris: obj
|
778
736
|
)
|
779
737
|
expect(instance_1.to_hash).to eq(instance_2.to_hash)
|
780
738
|
end
|
@@ -782,92 +740,73 @@ describe Freeclimb::ConferenceResult do
|
|
782
740
|
|
783
741
|
describe 'test method "_to_hash"' do
|
784
742
|
instance = Freeclimb::ConferenceResult.new(
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
status: Freeclimb::ConferenceStatus::EMPTY,
|
815
|
-
|
816
|
-
|
817
|
-
wait_url: "TS",
|
818
|
-
|
819
|
-
|
820
|
-
action_url: "TS",
|
821
|
-
|
822
|
-
|
823
|
-
status_callback_url: "TS",
|
824
|
-
|
825
|
-
|
826
|
-
subresource_uris: Object.new(),
|
827
|
-
|
828
|
-
)
|
829
|
-
it 'returns uri in the form of hash' do
|
743
|
+
uri: "TS",
|
744
|
+
|
745
|
+
date_created: "TS",
|
746
|
+
|
747
|
+
date_updated: "TS",
|
748
|
+
|
749
|
+
revision: 1,
|
750
|
+
|
751
|
+
conference_id: "TS",
|
752
|
+
|
753
|
+
account_id: "TS",
|
754
|
+
|
755
|
+
_alias: "TS",
|
756
|
+
|
757
|
+
play_beep: Freeclimb::PlayBeep::ALWAYS,
|
758
|
+
|
759
|
+
record: true,
|
760
|
+
|
761
|
+
status: Freeclimb::ConferenceStatus::EMPTY,
|
762
|
+
|
763
|
+
wait_url: "TS",
|
764
|
+
|
765
|
+
action_url: "TS",
|
766
|
+
|
767
|
+
status_callback_url: "TS"
|
768
|
+
)
|
769
|
+
it "returns uri in the form of hash" do
|
830
770
|
expect(instance._to_hash(instance.uri)).to eq(instance.uri)
|
831
771
|
end
|
832
|
-
it
|
772
|
+
it "returns date_created in the form of hash" do
|
833
773
|
expect(instance._to_hash(instance.date_created)).to eq(instance.date_created)
|
834
774
|
end
|
835
|
-
it
|
775
|
+
it "returns date_updated in the form of hash" do
|
836
776
|
expect(instance._to_hash(instance.date_updated)).to eq(instance.date_updated)
|
837
777
|
end
|
838
|
-
it
|
778
|
+
it "returns revision in the form of hash" do
|
839
779
|
expect(instance._to_hash(instance.revision)).to eq(instance.revision)
|
840
780
|
end
|
841
|
-
it
|
781
|
+
it "returns conference_id in the form of hash" do
|
842
782
|
expect(instance._to_hash(instance.conference_id)).to eq(instance.conference_id)
|
843
783
|
end
|
844
|
-
it
|
784
|
+
it "returns account_id in the form of hash" do
|
845
785
|
expect(instance._to_hash(instance.account_id)).to eq(instance.account_id)
|
846
786
|
end
|
847
|
-
it
|
787
|
+
it "returns _alias in the form of hash" do
|
848
788
|
expect(instance._to_hash(instance._alias)).to eq(instance._alias)
|
849
789
|
end
|
850
|
-
it
|
790
|
+
it "returns play_beep in the form of hash" do
|
851
791
|
expect(instance._to_hash(instance.play_beep)).to eq(instance.play_beep)
|
852
792
|
end
|
853
|
-
it
|
793
|
+
it "returns record in the form of hash" do
|
854
794
|
expect(instance._to_hash(instance.record)).to eq(instance.record)
|
855
795
|
end
|
856
|
-
it
|
796
|
+
it "returns status in the form of hash" do
|
857
797
|
expect(instance._to_hash(instance.status)).to eq(instance.status)
|
858
798
|
end
|
859
|
-
it
|
799
|
+
it "returns wait_url in the form of hash" do
|
860
800
|
expect(instance._to_hash(instance.wait_url)).to eq(instance.wait_url)
|
861
801
|
end
|
862
|
-
it
|
802
|
+
it "returns action_url in the form of hash" do
|
863
803
|
expect(instance._to_hash(instance.action_url)).to eq(instance.action_url)
|
864
804
|
end
|
865
|
-
it
|
805
|
+
it "returns status_callback_url in the form of hash" do
|
866
806
|
expect(instance._to_hash(instance.status_callback_url)).to eq(instance.status_callback_url)
|
867
807
|
end
|
868
|
-
it
|
808
|
+
it "returns subresource_uris in the form of hash" do
|
869
809
|
expect(instance._to_hash(instance.subresource_uris)).to eq(instance.subresource_uris)
|
870
810
|
end
|
871
811
|
end
|
872
|
-
|
873
812
|
end
|