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.
Files changed (310) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -1
  3. data/Gemfile +4 -4
  4. data/Gemfile.lock +34 -15
  5. data/README.md +5 -4
  6. data/Rakefile +1 -1
  7. data/docs/CreateConferenceRequest.md +1 -1
  8. data/docs/DefaultApi.md +1 -1
  9. data/docs/MessageResult.md +7 -1
  10. data/docs/TFNCampaign.md +34 -0
  11. data/freeclimb.gemspec +21 -26
  12. data/lib/freeclimb/api/default_api.rb +878 -878
  13. data/lib/freeclimb/api_client.rb +78 -83
  14. data/lib/freeclimb/api_error.rb +17 -19
  15. data/lib/freeclimb/configuration.rb +28 -31
  16. data/lib/freeclimb/models/account_request.rb +36 -41
  17. data/lib/freeclimb/models/account_result.rb +88 -92
  18. data/lib/freeclimb/models/account_status.rb +12 -14
  19. data/lib/freeclimb/models/account_type.rb +12 -14
  20. data/lib/freeclimb/models/add_to_conference.rb +81 -85
  21. data/lib/freeclimb/models/add_to_conference_notification_webhook.rb +99 -103
  22. data/lib/freeclimb/models/add_to_queue_notification_webhook.rb +78 -82
  23. data/lib/freeclimb/models/answered_by.rb +12 -14
  24. data/lib/freeclimb/models/application_list.rb +74 -78
  25. data/lib/freeclimb/models/application_request.rb +66 -70
  26. data/lib/freeclimb/models/application_result.rb +100 -104
  27. data/lib/freeclimb/models/available_number.rb +66 -70
  28. data/lib/freeclimb/models/available_number_list.rb +74 -78
  29. data/lib/freeclimb/models/barge_in_reason.rb +12 -14
  30. data/lib/freeclimb/models/buy_incoming_number_request.rb +41 -45
  31. data/lib/freeclimb/models/call_control_webhook.rb +56 -61
  32. data/lib/freeclimb/models/call_direction.rb +12 -14
  33. data/lib/freeclimb/models/call_ended_reason.rb +12 -14
  34. data/lib/freeclimb/models/call_list.rb +74 -78
  35. data/lib/freeclimb/models/call_result.rb +142 -146
  36. data/lib/freeclimb/models/call_status.rb +12 -14
  37. data/lib/freeclimb/models/call_status_webhook.rb +84 -88
  38. data/lib/freeclimb/models/capabilities.rb +55 -59
  39. data/lib/freeclimb/models/completion_request.rb +32 -36
  40. data/lib/freeclimb/models/completion_result.rb +36 -40
  41. data/lib/freeclimb/models/completion_result_status.rb +12 -14
  42. data/lib/freeclimb/models/conference_list.rb +74 -78
  43. data/lib/freeclimb/models/conference_participant_list.rb +74 -78
  44. data/lib/freeclimb/models/conference_participant_result.rb +88 -92
  45. data/lib/freeclimb/models/conference_recording_status_webhook.rb +99 -103
  46. data/lib/freeclimb/models/conference_result.rb +106 -110
  47. data/lib/freeclimb/models/conference_status.rb +12 -14
  48. data/lib/freeclimb/models/conference_status_webhook.rb +102 -106
  49. data/lib/freeclimb/models/create_conference.rb +60 -63
  50. data/lib/freeclimb/models/create_conference_request.rb +55 -54
  51. data/lib/freeclimb/models/create_conference_webhook.rb +102 -106
  52. data/lib/freeclimb/models/create_web_rtc_token.rb +42 -46
  53. data/lib/freeclimb/models/dequeue.rb +30 -37
  54. data/lib/freeclimb/models/dequeue_webhook.rb +89 -93
  55. data/lib/freeclimb/models/enqueue.rb +48 -52
  56. data/lib/freeclimb/models/filter_logs_request.rb +31 -35
  57. data/lib/freeclimb/models/get_digits.rb +73 -77
  58. data/lib/freeclimb/models/get_digits_reason.rb +12 -14
  59. data/lib/freeclimb/models/get_digits_webhook.rb +93 -97
  60. data/lib/freeclimb/models/get_speech.rb +94 -97
  61. data/lib/freeclimb/models/get_speech_reason.rb +12 -14
  62. data/lib/freeclimb/models/get_speech_webhook.rb +118 -122
  63. data/lib/freeclimb/models/grammar_file_built_in.rb +12 -14
  64. data/lib/freeclimb/models/grammar_type.rb +12 -14
  65. data/lib/freeclimb/models/hangup.rb +34 -39
  66. data/lib/freeclimb/models/if_machine.rb +12 -14
  67. data/lib/freeclimb/models/inbound_call_webhook.rb +85 -89
  68. data/lib/freeclimb/models/incoming_number_list.rb +74 -78
  69. data/lib/freeclimb/models/incoming_number_request.rb +41 -45
  70. data/lib/freeclimb/models/incoming_number_result.rb +122 -126
  71. data/lib/freeclimb/models/language.rb +12 -14
  72. data/lib/freeclimb/models/leave_conference_webhook.rb +79 -83
  73. data/lib/freeclimb/models/log_level.rb +12 -14
  74. data/lib/freeclimb/models/log_list.rb +74 -78
  75. data/lib/freeclimb/models/log_result.rb +67 -71
  76. data/lib/freeclimb/models/machine_detected_webhook.rb +89 -93
  77. data/lib/freeclimb/models/machine_type.rb +12 -14
  78. data/lib/freeclimb/models/make_call_request.rb +77 -81
  79. data/lib/freeclimb/models/message_delivery_webhook.rb +81 -86
  80. data/lib/freeclimb/models/message_direction.rb +12 -14
  81. data/lib/freeclimb/models/message_request.rb +72 -75
  82. data/lib/freeclimb/models/message_result.rb +150 -123
  83. data/lib/freeclimb/models/message_status.rb +12 -14
  84. data/lib/freeclimb/models/message_status_webhook.rb +86 -90
  85. data/lib/freeclimb/models/messages_list.rb +74 -78
  86. data/lib/freeclimb/models/mutable_resource_model.rb +46 -51
  87. data/lib/freeclimb/models/out_dial.rb +80 -84
  88. data/lib/freeclimb/models/out_dial_api_connect_webhook.rb +84 -88
  89. data/lib/freeclimb/models/out_dial_connect_webhook.rb +84 -88
  90. data/lib/freeclimb/models/out_dial_start_webhook.rb +90 -94
  91. data/lib/freeclimb/models/pagination_model.rb +67 -71
  92. data/lib/freeclimb/models/park.rb +44 -48
  93. data/lib/freeclimb/models/pause.rb +33 -37
  94. data/lib/freeclimb/models/percl_command.rb +36 -40
  95. data/lib/freeclimb/models/percl_script.rb +32 -36
  96. data/lib/freeclimb/models/play.rb +44 -48
  97. data/lib/freeclimb/models/play_beep.rb +12 -14
  98. data/lib/freeclimb/models/play_early_media.rb +33 -37
  99. data/lib/freeclimb/models/queue_list.rb +74 -78
  100. data/lib/freeclimb/models/queue_member.rb +55 -59
  101. data/lib/freeclimb/models/queue_member_list.rb +74 -78
  102. data/lib/freeclimb/models/queue_request.rb +37 -42
  103. data/lib/freeclimb/models/queue_result.rb +88 -92
  104. data/lib/freeclimb/models/queue_result_status.rb +12 -14
  105. data/lib/freeclimb/models/queue_wait_webhook.rb +94 -98
  106. data/lib/freeclimb/models/record_utterance.rb +63 -67
  107. data/lib/freeclimb/models/record_utterance_term_reason.rb +12 -14
  108. data/lib/freeclimb/models/record_webhook.rb +119 -123
  109. data/lib/freeclimb/models/recording_list.rb +74 -78
  110. data/lib/freeclimb/models/recording_result.rb +76 -80
  111. data/lib/freeclimb/models/redirect.rb +33 -37
  112. data/lib/freeclimb/models/redirect_webhook.rb +84 -88
  113. data/lib/freeclimb/models/reject.rb +34 -39
  114. data/lib/freeclimb/models/remove_from_conference.rb +30 -37
  115. data/lib/freeclimb/models/remove_from_queue_notification_webhook.rb +89 -93
  116. data/lib/freeclimb/models/request_type.rb +12 -14
  117. data/lib/freeclimb/models/say.rb +49 -53
  118. data/lib/freeclimb/models/send_digits.rb +43 -47
  119. data/lib/freeclimb/models/set_dtmf_pass_through.rb +34 -39
  120. data/lib/freeclimb/models/set_listen.rb +34 -39
  121. data/lib/freeclimb/models/set_talk.rb +34 -39
  122. data/lib/freeclimb/models/sms.rb +48 -52
  123. data/lib/freeclimb/models/sms_ten_dlc_brand.rb +187 -190
  124. data/lib/freeclimb/models/sms_ten_dlc_brand_alt_business_id_type.rb +12 -14
  125. data/lib/freeclimb/models/sms_ten_dlc_brand_entity_type.rb +12 -14
  126. data/lib/freeclimb/models/sms_ten_dlc_brand_identity_status.rb +12 -14
  127. data/lib/freeclimb/models/sms_ten_dlc_brand_relationship.rb +12 -14
  128. data/lib/freeclimb/models/sms_ten_dlc_brand_stock_exchange.rb +12 -14
  129. data/lib/freeclimb/models/sms_ten_dlc_brands_list_result.rb +74 -78
  130. data/lib/freeclimb/models/sms_ten_dlc_campaign.rb +226 -229
  131. data/lib/freeclimb/models/sms_ten_dlc_campaign_status.rb +12 -14
  132. data/lib/freeclimb/models/sms_ten_dlc_campaigns_list_result.rb +74 -78
  133. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign.rb +186 -189
  134. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_brand.rb +84 -87
  135. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_status.rb +12 -14
  136. data/lib/freeclimb/models/sms_ten_dlc_partner_campaigns_list_result.rb +74 -78
  137. data/lib/freeclimb/models/sms_toll_free_campaign.rb +61 -64
  138. data/lib/freeclimb/models/sms_toll_free_campaign_registration_status.rb +12 -14
  139. data/lib/freeclimb/models/sms_toll_free_campaigns_list_result.rb +74 -78
  140. data/lib/freeclimb/models/start_record_call.rb +30 -37
  141. data/lib/freeclimb/models/terminate_conference.rb +30 -37
  142. data/lib/freeclimb/models/tfn.rb +31 -35
  143. data/lib/freeclimb/models/tfn_campaign.rb +367 -0
  144. data/lib/freeclimb/models/transcribe_reason.rb +12 -14
  145. data/lib/freeclimb/models/transcribe_term_reason.rb +12 -14
  146. data/lib/freeclimb/models/transcribe_utterance.rb +61 -65
  147. data/lib/freeclimb/models/transcribe_utterance_record.rb +43 -47
  148. data/lib/freeclimb/models/transcribe_webhook.rb +150 -154
  149. data/lib/freeclimb/models/unpark.rb +30 -37
  150. data/lib/freeclimb/models/update_call_request.rb +31 -35
  151. data/lib/freeclimb/models/update_call_request_status.rb +12 -14
  152. data/lib/freeclimb/models/update_conference_participant_request.rb +41 -46
  153. data/lib/freeclimb/models/update_conference_request.rb +41 -45
  154. data/lib/freeclimb/models/update_conference_request_status.rb +12 -14
  155. data/lib/freeclimb/models/webhook.rb +32 -37
  156. data/lib/freeclimb/utils/request_verifier.rb +14 -14
  157. data/lib/freeclimb/utils/signature_information.rb +8 -8
  158. data/lib/freeclimb/version.rb +10 -12
  159. data/lib/freeclimb.rb +156 -157
  160. data/openapi.json +96 -38
  161. data/package.json +1 -1
  162. data/spec/api/default_api_spec.rb +531 -793
  163. data/spec/api_client_spec.rb +100 -102
  164. data/spec/configuration_spec.rb +16 -18
  165. data/spec/models/account_request_spec.rb +106 -124
  166. data/spec/models/account_result_spec.rb +396 -453
  167. data/spec/models/account_status_spec.rb +28 -30
  168. data/spec/models/account_type_spec.rb +25 -27
  169. data/spec/models/add_to_conference_notification_webhook_spec.rb +465 -549
  170. data/spec/models/add_to_conference_spec.rb +355 -382
  171. data/spec/models/add_to_queue_notification_webhook_spec.rb +342 -402
  172. data/spec/models/answered_by_spec.rb +25 -27
  173. data/spec/models/application_list_spec.rb +290 -326
  174. data/spec/models/application_request_spec.rb +266 -289
  175. data/spec/models/application_result_spec.rb +445 -476
  176. data/spec/models/available_number_list_spec.rb +290 -326
  177. data/spec/models/available_number_spec.rb +279 -299
  178. data/spec/models/barge_in_reason_spec.rb +28 -30
  179. data/spec/models/buy_incoming_number_request_spec.rb +137 -156
  180. data/spec/models/call_control_webhook_spec.rb +204 -225
  181. data/spec/models/call_direction_spec.rb +28 -30
  182. data/spec/models/call_ended_reason_spec.rb +108 -110
  183. data/spec/models/call_list_spec.rb +290 -326
  184. data/spec/models/call_result_spec.rb +684 -772
  185. data/spec/models/call_status_spec.rb +48 -50
  186. data/spec/models/call_status_webhook_spec.rb +414 -492
  187. data/spec/models/capabilities_spec.rb +203 -223
  188. data/spec/models/completion_request_spec.rb +76 -92
  189. data/spec/models/completion_result_spec.rb +107 -143
  190. data/spec/models/completion_result_status_spec.rb +25 -27
  191. data/spec/models/conference_list_spec.rb +290 -326
  192. data/spec/models/conference_participant_list_spec.rb +290 -326
  193. data/spec/models/conference_participant_result_spec.rb +385 -414
  194. data/spec/models/conference_recording_status_webhook_spec.rb +465 -549
  195. data/spec/models/conference_result_spec.rb +492 -553
  196. data/spec/models/conference_status_spec.rb +32 -34
  197. data/spec/models/conference_status_webhook_spec.rb +465 -549
  198. data/spec/models/create_conference_request_spec.rb +205 -245
  199. data/spec/models/create_conference_spec.rb +237 -278
  200. data/spec/models/create_conference_webhook_spec.rb +465 -549
  201. data/spec/models/create_web_rtc_token_spec.rb +137 -159
  202. data/spec/models/dequeue_spec.rb +15 -17
  203. data/spec/models/dequeue_webhook_spec.rb +401 -465
  204. data/spec/models/enqueue_spec.rb +170 -190
  205. data/spec/models/filter_logs_request_spec.rb +74 -91
  206. data/spec/models/get_digits_reason_spec.rb +32 -34
  207. data/spec/models/get_digits_spec.rb +327 -361
  208. data/spec/models/get_digits_webhook_spec.rb +436 -517
  209. data/spec/models/get_speech_reason_spec.rb +40 -42
  210. data/spec/models/get_speech_spec.rb +400 -492
  211. data/spec/models/get_speech_webhook_spec.rb +608 -698
  212. data/spec/models/grammar_file_built_in_spec.rb +76 -78
  213. data/spec/models/grammar_type_spec.rb +25 -27
  214. data/spec/models/hangup_spec.rb +74 -91
  215. data/spec/models/if_machine_spec.rb +25 -27
  216. data/spec/models/inbound_call_webhook_spec.rb +372 -433
  217. data/spec/models/incoming_number_list_spec.rb +290 -326
  218. data/spec/models/incoming_number_request_spec.rb +137 -156
  219. data/spec/models/incoming_number_result_spec.rb +584 -613
  220. data/spec/models/language_spec.rb +121 -123
  221. data/spec/models/leave_conference_webhook_spec.rb +342 -402
  222. data/spec/models/log_level_spec.rb +28 -30
  223. data/spec/models/log_list_spec.rb +290 -326
  224. data/spec/models/log_result_spec.rb +275 -311
  225. data/spec/models/machine_detected_webhook_spec.rb +402 -482
  226. data/spec/models/machine_type_spec.rb +25 -27
  227. data/spec/models/make_call_request_spec.rb +354 -383
  228. data/spec/models/message_delivery_webhook_spec.rb +358 -384
  229. data/spec/models/message_direction_spec.rb +25 -27
  230. data/spec/models/message_request_spec.rb +325 -352
  231. data/spec/models/message_result_spec.rb +674 -598
  232. data/spec/models/message_status_spec.rb +61 -63
  233. data/spec/models/message_status_webhook_spec.rb +406 -451
  234. data/spec/models/messages_list_spec.rb +290 -326
  235. data/spec/models/mutable_resource_model_spec.rb +169 -191
  236. data/spec/models/out_dial_api_connect_webhook_spec.rb +372 -433
  237. data/spec/models/out_dial_connect_webhook_spec.rb +372 -433
  238. data/spec/models/out_dial_spec.rb +355 -401
  239. data/spec/models/out_dial_start_webhook_spec.rb +402 -464
  240. data/spec/models/pagination_model_spec.rb +260 -295
  241. data/spec/models/park_spec.rb +137 -156
  242. data/spec/models/pause_spec.rb +73 -92
  243. data/spec/models/percl_command_spec.rb +77 -94
  244. data/spec/models/percl_script_spec.rb +74 -91
  245. data/spec/models/play_beep_spec.rb +32 -34
  246. data/spec/models/play_early_media_spec.rb +74 -91
  247. data/spec/models/play_spec.rb +136 -157
  248. data/spec/models/queue_list_spec.rb +290 -326
  249. data/spec/models/queue_member_list_spec.rb +290 -326
  250. data/spec/models/queue_member_spec.rb +200 -225
  251. data/spec/models/queue_request_spec.rb +105 -125
  252. data/spec/models/queue_result_spec.rb +391 -419
  253. data/spec/models/queue_result_status_spec.rb +32 -34
  254. data/spec/models/queue_wait_webhook_spec.rb +430 -497
  255. data/spec/models/record_utterance_spec.rb +264 -291
  256. data/spec/models/record_utterance_term_reason_spec.rb +32 -34
  257. data/spec/models/record_webhook_spec.rb +605 -693
  258. data/spec/models/recording_list_spec.rb +290 -326
  259. data/spec/models/recording_result_spec.rb +324 -353
  260. data/spec/models/redirect_spec.rb +74 -91
  261. data/spec/models/redirect_webhook_spec.rb +372 -433
  262. data/spec/models/reject_spec.rb +74 -91
  263. data/spec/models/remove_from_conference_spec.rb +15 -17
  264. data/spec/models/remove_from_queue_notification_webhook_spec.rb +405 -487
  265. data/spec/models/request_type_spec.rb +108 -110
  266. data/spec/models/say_spec.rb +169 -191
  267. data/spec/models/send_digits_spec.rb +136 -157
  268. data/spec/models/set_dtmf_pass_through_spec.rb +75 -91
  269. data/spec/models/set_listen_spec.rb +75 -91
  270. data/spec/models/set_talk_spec.rb +75 -91
  271. data/spec/models/sms_spec.rb +170 -190
  272. data/spec/models/sms_ten_dlc_brand_alt_business_id_type_spec.rb +32 -34
  273. data/spec/models/sms_ten_dlc_brand_entity_type_spec.rb +36 -38
  274. data/spec/models/sms_ten_dlc_brand_identity_status_spec.rb +32 -34
  275. data/spec/models/sms_ten_dlc_brand_relationship_spec.rb +36 -38
  276. data/spec/models/sms_ten_dlc_brand_spec.rb +1083 -1201
  277. data/spec/models/sms_ten_dlc_brand_stock_exchange_spec.rb +125 -127
  278. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +290 -326
  279. data/spec/models/sms_ten_dlc_campaign_spec.rb +1140 -1208
  280. data/spec/models/sms_ten_dlc_campaign_status_spec.rb +25 -27
  281. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +290 -326
  282. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +407 -425
  283. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +965 -1015
  284. data/spec/models/sms_ten_dlc_partner_campaign_status_spec.rb +25 -27
  285. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +290 -326
  286. data/spec/models/sms_toll_free_campaign_registration_status_spec.rb +36 -38
  287. data/spec/models/sms_toll_free_campaign_spec.rb +271 -314
  288. data/spec/models/sms_toll_free_campaigns_list_result_spec.rb +290 -326
  289. data/spec/models/start_record_call_spec.rb +15 -17
  290. data/spec/models/terminate_conference_spec.rb +15 -17
  291. data/spec/models/tfn_campaign_spec.rb +561 -0
  292. data/spec/models/tfn_spec.rb +74 -91
  293. data/spec/models/transcribe_reason_spec.rb +36 -38
  294. data/spec/models/transcribe_term_reason_spec.rb +25 -27
  295. data/spec/models/transcribe_utterance_record_spec.rb +135 -158
  296. data/spec/models/transcribe_utterance_spec.rb +245 -265
  297. data/spec/models/transcribe_webhook_spec.rb +750 -874
  298. data/spec/models/unpark_spec.rb +15 -17
  299. data/spec/models/update_call_request_spec.rb +75 -109
  300. data/spec/models/update_call_request_status_spec.rb +25 -27
  301. data/spec/models/update_conference_participant_request_spec.rb +138 -156
  302. data/spec/models/update_conference_request_spec.rb +141 -195
  303. data/spec/models/update_conference_request_status_spec.rb +25 -27
  304. data/spec/models/webhook_spec.rb +69 -86
  305. data/spec/quickstart_spec.rb +5 -5
  306. data/spec/spec_helper.rb +92 -100
  307. data/spec/utils/request_verifier_spec.rb +70 -71
  308. data/spec/utils/signature_information_spec.rb +23 -23
  309. data/yarn.lock +9 -0
  310. metadata +9 -153
