freeclimb 1.0.1 → 2.0.3

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 (207) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +80 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +67 -42
  5. data/docs/AccountRequest.md +3 -5
  6. data/docs/AccountResult.md +12 -12
  7. data/docs/AccountResultAllOf.md +8 -8
  8. data/docs/AddToConference.md +35 -0
  9. data/docs/AddToConferenceAllOf.md +35 -0
  10. data/docs/ApplicationList.md +9 -9
  11. data/docs/ApplicationListAllOf.md +2 -2
  12. data/docs/ApplicationRequest.md +8 -10
  13. data/docs/ApplicationResult.md +14 -14
  14. data/docs/ApplicationResultAllOf.md +10 -10
  15. data/docs/AvailableNumber.md +7 -7
  16. data/docs/AvailableNumberList.md +9 -9
  17. data/docs/AvailableNumberListAllOf.md +2 -2
  18. data/docs/BuyIncomingNumberRequest.md +4 -6
  19. data/docs/CallList.md +9 -9
  20. data/docs/CallListAllOf.md +2 -2
  21. data/docs/CallResult.md +20 -20
  22. data/docs/CallResultAllOf.md +16 -16
  23. data/docs/ConferenceList.md +9 -9
  24. data/docs/ConferenceListAllOf.md +2 -2
  25. data/docs/ConferenceParticipantList.md +9 -9
  26. data/docs/ConferenceParticipantListAllOf.md +2 -2
  27. data/docs/ConferenceParticipantResult.md +11 -11
  28. data/docs/ConferenceParticipantResultAllOf.md +7 -7
  29. data/docs/ConferenceResult.md +15 -15
  30. data/docs/ConferenceResultAllOf.md +11 -11
  31. data/docs/CreateConference.md +27 -0
  32. data/docs/CreateConferenceAllOf.md +27 -0
  33. data/docs/CreateConferenceRequest.md +6 -8
  34. data/docs/DefaultApi.md +22 -38
  35. data/docs/Dequeue.md +16 -0
  36. data/docs/Enqueue.md +23 -0
  37. data/docs/EnqueueAllOf.md +23 -0
  38. data/docs/FilterLogsRequest.md +2 -4
  39. data/docs/GetDigits.md +33 -0
  40. data/docs/GetDigitsAllOf.md +33 -0
  41. data/docs/GetSpeech.md +41 -0
  42. data/docs/GetSpeechAllOf.md +41 -0
  43. data/docs/IncomingNumberList.md +9 -9
  44. data/docs/IncomingNumberListAllOf.md +2 -2
  45. data/docs/IncomingNumberRequest.md +3 -5
  46. data/docs/IncomingNumberResult.md +14 -14
  47. data/docs/IncomingNumberResultAllOf.md +10 -10
  48. data/docs/LogList.md +9 -9
  49. data/docs/LogListAllOf.md +2 -2
  50. data/docs/LogResult.md +8 -8
  51. data/docs/MakeCallRequest.md +11 -11
  52. data/docs/MessageRequest.md +10 -12
  53. data/docs/MessageRequestAllOf.md +6 -8
  54. data/docs/MessageResult.md +14 -14
  55. data/docs/MessageResultAllOf.md +10 -10
  56. data/docs/MessagesList.md +9 -9
  57. data/docs/MessagesListAllOf.md +2 -2
  58. data/docs/MutableResourceModel.md +5 -5
  59. data/docs/OutDial.md +35 -0
  60. data/docs/OutDialAllOf.md +35 -0
  61. data/docs/PaginationModel.md +8 -8
  62. data/docs/Pause.md +17 -0
  63. data/docs/PauseAllOf.md +17 -0
  64. data/docs/PerclCommand.md +17 -0
  65. data/docs/PerclScript.md +17 -0
  66. data/docs/Play.md +23 -0
  67. data/docs/PlayAllOf.md +23 -0
  68. data/docs/PlayEarlyMedia.md +17 -0
  69. data/docs/PlayEarlyMediaAllOf.md +17 -0
  70. data/docs/QueueList.md +9 -9
  71. data/docs/QueueListAllOf.md +2 -2
  72. data/docs/QueueMember.md +6 -6
  73. data/docs/QueueMemberList.md +9 -9
  74. data/docs/QueueMemberListAllOf.md +2 -2
  75. data/docs/QueueRequest.md +3 -5
  76. data/docs/QueueResult.md +12 -12
  77. data/docs/QueueResultAllOf.md +8 -8
  78. data/docs/RecordUtterance.md +27 -0
  79. data/docs/RecordUtteranceAllOf.md +27 -0
  80. data/docs/RecordingList.md +9 -9
  81. data/docs/RecordingListAllOf.md +2 -2
  82. data/docs/RecordingResult.md +10 -10
  83. data/docs/RecordingResultAllOf.md +6 -6
  84. data/docs/Redirect.md +17 -0
  85. data/docs/RedirectAllOf.md +17 -0
  86. data/docs/RemoveFromConference.md +17 -0
  87. data/docs/RemoveFromConferenceAllOf.md +17 -0
  88. data/docs/Say.md +25 -0
  89. data/docs/SayAllOf.md +25 -0
  90. data/docs/SendDigits.md +21 -0
  91. data/docs/SendDigitsAllOf.md +21 -0
  92. data/docs/SetListen.md +19 -0
  93. data/docs/SetListenAllOf.md +19 -0
  94. data/docs/SetTalk.md +19 -0
  95. data/docs/SetTalkAllOf.md +19 -0
  96. data/docs/Sms.md +23 -0
  97. data/docs/SmsAllOf.md +23 -0
  98. data/docs/StartRecordCall.md +16 -0
  99. data/docs/TerminateConference.md +17 -0
  100. data/docs/TerminateConferenceAllOf.md +17 -0
  101. data/docs/UpdateCallRequest.md +2 -4
  102. data/docs/UpdateConferenceParticipantRequest.md +3 -5
  103. data/docs/UpdateConferenceRequest.md +4 -6
  104. data/freeclimb-2.1.0.gem +0 -0
  105. data/lib/freeclimb.rb +69 -2
  106. data/lib/freeclimb/api/default_api.rb +42 -34
  107. data/lib/freeclimb/api_client.rb +1 -1
  108. data/lib/freeclimb/models/account_request.rb +4 -14
  109. data/lib/freeclimb/models/add_to_conference.rb +320 -0
  110. data/lib/freeclimb/models/add_to_conference_all_of.rb +307 -0
  111. data/lib/freeclimb/models/application_request.rb +4 -14
  112. data/lib/freeclimb/models/buy_incoming_number_request.rb +4 -14
  113. data/lib/freeclimb/models/create_conference.rb +275 -0
  114. data/lib/freeclimb/models/create_conference_all_of.rb +262 -0
  115. data/lib/freeclimb/models/create_conference_request.rb +4 -14
  116. data/lib/freeclimb/models/dequeue.rb +209 -0
  117. data/lib/freeclimb/models/enqueue.rb +265 -0
  118. data/lib/freeclimb/models/enqueue_all_of.rb +252 -0
  119. data/lib/freeclimb/models/filter_logs_request.rb +4 -14
  120. data/lib/freeclimb/models/get_digits.rb +307 -0
  121. data/lib/freeclimb/models/get_digits_all_of.rb +294 -0
  122. data/lib/freeclimb/models/get_speech.rb +352 -0
  123. data/lib/freeclimb/models/get_speech_all_of.rb +339 -0
  124. data/lib/freeclimb/models/incoming_number_request.rb +4 -14
  125. data/lib/freeclimb/models/make_call_request.rb +14 -14
  126. data/lib/freeclimb/models/message_request.rb +1 -11
  127. data/lib/freeclimb/models/message_request_all_of.rb +1 -11
  128. data/lib/freeclimb/models/message_result.rb +3 -3
  129. data/lib/freeclimb/models/message_result_all_of.rb +3 -3
  130. data/lib/freeclimb/models/out_dial.rb +330 -0
  131. data/lib/freeclimb/models/out_dial_all_of.rb +317 -0
  132. data/lib/freeclimb/models/pause.rb +225 -0
  133. data/lib/freeclimb/models/{dequeue_member_request.rb → pause_all_of.rb} +16 -11
  134. data/lib/freeclimb/models/percl_command.rb +211 -0
  135. data/lib/freeclimb/models/percl_script.rb +210 -0
  136. data/lib/freeclimb/models/play.rb +255 -0
  137. data/lib/freeclimb/models/play_all_of.rb +242 -0
  138. data/lib/freeclimb/models/play_early_media.rb +225 -0
  139. data/lib/freeclimb/models/play_early_media_all_of.rb +212 -0
  140. data/lib/freeclimb/models/queue_request.rb +4 -14
  141. data/lib/freeclimb/models/record_utterance.rb +275 -0
  142. data/lib/freeclimb/models/record_utterance_all_of.rb +262 -0
  143. data/lib/freeclimb/models/redirect.rb +220 -0
  144. data/lib/freeclimb/models/redirect_all_of.rb +207 -0
  145. data/lib/freeclimb/models/remove_from_conference.rb +225 -0
  146. data/lib/freeclimb/models/remove_from_conference_all_of.rb +212 -0
  147. data/lib/freeclimb/models/say.rb +265 -0
  148. data/lib/freeclimb/models/say_all_of.rb +252 -0
  149. data/lib/freeclimb/models/send_digits.rb +245 -0
  150. data/lib/freeclimb/models/send_digits_all_of.rb +232 -0
  151. data/lib/freeclimb/models/set_listen.rb +235 -0
  152. data/lib/freeclimb/models/set_listen_all_of.rb +222 -0
  153. data/lib/freeclimb/models/set_talk.rb +235 -0
  154. data/lib/freeclimb/models/set_talk_all_of.rb +222 -0
  155. data/lib/freeclimb/models/sms.rb +265 -0
  156. data/lib/freeclimb/models/sms_all_of.rb +252 -0
  157. data/lib/freeclimb/models/start_record_call.rb +209 -0
  158. data/lib/freeclimb/models/terminate_conference.rb +225 -0
  159. data/lib/freeclimb/models/terminate_conference_all_of.rb +212 -0
  160. data/lib/freeclimb/models/update_call_request.rb +4 -14
  161. data/lib/freeclimb/models/update_conference_participant_request.rb +4 -14
  162. data/lib/freeclimb/models/update_conference_request.rb +4 -14
  163. data/lib/freeclimb/version.rb +1 -1
  164. data/spec/api/default_api_spec.rb +9 -24
  165. data/spec/models/add_to_conference_spec.rb +95 -0
  166. data/spec/models/create_conference_spec.rb +71 -0
  167. data/spec/models/{dequeue_member_request_spec.rb → dequeue_spec.rb} +8 -7
  168. data/spec/models/enqueue_spec.rb +59 -0
  169. data/spec/models/get_digits_spec.rb +83 -0
  170. data/spec/models/get_speech_spec.rb +113 -0
  171. data/spec/models/out_dial_spec.rb +89 -0
  172. data/spec/models/pause_spec.rb +41 -0
  173. data/spec/models/percl_command_spec.rb +41 -0
  174. data/spec/models/percl_script_spec.rb +41 -0
  175. data/spec/models/play_early_media_spec.rb +41 -0
  176. data/spec/models/play_spec.rb +53 -0
  177. data/spec/models/record_utterance_spec.rb +71 -0
  178. data/spec/models/redirect_spec.rb +41 -0
  179. data/spec/models/remove_from_conference_spec.rb +41 -0
  180. data/spec/models/say_spec.rb +65 -0
  181. data/spec/models/send_digits_spec.rb +47 -0
  182. data/spec/models/set_listen_spec.rb +47 -0
  183. data/spec/models/set_talk_spec.rb +47 -0
  184. data/spec/models/sms_spec.rb +59 -0
  185. data/spec/models/start_record_call_spec.rb +35 -0
  186. data/spec/models/terminate_conference_spec.rb +41 -0
  187. metadata +128 -34
  188. data/docs/DequeueMemberRequest.md +0 -17
  189. data/docs/Percl.md +0 -697
  190. data/lib/percl/calls.rb +0 -43
  191. data/lib/percl/conference_participants.rb +0 -40
  192. data/lib/percl/conferences.rb +0 -21
  193. data/lib/percl/ivr.rb +0 -63
  194. data/lib/percl/jsonable.rb +0 -23
  195. data/lib/percl/percl.rb +0 -29
  196. data/lib/percl/queue_members.rb +0 -15
  197. data/lib/percl/recordings.rb +0 -15
  198. data/lib/percl/sms.rb +0 -11
  199. data/spec/percl/calls_spec.rb +0 -111
  200. data/spec/percl/conference_participant_spec.rb +0 -96
  201. data/spec/percl/conference_spec.rb +0 -46
  202. data/spec/percl/ivr_spec.rb +0 -155
  203. data/spec/percl/jsonable_spec.rb +0 -28
  204. data/spec/percl/percl_spec.rb +0 -31
  205. data/spec/percl/queue_members_spec.rb +0 -35
  206. data/spec/percl/recordings_spec.rb +0 -32
  207. data/spec/percl/sms_spec.rb +0 -29
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::ApplicationListAllOf.new(applications: null)
14
+ instance = Freeclimb::ApplicationListAllOf.new(applications: nil)
15
15
  ```
16
16
 
17
17
 
@@ -11,21 +11,19 @@ Name | Type | Description | Notes
11
11
  **status_callback_url** | **String** | The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored. | [optional]
12
12
  **sms_url** | **String** | The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored. | [optional]
13
13
  **sms_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored. | [optional]
14
- **request_id** | **String** | The requestId for this request starting with prefix \"RQ\" followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response, e.g. X-Pulse-Request-Id: <requestId> | [optional]
15
14
 
16
15
  ## Code Sample
17
16
 
18
17
  ```ruby