@@ -1,18 +1,17 @@
1
- =begin
2
- #FreeClimb API
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
- #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.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
- Contact: support@freeclimb.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.9.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
11
+ require "spec_helper"
12
+ require "json"
13
+ require "date"
14
+ include Freeclimb
16
15
 
17
16
  # Unit tests for Freeclimb::ConferenceStatusWebhook
18
17
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
@@ -20,554 +19,500 @@ require 'date'
20
19
  describe Freeclimb::ConferenceStatusWebhook do
21
20
  let(:instance) { Freeclimb::ConferenceStatusWebhook.new }
22
21
 
23
- describe 'test an instance of ConferenceStatusWebhook' do
24
- it 'should create an instance of ConferenceStatusWebhook' do
22
+ describe "test an instance of ConferenceStatusWebhook" do
23
+ it "should create an instance of ConferenceStatusWebhook" do
25
24
  expect(instance).to be_instance_of(Freeclimb::ConferenceStatusWebhook)
26
25
  end
27
26
  end
28
- describe '.deserialize' do
29
- it 'deserializes a json payload into instance of ConferenceStatusWebhook' do
27
+ describe ".deserialize" do
28
+ it "deserializes a json payload into instance of ConferenceStatusWebhook" do
30
29
  payload = '{ "requestType": "conferenceStatus" }'
31
30
  expect(Freeclimb::ConferenceStatusWebhook.deserialize(payload)).to be_instance_of(Freeclimb::ConferenceStatusWebhook)
32
31
  end
33
32
  end
34
-
33
+
35
34
  describe 'test attribute "request_type"' do
36
- it 'should work' do
35
+ it "should work" do
37
36
  instance.request_type = "TEST_STRING"
38
- expect(instance.request_type).to eq("TEST_STRING")
39
-
37
+ expect(instance.request_type).to eq("TEST_STRING")
40
38
  end
41
39
  end
42
40
 
43
41
  describe 'test attribute "call_id"' do
44
- it 'should work' do
42
+ it "should work" do
45
43
  instance.call_id = "TEST_STRING"
46
- expect(instance.call_id).to eq("TEST_STRING")
47
-
44
+ expect(instance.call_id).to eq("TEST_STRING")
48
45
  end
49
46
  end
50
47
 
51
48
  describe 'test attribute "account_id"' do
52
- it 'should work' do
49
+ it "should work" do
53
50
  instance.account_id = "TEST_STRING"
54
- expect(instance.account_id).to eq("TEST_STRING")
55
-
51
+ expect(instance.account_id).to eq("TEST_STRING")
56
52
  end
57
53
  end
58
54
 