19
- require 'Freeclimb'
18
+ require 'freeclimb'
20
19
 
21
- instance = Freeclimb::ApplicationRequest.new(_alias: null,
22
- voice_url: null,
23
- voice_fallback_url: null,
24
- call_connect_url: null,
25
- status_callback_url: null,
26
- sms_url: null,
27
- sms_fallback_url: null,
28
- request_id: null)
20
+ instance = Freeclimb::ApplicationRequest.new(_alias: nil,
21
+ voice_url: nil,
22
+ voice_fallback_url: nil,
23
+ call_connect_url: nil,
24
+ status_callback_url: nil,
25
+ sms_url: nil,
26
+ sms_fallback_url: nil)
29
27
  ```
30
28
 
31
29
 
@@ -21,21 +21,21 @@ Name | Type | Description | Notes
21
21
  ## Code Sample
22
22
 
23
23
  ```ruby
24
- require 'Freeclimb'
24
+ require 'freeclimb'
25
25
 
26
- instance = Freeclimb::ApplicationResult.new(uri: null,
27
- date_created: null,
28
- date_updated: null,
29
- revision: null,
30
- account_id: null,
31
- application_id: null,
32
- _alias: null,
33
- voice_url: null,
34
- voice_fallback_url: null,
35
- call_connect_url: null,
36
- status_callback_url: null,
37
- sms_url: null,
38
- sms_fallback_url: null)
26
+ instance = Freeclimb::ApplicationResult.new(uri: nil,
27
+ date_created: nil,
28
+ date_updated: nil,
29
+ revision: nil,
30
+ account_id: nil,
31
+ application_id: nil,
32
+ _alias: nil,
33
+ voice_url: nil,
34
+ voice_fallback_url: nil,
35
+ call_connect_url: nil,
36
+ status_callback_url: nil,
37
+ sms_url: nil,
38
+ sms_fallback_url: nil)
39
39
  ```
40
40
 
41
41
 
@@ -17,17 +17,17 @@ Name | Type | Description | Notes
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
- require 'Freeclimb'
20
+ require 'freeclimb'
21
21
 
22
- instance = Freeclimb::ApplicationResultAllOf.new(account_id: null,
23
- application_id: null,
24
- _alias: null,
25
- voice_url: null,
26
- voice_fallback_url: null,
27
- call_connect_url: null,
28
- status_callback_url: null,
29
- sms_url: null,
30
- sms_fallback_url: null)
22
+ instance = Freeclimb::ApplicationResultAllOf.new(account_id: nil,
23
+ application_id: nil,
24
+ _alias: nil,
25
+ voice_url: nil,
26
+ voice_fallback_url: nil,
27
+ call_connect_url: nil,
28
+ status_callback_url: nil,
29
+ sms_url: nil,
30
+ sms_fallback_url: nil)
31
31
  ```