59
55
  describe 'test attribute "from"' do
60
- it 'should work' do
56
+ it "should work" do
61
57
  instance.from = "TEST_STRING"
62
- expect(instance.from).to eq("TEST_STRING")
63
-
58
+ expect(instance.from).to eq("TEST_STRING")
64
59
  end
65
60
  end
66
61
 
67
62
  describe 'test attribute "to"' do
68
- it 'should work' do
63
+ it "should work" do
69
64
  instance.to = "TEST_STRING"
70
- expect(instance.to).to eq("TEST_STRING")
71
-
65
+ expect(instance.to).to eq("TEST_STRING")
72
66
  end
73
67
  end
74
68
 
75
-
76
69
  describe 'test attribute "call_status"' do
77
- it 'assigns value QUEUED' do
70
+ it "assigns value QUEUED" do
78
71
  instance.call_status = Freeclimb::CallStatus::QUEUED
79
- expect(instance.call_status).to eq(Freeclimb::CallStatus::QUEUED)
72
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::QUEUED)
80
73
  end
81
- it 'assigns value RINGING' do
74
+ it "assigns value RINGING" do
82
75
  instance.call_status = Freeclimb::CallStatus::RINGING
83
- expect(instance.call_status).to eq(Freeclimb::CallStatus::RINGING)
76
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::RINGING)
84
77
  end
85
- it 'assigns value IN_PROGRESS' do
78
+ it "assigns value IN_PROGRESS" do
86
79
  instance.call_status = Freeclimb::CallStatus::IN_PROGRESS
87
- expect(instance.call_status).to eq(Freeclimb::CallStatus::IN_PROGRESS)
80
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::IN_PROGRESS)
88
81
  end
89
- it 'assigns value CANCELED' do
82
+ it "assigns value CANCELED" do
90
83
  instance.call_status = Freeclimb::CallStatus::CANCELED
91
- expect(instance.call_status).to eq(Freeclimb::CallStatus::CANCELED)
84
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::CANCELED)
92
85
  end
93
- it 'assigns value COMPLETED' do
86
+ it "assigns value COMPLETED" do
94
87
  instance.call_status = Freeclimb::CallStatus::COMPLETED
95
- expect(instance.call_status).to eq(Freeclimb::CallStatus::COMPLETED)
88
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::COMPLETED)
96
89
  end
97
- it 'assigns value FAILED' do
90
+ it "assigns value FAILED" do
98
91
  instance.call_status = Freeclimb::CallStatus::FAILED
99
- expect(instance.call_status).to eq(Freeclimb::CallStatus::FAILED)
92
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::FAILED)
100
93
  end
101
- it 'assigns value BUSY' do
94
+ it "assigns value BUSY" do
102
95
  instance.call_status = Freeclimb::CallStatus::BUSY
103
- expect(instance.call_status).to eq(Freeclimb::CallStatus::BUSY)
96
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::BUSY)
104
97
  end
105
- it 'assigns value NO_ANSWER' do
98
+ it "assigns value NO_ANSWER" do
106
99
  instance.call_status = Freeclimb::CallStatus::NO_ANSWER
107
- expect(instance.call_status).to eq(Freeclimb::CallStatus::NO_ANSWER)
100
+ expect(instance.call_status).to eq(Freeclimb::CallStatus::NO_ANSWER)
108
101
  end
109
102
  end
110
103
 
111
104
  describe 'test attribute "direction"' do
112
- it 'assigns value INBOUND' do
105
+ it "assigns value INBOUND" do
113
106
  instance.direction = Freeclimb::CallDirection::INBOUND
114
- expect(instance.direction).to eq(Freeclimb::CallDirection::INBOUND)
107
+ expect(instance.direction).to eq(Freeclimb::CallDirection::INBOUND)
115
108
  end
116
- it 'assigns value OUTBOUND_API' do
109
+ it "assigns value OUTBOUND_API" do
117
110
  instance.direction = Freeclimb::CallDirection::OUTBOUND_API
118
- expect(instance.direction).to eq(Freeclimb::CallDirection::OUTBOUND_API)
111
+ expect(instance.direction).to eq(Freeclimb::CallDirection::OUTBOUND_API)
119
112
  end
120
- it 'assigns value OUTBOUND_DIAL' do
113
+ it "assigns value OUTBOUND_DIAL" do
121
114
  instance.direction = Freeclimb::CallDirection::OUTBOUND_DIAL
122
- expect(instance.direction).to eq(Freeclimb::CallDirection::OUTBOUND_DIAL)
115
+ expect(instance.direction).to eq(Freeclimb::CallDirection::OUTBOUND_DIAL)
123
116
  end
124
117
  end
125
118
  describe 'test attribute "conference_id"' do
126
- it 'should work' do
119
+ it "should work" do
127
120
  instance.conference_id = "TEST_STRING"
128
- expect(instance.conference_id).to eq("TEST_STRING")
129
-
121
+ expect(instance.conference_id).to eq("TEST_STRING")
130
122
  end
131
123
  end
132
124
 
133
125
  describe 'test attribute "queue_id"' do
134
- it 'should work' do
126
+ it "should work" do
135
127
  instance.queue_id = "TEST_STRING"
136
- expect(instance.queue_id).to eq("TEST_STRING")
137
-
128
+ expect(instance.queue_id).to eq("TEST_STRING")
138
129
  end
139
130
  end
140
131
 
141
-
142
132
  describe 'test attribute "status"' do
143
- it 'assigns value EMPTY' do
133
+ it "assigns value EMPTY" do
144
134
  instance.status = Freeclimb::ConferenceStatus::EMPTY
145
- expect(instance.status).to eq(Freeclimb::ConferenceStatus::EMPTY)
135
+ expect(instance.status).to eq(Freeclimb::ConferenceStatus::EMPTY)
146
136
  end
147
- it 'assigns value POPULATED' do
137
+ it "assigns value POPULATED" do
148
138
  instance.status = Freeclimb::ConferenceStatus::POPULATED
149
- expect(instance.status).to eq(Freeclimb::ConferenceStatus::POPULATED)
139
+ expect(instance.status).to eq(Freeclimb::ConferenceStatus::POPULATED)
150
140
  end
151
- it 'assigns value IN_PROGRESS' do
141
+ it "assigns value IN_PROGRESS" do
152
142
  instance.status = Freeclimb::ConferenceStatus::IN_PROGRESS