32
32
 
33
33
 
@@ -14,14 +14,14 @@ Name | Type | Description | Notes
14
14
  ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'Freeclimb'
17
+ require 'freeclimb'
18
18
 
19
- instance = Freeclimb::AvailableNumber.new(phone_number: null,
20
- voice_enabled: null,
21
- sms_enabled: null,
22
- _alias: null,
23
- region: null,
24
- country: null)
19
+ instance = Freeclimb::AvailableNumber.new(phone_number: nil,
20
+ voice_enabled: nil,
21
+ sms_enabled: nil,
22
+ _alias: nil,
23
+ region: nil,
24
+ country: nil)
25
25
  ```
26
26
 
27
27
 
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
- require 'Freeclimb'
19
+ require 'freeclimb'
20
20
 
21
- instance = Freeclimb::AvailableNumberList.new(total: null,
22
- start: null,
23
- _end: null,
24
- page: null,
25
- num_pages: null,
26
- page_size: null,
27
- next_page_uri: null,
28
- available_phone_numbers: null)
21
+ instance = Freeclimb::AvailableNumberList.new(total: nil,
22
+ start: nil,
23
+ _end: nil,
24
+ page: nil,
25
+ num_pages: nil,
26
+ page_size: nil,
27
+ next_page_uri: nil,
28
+ available_phone_numbers: nil)
29
29
  ```