153
- expect(instance.status).to eq(Freeclimb::ConferenceStatus::IN_PROGRESS)
143
+ expect(instance.status).to eq(Freeclimb::ConferenceStatus::IN_PROGRESS)
154
144
  end
155
- it 'assigns value TERMINATED' do
145
+ it "assigns value TERMINATED" do
156
146
  instance.status = Freeclimb::ConferenceStatus::TERMINATED
157
- expect(instance.status).to eq(Freeclimb::ConferenceStatus::TERMINATED)
147
+ expect(instance.status).to eq(Freeclimb::ConferenceStatus::TERMINATED)
158
148
  end
159
149
  end
160
150
  describe 'test attribute "recording_url"' do
161
- it 'should work' do
151
+ it "should work" do
162
152
  instance.recording_url = "TEST_STRING"
163
- expect(instance.recording_url).to eq("TEST_STRING")
164
-
153
+ expect(instance.recording_url).to eq("TEST_STRING")
165
154
  end
166
155
  end
167
156
 
168
157
  describe 'test attribute "recording_id"' do
169
- it 'should work' do
158
+ it "should work" do
170
159
  instance.recording_id = "TEST_STRING"
171
- expect(instance.recording_id).to eq("TEST_STRING")
172
-
160
+ expect(instance.recording_id).to eq("TEST_STRING")
173
161
  end
174
162
  end
175
163
 
176
164
  describe 'test attribute "recording_duration_sec"' do
177
- it 'should work' do
178
-
179
-
165
+ it "should work" do
180
166
  instance.recording_duration_sec = 1
181
167
  expect(instance.recording_duration_sec).to eq(1)
182
-
183
168
  end
184
169
  end
185
170
 
186
171
  describe 'test method "initialize"' do
187
- it 'properly initializes with values' do
188
- expect { instance = Freeclimb::ConferenceStatusWebhook.new(
189
- request_type: "TS",
190
-
191
- call_id: "TS",
192
-
193
- account_id: "TS",
194
-
195
- from: "TS",
196
-
197
- to: "TS",
198
-
199
-
200
- call_status: Freeclimb::CallStatus::QUEUED,
201
-
202
-
203
- direction: Freeclimb::CallDirection::INBOUND,
204
-
205
- conference_id: "TS",
206
-
207
- queue_id: "TS",
208
-
209
-
210
- status: Freeclimb::ConferenceStatus::EMPTY,
211
-
212
- recording_url: "TS",
213
-
214
- recording_id: "TS",
215
-
216
- recording_duration_sec: 1,
217
-
218
- )}.not_to raise_error()
219
- end
220
- it 'fails to initialize with input argument that is not a hash in Freeclimb::ConferenceStatusWebhook' do
221
- expect { instance = Freeclimb::ConferenceStatusWebhook.new(
222
- request_type: "TS",
223
-
224
- call_id: "TS",
225
-
226
- account_id: "TS",
227
-
228
- from: "TS",
229
-
230
- to: "TS",
231
-
232
-
233
- call_status: Freeclimb::CallStatus::QUEUED,
234
-
235
-
236
- direction: Freeclimb::CallDirection::INBOUND,
237
-
238
- conference_id: "TS",
239
-
240
- queue_id: "TS",
241
-
242
-
243
- status: Freeclimb::ConferenceStatus::EMPTY,
244
-
245
- recording_url: "TS",
246
-
247
- recording_id: "TS",
248
-
249
- recording_duration_sec: 1,
250
-
251
- invalid_attribute: true
252
- )}.to raise_error(ArgumentError)
253
- end
254
- it 'fails to initialize with invalid attribute' do
255
- expect { instance = Freeclimb::ConferenceStatusWebhook.new(
256
- request_type: "TS",
257
-
258
- call_id: "TS",
259
-
260
- account_id: "TS",
261
-
262
- from: "TS",
263
-
264
- to: "TS",
265
-
266
-
267
- call_status: Freeclimb::CallStatus::QUEUED,
268
-
269
-
270
- direction: Freeclimb::CallDirection::INBOUND,
271
-
272
- conference_id: "TS",
273
-
274
- queue_id: "TS",
275
-
276
-
277
- status: Freeclimb::ConferenceStatus::EMPTY,
278
-
279
- recording_url: "TS",
280
-
281
- recording_id: "TS",
282
-
283
- recording_duration_sec: 1,
284
-
285
- invalid_attribute: true
286
- )}.to raise_error(ArgumentError)
287
- end
288
- end
289
-
290
- describe 'test method "valid"' do
291
- it 'checks if properties are valid' do
292
- instance = Freeclimb::ConferenceStatusWebhook.new(
172
+ it "properly initializes with values" do
173
+ expect {
174
+ Freeclimb::ConferenceStatusWebhook.new(
293
175
  request_type: "TS",
294
-
176
+
295
177
  call_id: "TS",
296
-
178
+
297
179
  account_id: "TS",
298
-
180
+
299
181
  from: "TS",
300
-
182
+
301
183
  to: "TS",
302
-
303
-
184
+
304
185
  call_status: Freeclimb::CallStatus::QUEUED,
305
-
306
-
186
+
307
187
  direction: Freeclimb::CallDirection::INBOUND,
308
-
188
+
309
189
  conference_id: "TS",
310
-
190
+
311
191
  queue_id: "TS",
312
-
313
-
192
+
314
193
  status: Freeclimb::ConferenceStatus::EMPTY,
315
-
194
+
316
195
  recording_url: "TS",
317
-
318
- recording_id: "TS",
319
-
320
- recording_duration_sec: 1,
321
-
322
- )
323
- expect(instance.valid?).to eq(true)
324
- end
325
196
 
197
+ recording_id: "TS",
326
198
 
327
- skip 'checks if properties are invalid' do
328
- instance = Freeclimb::ConferenceStatusWebhook.new(
329
-
330
- )
331
- expect(instance.valid?).to eq(false)
199
+ recording_duration_sec: 1
200
+ )
201
+ }.not_to raise_error
332
202
  end
333
-
334
- end
335
-
336
- describe 'test method "eql?"' do
337
- it 'checks if objects are equal' do
338
- obj = Object.new()
339
- instance_1 = Freeclimb::ConferenceStatusWebhook.new(
203
+ it "fails to initialize with input argument that is not a hash in Freeclimb::ConferenceStatusWebhook" do
204
+ expect {
205
+ Freeclimb::ConferenceStatusWebhook.new(
340
206
  request_type: "TS",
341
-
207
+
342
208
  call_id: "TS",
343
-
209
+
344
210
  account_id: "TS",
345
-
211
+
346
212
  from: "TS",
347
-
213
+
348
214
  to: "TS",
349
-
350
-
215
+
351
216
  call_status: Freeclimb::CallStatus::QUEUED,
352
-
353
-
217
+
354
218
  direction: Freeclimb::CallDirection::INBOUND,
355
-
219
+
356
220
  conference_id: "TS",
357
-
221
+
358
222
  queue_id: "TS",
359
-
360
-
223
+
361
224
  status: Freeclimb::ConferenceStatus::EMPTY,
362
-
225
+
363
226
  recording_url: "TS",
364
-
227
+
365
228
  recording_id: "TS",
366
-
229
+
367
230
  recording_duration_sec: 1,
368
-
369
- )
370
- instance_2 = Freeclimb::ConferenceStatusWebhook.new(
231
+
232
+ invalid_attribute: true
233
+ )
234
+ }.to raise_error(ArgumentError)
235
+ end
236
+ it "fails to initialize with invalid attribute" do
237
+ expect {
238
+ Freeclimb::ConferenceStatusWebhook.new(
371
239
  request_type: "TS",
372
-
240
+
373
241
  call_id: "TS",
374
-
242
+
375
243
  account_id: "TS",
376
-
244
+
377
245
  from: "TS",
378
-
246
+
379
247
  to: "TS",
380
-
381
-
248
+
382
249
  call_status: Freeclimb::CallStatus::QUEUED,
383
-
384
-
250
+
385
251
  direction: Freeclimb::CallDirection::INBOUND,
386
-
252
+
387
253
  conference_id: "TS",
388
-
254
+
389
255
  queue_id: "TS",
390
-
391
-
256
+
392
257
  status: Freeclimb::ConferenceStatus::EMPTY,
393
-
258
+
394
259
  recording_url: "TS",
395
-
260
+
396
261
  recording_id: "TS",
397
-
262
+
398
263
  recording_duration_sec: 1,
399
-
264
+
265
+ invalid_attribute: true
266
+ )
267
+ }.to raise_error(ArgumentError)
268
+ end
269
+ end
270
+
271
+ describe 'test method "valid"' do
272
+ it "checks if properties are valid" do
273
+ instance = Freeclimb::ConferenceStatusWebhook.new(
274
+ request_type: "TS",
275
+
276
+ call_id: "TS",
277
+
278
+ account_id: "TS",
279
+
280
+ from: "TS",
281
+
282
+ to: "TS",
283
+
284
+ call_status: Freeclimb::CallStatus::QUEUED,
285
+
286
+ direction: Freeclimb::CallDirection::INBOUND,
287
+
288
+ conference_id: "TS",
289
+
290
+ queue_id: "TS",
291
+
292
+ status: Freeclimb::ConferenceStatus::EMPTY,
293
+
294
+ recording_url: "TS",
295
+
296
+ recording_id: "TS",
297
+
298
+ recording_duration_sec: 1
299
+ )
300
+ expect(instance.valid?).to eq(true)
301
+ end
302
+
303
+ skip "checks if properties are invalid" do
304
+ instance = Freeclimb::ConferenceStatusWebhook.new
305
+
306
+ expect(instance.valid?).to eq(false)
307
+ end
308
+ end
309
+
310
+ describe 'test method "eql?"' do
311
+ it "checks if objects are equal" do
312
+ instance_1 = Freeclimb::ConferenceStatusWebhook.new(
313
+ request_type: "TS",
314
+
315
+ call_id: "TS",
316
+
317
+ account_id: "TS",
318
+
319
+ from: "TS",
320
+
321
+ to: "TS",
322
+
323
+ call_status: Freeclimb::CallStatus::QUEUED,
324
+
325
+ direction: Freeclimb::CallDirection::INBOUND,
326
+
327
+ conference_id: "TS",
328
+
329
+ queue_id: "TS",
330
+
331
+ status: Freeclimb::ConferenceStatus::EMPTY,
332
+
333
+ recording_url: "TS",
334
+
335
+ recording_id: "TS",
336
+
337
+ recording_duration_sec: 1
338
+ )
339
+ instance_2 = Freeclimb::ConferenceStatusWebhook.new(
340
+ request_type: "TS",
341
+
342
+ call_id: "TS",
343
+
344
+ account_id: "TS",
345
+
346
+ from: "TS",
347
+
348
+ to: "TS",
349
+
350
+ call_status: Freeclimb::CallStatus::QUEUED,
351
+
352
+ direction: Freeclimb::CallDirection::INBOUND,
353
+
354
+ conference_id: "TS",
355
+
356
+ queue_id: "TS",
357
+
358
+ status: Freeclimb::ConferenceStatus::EMPTY,
359
+
360
+ recording_url: "TS",
361
+
362
+ recording_id: "TS",
363
+
364
+ recording_duration_sec: 1
400
365
  )
401
366
  expect(instance_1.eql?(instance_2)).to eq(true)
402
367
  end
403
-
404
- it 'checks if objects are not equal' do
368
+
369
+ it "checks if objects are not equal" do
405
370
  instance_1 = Freeclimb::ConferenceStatusWebhook.new(
406
- request_type: "TS",
407
-
408
- call_id: "TS",
409
-
410
- account_id: "TS",
411
-
412
- from: "TS",
413
-
414
- to: "TS",
415
-
416
-
417
- call_status: Freeclimb::CallStatus::QUEUED,
418
-
419
-
420
- direction: Freeclimb::CallDirection::INBOUND,
421
-
422
- conference_id: "TS",
423
-
424
- queue_id: "TS",
425
-
426
-
427
- status: Freeclimb::ConferenceStatus::EMPTY,
428
-
429
- recording_url: "TS",
430
-
431
- recording_id: "TS",
432
-
433
- recording_duration_sec: 2,
434
-
371
+ request_type: "TS",
372
+
373
+ call_id: "TS",
374
+
375
+ account_id: "TS",
376
+
377
+ from: "TS",
378
+
379
+ to: "TS",
380
+
381
+ call_status: Freeclimb::CallStatus::QUEUED,
382
+
383
+ direction: Freeclimb::CallDirection::INBOUND,
384
+
385
+ conference_id: "TS",
386
+
387
+ queue_id: "TS",
388
+
389
+ status: Freeclimb::ConferenceStatus::EMPTY,
390
+
391
+ recording_url: "TS",
392
+
393
+ recording_id: "TS",
394
+
395
+ recording_duration_sec: 2
435
396
  )
436
397
  instance_2 = Freeclimb::ConferenceStatusWebhook.new(
437
- request_type: "ST",
438
-
439
- call_id: "ST",
440
-
441
- account_id: "ST",
442
-
443
- from: "ST",
444
-
445
- to: "ST",
446
-
447
-
448
- call_status: nil,
449
-
450
-
451
- direction: nil,
452
-
453
- conference_id: "ST",
454
-
455
- queue_id: "ST",
456
-
457
-
458
- status: nil,
459
-
460
- recording_url: "ST",
461
-
462
- recording_id: "ST",
463
-
464
- recording_duration_sec: 1,
465
-
398
+ request_type: "ST",
399
+
400
+ call_id: "ST",
401
+
402
+ account_id: "ST",
403
+
404
+ from: "ST",
405
+
406
+ to: "ST",
407
+
408
+ call_status: nil,
409
+
410
+ direction: nil,
411
+
412
+ conference_id: "ST",
413
+
414
+ queue_id: "ST",
415
+
416
+ status: nil,
417
+
418
+ recording_url: "ST",
419
+
420
+ recording_id: "ST",
421
+
422
+ recording_duration_sec: 1
466
423
  )
467
424
  expect(instance_1.eql?(instance_2)).to eq(false)
468
425
  end
469
426
  end
470
-
427
+
471
428
  describe 'test method "hash"' do
472
- it 'calculates hash code' do
429
+ it "calculates hash code" do
473
430
  instance = Freeclimb::ConferenceStatusWebhook.new(
474
- request_type: "TS",
475
-
476
- call_id: "TS",
477
-
478
- account_id: "TS",
479
-
480
- from: "TS",
481
-
482
- to: "TS",
483
-
484
-
485
- call_status: Freeclimb::CallStatus::QUEUED,
486
-
487
-
488
- direction: Freeclimb::CallDirection::INBOUND,
489
-
490
- conference_id: "TS",
491
-
492
- queue_id: "TS",
493
-
494
-
495
- status: Freeclimb::ConferenceStatus::EMPTY,
496
-
497
- recording_url: "TS",
498
-
499
- recording_id: "TS",
500
-
501
- recording_duration_sec: 1,
502
-
503
- )
431
+ request_type: "TS",
432
+
433
+ call_id: "TS",
434
+
435
+ account_id: "TS",
436
+
437
+ from: "TS",
438
+
439
+ to: "TS",
440
+
441
+ call_status: Freeclimb::CallStatus::QUEUED,
442
+
443
+ direction: Freeclimb::CallDirection::INBOUND,
444
+
445
+ conference_id: "TS",
446
+
447
+ queue_id: "TS",
448
+
449
+ status: Freeclimb::ConferenceStatus::EMPTY,
450
+
451
+ recording_url: "TS",
452
+
453
+ recording_id: "TS",
454
+
455
+ recording_duration_sec: 1
456
+ )
504
457
  expect(instance.hash).to be_a_kind_of(Integer)