30
30
 
31
31
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::AvailableNumberListAllOf.new(available_phone_numbers: null)
14
+ instance = Freeclimb::AvailableNumberListAllOf.new(available_phone_numbers: nil)
15
15
  ```
16
16
 
17
17
 
@@ -7,17 +7,15 @@ Name | Type | Description | Notes
7
7
  **phone_number** | **String** | Phone number to purchase in E.164 format (as returned in the list of Available Phone Numbers). |
8
8
  **_alias** | **String** | Description for this new incoming phone number (max 64 characters). | [optional]
9
9
  **application_id** | **String** | ID of the application that should handle phone calls to the number. | [optional]
10
- **request_id** | **String** | RequestId for this request starting with prefix `RQ` followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response, (e.g., `X-Pulse-Request-Id: <requestId>`). | [optional]
11
10
 
12
11
  ## Code Sample
13
12
 
14
13
  ```ruby
15
- require 'Freeclimb'
14
+ require 'freeclimb'
16
15
 
17
- instance = Freeclimb::BuyIncomingNumberRequest.new(phone_number: null,
18
- _alias: null,
19
- application_id: null,
20
- request_id: null)
16
+ instance = Freeclimb::BuyIncomingNumberRequest.new(phone_number: nil,
17
+ _alias: nil,
18
+ application_id: nil)
21
19
  ```
22
20
 
23
21
 
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
- require 'Freeclimb'
19
+ require 'freeclimb'
20
20
 
21
- instance = Freeclimb::CallList.new(total: null,
22
- start: null,
23
- _end: null,
24
- page: null,
25
- num_pages: null,
26
- page_size: null,
27
- next_page_uri: null,
28
- calls: null)
21
+ instance = Freeclimb::CallList.new(total: nil,
22
+ start: nil,
23
+ _end: nil,
24
+ page: nil,
25
+ num_pages: nil,
26
+ page_size: nil,
27
+ next_page_uri: nil,
28
+ calls: nil)
29
29
  ```