505
458
  end
506
459
  end
507
460
 
508
461
  describe 'test method "build_from_hash"' do
509
- it 'builds equivalent model from hash code' do
462
+ it "builds equivalent model from hash code" do
510
463
  instance_1 = Freeclimb::ConferenceStatusWebhook.new(
511
464
  request_type: "TS",
512
-
465
+
513
466
  call_id: "TS",
514
-
467
+
515
468
  account_id: "TS",
516
-
469
+
517
470
  from: "TS",
518
-
471
+
519
472
  to: "TS",
520
-
521
-
473
+
522
474
  call_status: Freeclimb::CallStatus::QUEUED,
523
-
524
-
475
+
525
476
  direction: Freeclimb::CallDirection::INBOUND,
526
-
477
+
527
478
  conference_id: "TS",
528
-
479
+
529
480
  queue_id: "TS",
530
-
531
-
481
+
532
482
  status: Freeclimb::ConferenceStatus::EMPTY,
533
-
483
+
534
484
  recording_url: "TS",
535
-
485
+
536
486
  recording_id: "TS",
537
-
538
- recording_duration_sec: 1,
539
-
487
+
488
+ recording_duration_sec: 1
540
489
  )
541
490
  instance_2 = Freeclimb::ConferenceStatusWebhook.new(
542
491
  request_type: "TS",
543
-
492
+
544
493
  call_id: "TS",
545
-
494
+
546
495
  account_id: "TS",
547
-
496
+
548
497
  from: "TS",
549
-
498
+
550
499
  to: "TS",
551
-
552
-
500
+
553
501
  call_status: Freeclimb::CallStatus::QUEUED,
554
-
555
-
502
+
556
503
  direction: Freeclimb::CallDirection::INBOUND,
557
-
504
+
558
505
  conference_id: "TS",
559
-
506
+
560
507
  queue_id: "TS",
561
-
562
-
508
+
563
509
  status: Freeclimb::ConferenceStatus::EMPTY,
564
-
510
+
565
511
  recording_url: "TS",
566
-
512
+
567
513
  recording_id: "TS",
568
-
569
- recording_duration_sec: 1,
570
-
514
+
515
+ recording_duration_sec: 1
571
516
  )
572
517
 
573
518
  expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
@@ -576,203 +521,191 @@ describe Freeclimb::ConferenceStatusWebhook do
576
521
 
577
522
  describe 'test method "_deserialize"' do
578
523
  instance = Freeclimb::ConferenceStatusWebhook.new(
579
- request_type: "TS",
580
-
581
- call_id: "TS",
582
-
583
- account_id: "TS",
584
-
585
- from: "TS",
586
-
587
- to: "TS",
588
-
589
-
590
- call_status: Freeclimb::CallStatus::QUEUED,
591
-
592
-
593
- direction: Freeclimb::CallDirection::INBOUND,
594
-
595
- conference_id: "TS",
596
-
597
- queue_id: "TS",
598
-
599
-
600
- status: Freeclimb::ConferenceStatus::EMPTY,
601
-
602
- recording_url: "TS",
603
-
604
- recording_id: "TS",
605
-
606
- recording_duration_sec: 1,
607
-
524
+ request_type: "TS",
525
+
526
+ call_id: "TS",
527
+
528
+ account_id: "TS",
529
+
530
+ from: "TS",
531
+
532
+ to: "TS",
533
+
534
+ call_status: Freeclimb::CallStatus::QUEUED,
535
+
536
+ direction: Freeclimb::CallDirection::INBOUND,
537
+
538
+ conference_id: "TS",
539
+
540
+ queue_id: "TS",
541
+
542
+ status: Freeclimb::ConferenceStatus::EMPTY,
543
+
544
+ recording_url: "TS",
545
+
546
+ recording_id: "TS",
547
+
548
+ recording_duration_sec: 1
608
549
  )
609
- it 'deserializes the data of request_type' do
550
+ it "deserializes the data of request_type" do
610
551
  expect(instance._deserialize("String", instance.request_type)).to be_a_kind_of(String)
611
552
  end
612
- it 'deserializes the data of call_id' do
553
+
554
+ it "deserializes the data of call_id" do
613
555
  expect(instance._deserialize("String", instance.call_id)).to be_a_kind_of(String)
614
556
  end
615
- it 'deserializes the data of account_id' do
557
+
558
+ it "deserializes the data of account_id" do
616
559
  expect(instance._deserialize("String", instance.account_id)).to be_a_kind_of(String)
617
560
  end
618
- it 'deserializes the data of from' do
561
+
562
+ it "deserializes the data of from" do
619
563
  expect(instance._deserialize("String", instance.from)).to be_a_kind_of(String)
620
564
  end
621
- it 'deserializes the data of to' do
565
+
566
+ it "deserializes the data of to" do
622
567
  expect(instance._deserialize("String", instance.to)).to be_a_kind_of(String)
623
568
  end
624
- it 'deserializes the data of conference_id' do
569
+
570
+ it "deserializes the data of conference_id" do
625
571
  expect(instance._deserialize("String", instance.conference_id)).to be_a_kind_of(String)
626
572
  end
627
- it 'deserializes the data of queue_id' do
573
+
574
+ it "deserializes the data of queue_id" do
628
575
  expect(instance._deserialize("String", instance.queue_id)).to be_a_kind_of(String)
629
576
  end
630
- it 'deserializes the data of recording_url' do
577
+
578
+ it "deserializes the data of recording_url" do
631
579
  expect(instance._deserialize("String", instance.recording_url)).to be_a_kind_of(String)
632
580
  end
633
- it 'deserializes the data of recording_id' do
581
+
582
+ it "deserializes the data of recording_id" do
634
583
  expect(instance._deserialize("String", instance.recording_id)).to be_a_kind_of(String)
635
584
  end
636
- it 'deserializes the data of recording_duration_sec' do
585
+
586
+ it "deserializes the data of recording_duration_sec" do
637
587
  expect(instance._deserialize("Integer", instance.recording_duration_sec)).to be_a_kind_of(Integer)
638
588
  end
639
589
  end
640
590
 
641
591
  describe 'test method "to_s"' do
642
- it 'returns the string representation of the object' do
592
+ it "returns the string representation of the object" do
643
593
  instance = Freeclimb::ConferenceStatusWebhook.new(
644
594
  request_type: "TS",
645
-
595
+
646
596
  call_id: "TS",
647
-
597
+
648
598
  account_id: "TS",
649
-
599
+
650
600
  from: "TS",
651
-
601
+
652
602
  to: "TS",
653
-
654
-
603
+
655
604
  call_status: Freeclimb::CallStatus::QUEUED,
656
-
657
-
605
+
658
606
  direction: Freeclimb::CallDirection::INBOUND,
659
-
607
+
660
608
  conference_id: "TS",
661
-
609
+
662
610
  queue_id: "TS",
663
-
664
-
611
+
665
612
  status: Freeclimb::ConferenceStatus::EMPTY,
666
-
613
+
667
614
  recording_url: "TS",
668
-
615
+
669
616
  recording_id: "TS",
670
-
671
- recording_duration_sec: 1,
672
-
617
+
618
+ recording_duration_sec: 1
673
619
  )
674
620
  expect(instance.to_s).to eq(instance.to_hash.to_s)
675
621
  end
676
622
  end
677
623
 
678
624
  describe 'test method "to_hash"' do
679
- it 'returns the object in the form of hash' do
625
+ it "returns the object in the form of hash" do
680
626
  instance = Freeclimb::ConferenceStatusWebhook.new(
681
627
  request_type: "TS",
682
-
628
+
683
629
  call_id: "TS",
684
-
630
+
685
631
  account_id: "TS",
686
-
632
+
687
633
  from: "TS",
688
-
634
+
689
635
  to: "TS",
690
-
691
-
636
+
692
637
  call_status: Freeclimb::CallStatus::QUEUED,
693
-
694
-
638
+
695
639
  direction: Freeclimb::CallDirection::INBOUND,
696
-
640
+
697
641
  conference_id: "TS",
698
-
642
+
699
643
  queue_id: "TS",
700
-
701
-
644
+
702
645
  status: Freeclimb::ConferenceStatus::EMPTY,
703
-
646
+
704
647
  recording_url: "TS",
705
-
648
+
706
649
  recording_id: "TS",
707
-
708
- recording_duration_sec: 1,
709
-
650
+
651
+ recording_duration_sec: 1
710
652
  )
711
653
  expect(instance.to_hash).to be_a_kind_of(Hash)
712
654
  end
713
- it 'creates equal hash for two equal objects' do
714
- obj = Object.new()
655
+ it "creates equal hash for two equal objects" do
715
656
  instance_1 = Freeclimb::ConferenceStatusWebhook.new(
716
657
  request_type: "TS",
717
-
658
+
718
659
  call_id: "TS",
719
-
660
+
720
661
  account_id: "TS",
721
-
662
+
722
663
  from: "TS",
723
-
664
+
724
665
  to: "TS",
725
-
726
-
666
+
727
667
  call_status: Freeclimb::CallStatus::QUEUED,
728
-
729
-
668
+
730
669
  direction: Freeclimb::CallDirection::INBOUND,
731
-
670
+
732
671
  conference_id: "TS",
733
-
672
+
734
673
  queue_id: "TS",
735
-
736
-
674
+
737
675
  status: Freeclimb::ConferenceStatus::EMPTY,
738
-
676
+
739
677
  recording_url: "TS",
740
-
678
+
741
679
  recording_id: "TS",
742
-
743
- recording_duration_sec: 1,
744
-
680
+
681
+ recording_duration_sec: 1
745
682
  )
746
683
  instance_2 = Freeclimb::ConferenceStatusWebhook.new(
747
684
  request_type: "TS",
748
-
685
+
749
686
  call_id: "TS",
750
-
687
+
751
688
  account_id: "TS",
752
-
689
+
753
690
  from: "TS",
754
-
691
+
755
692
  to: "TS",
756
-
757
-
693
+
758
694
  call_status: Freeclimb::CallStatus::QUEUED,
759
-
760
-
695
+
761
696
  direction: Freeclimb::CallDirection::INBOUND,
762
-
697
+
763
698
  conference_id: "TS",
764
-
699
+
765
700
  queue_id: "TS",
766
-
767
-
701
+
768
702
  status: Freeclimb::ConferenceStatus::EMPTY,
769
-
703
+
770
704
  recording_url: "TS",
771
-
705
+
772
706
  recording_id: "TS",
773
-
774
- recording_duration_sec: 1,
775
-
707
+
708
+ recording_duration_sec: 1
776
709
  )
777
710
  expect(instance_1.to_hash).to eq(instance_2.to_hash)
778
711
  end
@@ -780,87 +713,70 @@ describe Freeclimb::ConferenceStatusWebhook do
780
713
 
781
714
  describe 'test method "_to_hash"' do
782
715
  instance = Freeclimb::ConferenceStatusWebhook.new(
783
- request_type: "TS",
784
-
785
-
786
- call_id: "TS",
787
-
788
-
789
- account_id: "TS",
790
-
791
-
792
- from: "TS",
793
-
794
-
795
- to: "TS",
796
-
797
-
798
-
799
- call_status: Freeclimb::CallStatus::QUEUED,
800
-
801
-
802
-
803
- direction: Freeclimb::CallDirection::INBOUND,
804
-
805
-
806
- conference_id: "TS",
807
-
808
-
809
- queue_id: "TS",
810
-
811
-
812
-
813
- status: Freeclimb::ConferenceStatus::EMPTY,
814
-
815
-
816
- recording_url: "TS",
817
-
818
-
819
- recording_id: "TS",
820
-
821
-
822
- recording_duration_sec: 1,
823
-
824
- )
825
- it 'returns request_type in the form of hash' do
716
+ request_type: "TS",
717
+
718
+ call_id: "TS",
719
+
720
+ account_id: "TS",
721
+
722
+ from: "TS",
723
+
724
+ to: "TS",
725
+
726
+ call_status: Freeclimb::CallStatus::QUEUED,
727
+
728
+ direction: Freeclimb::CallDirection::INBOUND,
729
+
730
+ conference_id: "TS",
731
+
732
+ queue_id: "TS",
733
+
734
+ status: Freeclimb::ConferenceStatus::EMPTY,
735
+
736
+ recording_url: "TS",
737
+
738
+ recording_id: "TS",
739
+
740
+ recording_duration_sec: 1
741
+ )
742
+ it "returns request_type in the form of hash" do
826
743
  expect(instance._to_hash(instance.request_type)).to eq(instance.request_type)
827
744
  end
828
- it 'returns call_id in the form of hash' do
745
+ it "returns call_id in the form of hash" do
829
746
  expect(instance._to_hash(instance.call_id)).to eq(instance.call_id)
830
747
  end
831
- it 'returns account_id in the form of hash' do
748
+ it "returns account_id in the form of hash" do
832
749
  expect(instance._to_hash(instance.account_id)).to eq(instance.account_id)
833
750
  end
834
- it 'returns from in the form of hash' do
751
+ it "returns from in the form of hash" do
835
752
  expect(instance._to_hash(instance.from)).to eq(instance.from)
836
753
  end
837
- it 'returns to in the form of hash' do
754
+ it "returns to in the form of hash" do
838
755
  expect(instance._to_hash(instance.to)).to eq(instance.to)
839
756
  end
840
- it 'returns call_status in the form of hash' do
757
+ it "returns call_status in the form of hash" do
841
758
  expect(instance._to_hash(instance.call_status)).to eq(instance.call_status)
842
759
  end
843
- it 'returns direction in the form of hash' do
760
+ it "returns direction in the form of hash" do
844
761
  expect(instance._to_hash(instance.direction)).to eq(instance.direction)
845
762
  end
846
- it 'returns conference_id in the form of hash' do
763
+ it "returns conference_id in the form of hash" do
847
764
  expect(instance._to_hash(instance.conference_id)).to eq(instance.conference_id)
848
765
  end
849
- it 'returns queue_id in the form of hash' do
766
+ it "returns queue_id in the form of hash" do
850
767
  expect(instance._to_hash(instance.queue_id)).to eq(instance.queue_id)
851
768
  end
852
- it 'returns status in the form of hash' do
769
+ it "returns status in the form of hash" do
853
770
  expect(instance._to_hash(instance.status)).to eq(instance.status)
854
771
  end
855
- it 'returns recording_url in the form of hash' do
772
+ it "returns recording_url in the form of hash" do
856
773
  expect(instance._to_hash(instance.recording_url)).to eq(instance.recording_url)
857
774
  end
858
- it 'returns recording_id in the form of hash' do
775
+ it "returns recording_id in the form of hash" do
859
776
  expect(instance._to_hash(instance.recording_id)).to eq(instance.recording_id)
860
777
  end
861
- it 'returns recording_duration_sec in the form of hash' do
778
+ it "returns recording_duration_sec in the form of hash" do
862
779
  expect(instance._to_hash(instance.recording_duration_sec)).to eq(instance.recording_duration_sec)
863
780
  end
864
781
  end
865
-
866
782
  end