30
30
 
31
31
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::CallListAllOf.new(calls: null)
14
+ instance = Freeclimb::CallListAllOf.new(calls: nil)
15
15
  ```
16
16
 
17
17
 
@@ -27,27 +27,27 @@ Name | Type | Description | Notes
27
27
  ## Code Sample
28
28
 
29
29
  ```ruby
30
- require 'Freeclimb'
30
+ require 'freeclimb'
31
31
 
32
- instance = Freeclimb::CallResult.new(uri: null,
33
- date_created: null,
34
- date_updated: null,
35
- revision: null,
36
- call_id: null,
37
- parent_call_id: null,
38
- account_id: null,
39
- from: null,
40
- to: null,
41
- phone_number_id: null,
42
- status: null,
43
- start_time: null,
44
- connect_time: null,
45
- end_time: null,
46
- duration: null,
47
- connect_duration: null,
48
- direction: null,
49
- answered_by: null,
50
- subresource_uris: null)
32
+ instance = Freeclimb::CallResult.new(uri: nil,
33
+ date_created: nil,
34
+ date_updated: nil,
35
+ revision: nil,
36
+ call_id: nil,
37
+ parent_call_id: nil,
38
+ account_id: nil,
39
+ from: nil,
40
+ to: nil,
41
+ phone_number_id: nil,
42
+ status: nil,
43
+ start_time: nil,
44
+ connect_time: nil,
45
+ end_time: nil,
46
+ duration: nil,
47
+ connect_duration: nil,
48
+ direction: nil,
49
+ answered_by: nil,
50
+ subresource_uris: nil)
51
51
  ```
52
52
 
53
53
 
@@ -23,23 +23,23 @@ Name | Type | Description | Notes
23
23
  ## Code Sample
24
24
 
25
25
  ```ruby
26
- require 'Freeclimb'
26
+ require 'freeclimb'
27
27
 
28
- instance = Freeclimb::CallResultAllOf.new(call_id: null,
29
- parent_call_id: null,
30
- account_id: null,
31
- from: null,
32
- to: null,
33
- phone_number_id: null,
34
- status: null,
35
- start_time: null,
36
- connect_time: null,
37
- end_time: null,
38
- duration: null,
39
- connect_duration: null,
40
- direction: null,
41
- answered_by: null,
42
- subresource_uris: null)
28
+ instance = Freeclimb::CallResultAllOf.new(call_id: nil,
29
+ parent_call_id: nil,
30
+ account_id: nil,
31
+ from: nil,
32
+ to: nil,
33
+ phone_number_id: nil,
34
+ status: nil,
35
+ start_time: nil,
36
+ connect_time: nil,
37
+ end_time: nil,
38
+ duration: nil,
39
+ connect_duration: nil,
40
+ direction: nil,
41
+ answered_by: nil,
42
+ subresource_uris: nil)
43
43
  ```
44
44
 
45
45
 
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
- require 'Freeclimb'
19
+ require 'freeclimb'
20
20
 
21
- instance = Freeclimb::ConferenceList.new(total: null,
22
- start: null,
23
- _end: null,
24
- page: null,
25
- num_pages: null,
26
- page_size: null,
27
- next_page_uri: null,
28
- conferences: null)
21
+ instance = Freeclimb::ConferenceList.new(total: nil,
22
+ start: nil,
23
+ _end: nil,
24
+ page: nil,
25
+ num_pages: nil,
26
+ page_size: nil,
27
+ next_page_uri: nil,
28
+ conferences: nil)
29
29
  ```
30
30
 
31
31
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::ConferenceListAllOf.new(conferences: null)
14
+ instance = Freeclimb::ConferenceListAllOf.new(conferences: nil)
15
15
  ```
16
16
 
17
17
 
@@ -16,16 +16,16 @@ Name | Type | Description | Notes
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
- require 'Freeclimb'
19
+ require 'freeclimb'
20
20
 
21
- instance = Freeclimb::ConferenceParticipantList.new(total: null,
22
- start: null,
23
- _end: null,
24
- page: null,
25
- num_pages: null,
26
- page_size: null,
27
- next_page_uri: null,
28
- participants: null)
21
+ instance = Freeclimb::ConferenceParticipantList.new(total: nil,
22
+ start: nil,
23
+ _end: nil,
24
+ page: nil,
25
+ num_pages: nil,
26
+ page_size: nil,
27
+ next_page_uri: nil,
28
+ participants: nil)
29
29
  ```
30
30
 
31
31
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'Freeclimb'
12
+ require 'freeclimb'
13
13
 
14
- instance = Freeclimb::ConferenceParticipantListAllOf.new(participants: null)
14
+ instance = Freeclimb::ConferenceParticipantListAllOf.new(participants: nil)
15
15
  ```
16
16
 
17
17
 
@@ -18,18 +18,18 @@ Name | Type | Description | Notes
18
18
  ## Code Sample
19
19
 
20
20
  ```ruby
21
- require 'Freeclimb'
21
+ require 'freeclimb'
22
22
 
23
- instance = Freeclimb::ConferenceParticipantResult.new(uri: null,
24
- date_created: null,
25
- date_updated: null,
26
- revision: null,
27
- account_id: null,
28
- conference_id: null,
29
- call_id: null,
30
- talk: null,
31
- listen: null,
32
- start_conf_on_enter: null)
23
+ instance = Freeclimb::ConferenceParticipantResult.new(uri: nil,
24
+ date_created: nil,
25
+ date_updated: nil,
26
+ revision: nil,
27
+ account_id: nil,
28
+ conference_id: nil,
29
+ call_id: nil,
30
+ talk: nil,
31
+ listen: nil,
32
+ start_conf_on_enter: nil)
33
33
  ```
34
34
 
35
35
 
@@ -14,14 +14,14 @@ Name | Type | Description | Notes
14
14
  ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'Freeclimb'
17
+ require 'freeclimb'
18
18
 
19
- instance = Freeclimb::ConferenceParticipantResultAllOf.new(account_id: null,
20
- conference_id: null,
21
- call_id: null,
22
- talk: null,
23
- listen: null,
24
- start_conf_on_enter: null)
19
+ instance = Freeclimb::ConferenceParticipantResultAllOf.new(account_id: nil,
20
+ conference_id: nil,
21
+ call_id: nil,
22
+ talk: nil,
23
+ listen: nil,
24
+ start_conf_on_enter: nil)
25
25
  ```
26
26
 
27
27