freeclimb 4.4.3 → 4.4.4

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 (99) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +4 -4
  5. data/lib/freeclimb/version.rb +1 -1
  6. data/openapi.json +1 -8
  7. data/spec/models/account_request_spec.rb +1 -0
  8. data/spec/models/account_result_spec.rb +3 -0
  9. data/spec/models/account_status_spec.rb +1 -0
  10. data/spec/models/account_type_spec.rb +1 -0
  11. data/spec/models/add_to_conference_spec.rb +1 -0
  12. data/spec/models/answered_by_spec.rb +1 -0
  13. data/spec/models/application_list_spec.rb +1 -0
  14. data/spec/models/application_request_spec.rb +1 -0
  15. data/spec/models/application_result_spec.rb +1 -0
  16. data/spec/models/available_number_list_spec.rb +1 -0
  17. data/spec/models/available_number_spec.rb +1 -0
  18. data/spec/models/buy_incoming_number_request_spec.rb +1 -0
  19. data/spec/models/call_direction_spec.rb +1 -0
  20. data/spec/models/call_list_spec.rb +1 -0
  21. data/spec/models/call_result_spec.rb +4 -0
  22. data/spec/models/call_status_spec.rb +1 -0
  23. data/spec/models/capabilities_spec.rb +1 -0
  24. data/spec/models/conference_list_spec.rb +1 -0
  25. data/spec/models/conference_participant_list_spec.rb +1 -0
  26. data/spec/models/conference_participant_result_spec.rb +1 -0
  27. data/spec/models/conference_result_spec.rb +3 -0
  28. data/spec/models/conference_status_spec.rb +1 -0
  29. data/spec/models/create_conference_request_spec.rb +2 -0
  30. data/spec/models/create_conference_spec.rb +2 -0
  31. data/spec/models/dequeue_spec.rb +1 -0
  32. data/spec/models/enqueue_spec.rb +1 -0
  33. data/spec/models/filter_logs_request_spec.rb +1 -0
  34. data/spec/models/get_digits_spec.rb +1 -0
  35. data/spec/models/get_speech_reason_spec.rb +1 -0
  36. data/spec/models/get_speech_spec.rb +2 -0
  37. data/spec/models/grammar_file_built_in_spec.rb +1 -0
  38. data/spec/models/grammar_type_spec.rb +1 -0
  39. data/spec/models/hangup_spec.rb +1 -0
  40. data/spec/models/if_machine_spec.rb +1 -0
  41. data/spec/models/incoming_number_list_spec.rb +1 -0
  42. data/spec/models/incoming_number_request_spec.rb +1 -0
  43. data/spec/models/incoming_number_result_spec.rb +1 -0
  44. data/spec/models/language_spec.rb +1 -0
  45. data/spec/models/log_level_spec.rb +1 -0
  46. data/spec/models/log_list_spec.rb +1 -0
  47. data/spec/models/log_result_spec.rb +2 -0
  48. data/spec/models/machine_type_spec.rb +1 -0
  49. data/spec/models/make_call_request_spec.rb +1 -0
  50. data/spec/models/message_direction_spec.rb +1 -0
  51. data/spec/models/message_request_spec.rb +1 -0
  52. data/spec/models/message_result_spec.rb +2 -0
  53. data/spec/models/message_status_spec.rb +1 -0
  54. data/spec/models/messages_list_spec.rb +1 -0
  55. data/spec/models/mutable_resource_model_spec.rb +1 -0
  56. data/spec/models/out_dial_spec.rb +2 -0
  57. data/spec/models/pagination_model_spec.rb +1 -0
  58. data/spec/models/park_spec.rb +1 -0
  59. data/spec/models/pause_spec.rb +1 -0
  60. data/spec/models/percl_command_spec.rb +1 -0
  61. data/spec/models/percl_script_spec.rb +1 -0
  62. data/spec/models/play_beep_spec.rb +1 -0
  63. data/spec/models/play_early_media_spec.rb +1 -0
  64. data/spec/models/play_spec.rb +1 -0
  65. data/spec/models/queue_list_spec.rb +1 -0
  66. data/spec/models/queue_member_list_spec.rb +1 -0
  67. data/spec/models/queue_member_spec.rb +1 -0
  68. data/spec/models/queue_request_spec.rb +1 -0
  69. data/spec/models/queue_result_spec.rb +1 -0
  70. data/spec/models/queue_result_status_spec.rb +1 -0
  71. data/spec/models/record_utterance_spec.rb +1 -0
  72. data/spec/models/record_utterance_term_reason_spec.rb +1 -0
  73. data/spec/models/recording_list_spec.rb +1 -0
  74. data/spec/models/recording_result_spec.rb +1 -0
  75. data/spec/models/redirect_spec.rb +1 -0
  76. data/spec/models/reject_spec.rb +1 -0
  77. data/spec/models/remove_from_conference_spec.rb +1 -0
  78. data/spec/models/request_type_spec.rb +1 -0
  79. data/spec/models/say_spec.rb +1 -0
  80. data/spec/models/send_digits_spec.rb +1 -0
  81. data/spec/models/set_listen_spec.rb +1 -0
  82. data/spec/models/set_talk_spec.rb +1 -0
  83. data/spec/models/sms_spec.rb +1 -0
  84. data/spec/models/sms_ten_dlc_brand_spec.rb +120 -73
  85. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +1 -0
  86. data/spec/models/sms_ten_dlc_campaign_spec.rb +72 -42
  87. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +1 -0
  88. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +43 -21
  89. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +91 -48
  90. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +1 -0
  91. data/spec/models/start_record_call_spec.rb +1 -0
  92. data/spec/models/terminate_conference_spec.rb +1 -0
  93. data/spec/models/unpark_spec.rb +1 -0
  94. data/spec/models/update_call_request_spec.rb +2 -0
  95. data/spec/models/update_call_request_status_spec.rb +1 -0
  96. data/spec/models/update_conference_participant_request_spec.rb +1 -0
  97. data/spec/models/update_conference_request_spec.rb +3 -0
  98. data/spec/models/update_conference_request_status_spec.rb +1 -0
  99. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4ed6b496a8f6b2f6474e555b198a30607ccd85014dd6ec76811513766ac2829
4
- data.tar.gz: 4be7110497029544ca9791b9f4b47a9d49a570f1fa030082b8aaece746799af5
3
+ metadata.gz: c3d184e3a414b40637aae3f456402764dc6dd5fc7c0229cc560592484ccf3c42
4
+ data.tar.gz: 9bd698bdcde3ae0884b11cede080012c2f3d71a1a322d78fbf38ed0d34cd082f
5
5
  SHA512:
6
- metadata.gz: b8e449b93c64df07b8540acee0e365ccae5261579607c2c93742ba3e3fce58965b5fdf936f8648c1a0ceed8a334aa951d775cdaa18a1286d5099800b5a07f0ba
7
- data.tar.gz: bb6436ce140aca5e27dd3b430702b228898c1116cd3d343ef770a88443f5888346e86d342175a5d95f028c6aa23a523eab709c4d99d82db65ef9e7dc0f5b4ec6
6
+ metadata.gz: 628694f4a73f5075284e424d551cd4992ee957960499fb4f515a5a7e351f48b82be9d517a255a886f3b177c4ed51c70076b1eb644cf680f5d4ae558b750951b8
7
+ data.tar.gz: a1f6735f74f3bce0ea8c1e36d851206ba3498c361ea12163ef92e635d443655c0d959fbfd6ef2db518636c3d82a35ceae2181392828b0d6f1b52fcf8aa3be30a
data/CHANGELOG.md CHANGED
@@ -9,6 +9,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="4.4.4"></a>
13
+
14
+ ## [4.4.4] - 2023-08-24
15
+
16
+ ### Changed
17
+
18
+ - Remove implementation of 'x-max-length' vendor extension for unit testing
19
+
20
+ ### Added
21
+
22
+ - Unit testing for properties with 'maxLength'
23
+
12
24
  <a name="4.4.3"></a>
13
25
 
14
26
  ## [4.4.3] - 2023-08-15
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.4.3)
4
+ freeclimb (4.4.4)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 4.4.3
10
+ - Package version: 4.4.4
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
13
13
 
@@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https://
15
15
 
16
16
  Add this to the Gemfile:
17
17
 
18
- gem 'freeclimb', '~> 4.4.3'
18
+ gem 'freeclimb', '~> 4.4.4'
19
19
 
20
20
  and run from your terminal
21
21
 
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
44
44
  Then either install the gem locally:
45
45
 
46
46
  ```shell
47
- gem install ./freeclimb-4.4.3.gem
47
+ gem install ./freeclimb-4.4.4.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.4.3.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.4.4.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '4.4.3'
14
+ VERSION = '4.4.4'
15
15
  end
data/openapi.json CHANGED
@@ -2443,7 +2443,6 @@
2443
2443
  },
2444
2444
  "resellerId": {
2445
2445
  "maxLength": 8,
2446
- "x-max-length-8": true,
2447
2446
  "type": "string",
2448
2447
  "nullable": true,
2449
2448
  "description": "Alphanumeric identifier of the reseller that you want to associate with this campaign."
@@ -2474,7 +2473,6 @@
2474
2473
  },
2475
2474
  "brandId": {
2476
2475
  "maxLength": 8,
2477
- "x-max-length-8": true,
2478
2476
  "type": "string",
2479
2477
  "description": "Alphanumeric identifier of the brand associated with this campaign."
2480
2478
  },
@@ -2681,7 +2679,6 @@
2681
2679
  },
2682
2680
  "brandId": {
2683
2681
  "maxLength": 8,
2684
- "x-max-length-8": true,
2685
2682
  "type": "string",
2686
2683
  "description": "Alphanumeric identifier of the brand associated with this campaign."
2687
2684
  },
@@ -3025,8 +3022,7 @@
3025
3022
  "maxLength": 2,
3026
3023
  "type": "string",
3027
3024
  "description": "ISO2 2 characters country code. Example: US - United States",
3028
- "example": "US",
3029
- "x-max-length-2": true
3025
+ "example": "US"
3030
3026
  },
3031
3027
  "phone": {
3032
3028
  "maxLength": 20,
@@ -3054,14 +3050,12 @@
3054
3050
  },
3055
3051
  "postalCode": {
3056
3052
  "maxLength": 10,
3057
- "x-max-length-10": true,
3058
3053
  "type": "string",
3059
3054
  "description": "Postal codes. Use 5 digit zipcode for United States",
3060
3055
  "example": "10001"
3061
3056
  },
3062
3057
  "country": {
3063
3058
  "maxLength": 2,
3064
- "x-max-length-2": true,
3065
3059
  "type": "string",
3066
3060
  "description": "ISO2 2 characters country code. Example: US - United States",
3067
3061
  "example": "US"
@@ -3073,7 +3067,6 @@
3073
3067
  },
3074
3068
  "stockSymbol": {
3075
3069
  "maxLength": 10,
3076
- "x-max-length-10": true,
3077
3070
  "type": "string",
3078
3071
  "description": "(Required for public company) stock symbol.",
3079
3072
  "example": "ABC"
@@ -25,6 +25,7 @@ describe Freeclimb::AccountRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::AccountRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "_alias"' do
29
30
  it 'should work' do
30
31
  instance._alias = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::AccountResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::AccountResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -81,6 +82,7 @@ describe Freeclimb::AccountResult do
81
82
  end
82
83
  end
83
84
 
85
+
84
86
  describe 'test attribute "type"' do
85
87
  it 'assigns value TRIAL' do
86
88
  instance.type = Freeclimb::AccountType::TRIAL
@@ -92,6 +94,7 @@ describe Freeclimb::AccountResult do
92
94
  end
93
95
  end
94
96
 
97
+
95
98
  describe 'test attribute "status"' do
96
99
  it 'assigns value CLOSED' do
97
100
  instance.status = Freeclimb::AccountStatus::CLOSED
@@ -25,6 +25,7 @@ describe Freeclimb::AccountStatus do
25
25
  expect(instance).to be_instance_of(Freeclimb::AccountStatus)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "CLOSED"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::AccountStatus::CLOSED = "closed" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::AccountType do
25
25
  expect(instance).to be_instance_of(Freeclimb::AccountType)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "TRIAL"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::AccountType::TRIAL = "trial" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::AddToConference do
25
25
  expect(instance).to be_instance_of(Freeclimb::AddToConference)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "allow_call_control"' do
29
30
  it 'should work' do
30
31
  instance.allow_call_control = false
@@ -25,6 +25,7 @@ describe Freeclimb::AnsweredBy do
25
25
  expect(instance).to be_instance_of(Freeclimb::AnsweredBy)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "HUMAN"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::AnsweredBy::HUMAN = "human" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::ApplicationList do
25
25
  expect(instance).to be_instance_of(Freeclimb::ApplicationList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::ApplicationRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::ApplicationRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "_alias"' do
29
30
  it 'should work' do
30
31
  instance._alias = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::ApplicationResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::ApplicationResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::AvailableNumberList do
25
25
  expect(instance).to be_instance_of(Freeclimb::AvailableNumberList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::AvailableNumber do
25
25
  expect(instance).to be_instance_of(Freeclimb::AvailableNumber)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "capabilities"' do
29
30
  it 'should work' do
30
31
  instance.capabilities = Freeclimb::Capabilities.new
@@ -25,6 +25,7 @@ describe Freeclimb::BuyIncomingNumberRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::BuyIncomingNumberRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "phone_number"' do
29
30
  it 'should work' do
30
31
  instance.phone_number = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::CallDirection do
25
25
  expect(instance).to be_instance_of(Freeclimb::CallDirection)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "INBOUND"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::CallDirection::INBOUND = "inbound" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::CallList do
25
25
  expect(instance).to be_instance_of(Freeclimb::CallList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::CallResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::CallResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -95,6 +96,7 @@ describe Freeclimb::CallResult do
95
96
  end
96
97
  end
97
98
 
99
+
98
100
  describe 'test attribute "call_status"' do
99
101
  it 'assigns value QUEUED' do
100
102
  instance.call_status = Freeclimb::CallStatus::QUEUED
@@ -165,6 +167,7 @@ describe Freeclimb::CallResult do
165
167
  end
166
168
  end
167
169
 
170
+
168
171
  describe 'test attribute "direction"' do
169
172
  it 'assigns value INBOUND' do
170
173
  instance.direction = Freeclimb::CallDirection::INBOUND
@@ -180,6 +183,7 @@ describe Freeclimb::CallResult do
180
183
  end
181
184
  end
182
185
 
186
+
183
187
  describe 'test attribute "answered_by"' do
184
188
  it 'assigns value HUMAN' do
185
189
  instance.answered_by = Freeclimb::AnsweredBy::HUMAN
@@ -25,6 +25,7 @@ describe Freeclimb::CallStatus do
25
25
  expect(instance).to be_instance_of(Freeclimb::CallStatus)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "QUEUED"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::CallStatus::QUEUED = "queued" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::Capabilities do
25
25
  expect(instance).to be_instance_of(Freeclimb::Capabilities)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "voice"' do
29
30
  it 'should work' do
30
31
  instance.voice = false
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceList do
25
25
  expect(instance).to be_instance_of(Freeclimb::ConferenceList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceParticipantList do
25
25
  expect(instance).to be_instance_of(Freeclimb::ConferenceParticipantList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceParticipantResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::ConferenceParticipantResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::ConferenceResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -74,6 +75,7 @@ describe Freeclimb::ConferenceResult do
74
75
  end
75
76
  end
76
77
 
78
+
77
79
  describe 'test attribute "play_beep"' do
78
80
  it 'assigns value ALWAYS' do
79
81
  instance.play_beep = Freeclimb::PlayBeep::ALWAYS
@@ -100,6 +102,7 @@ describe Freeclimb::ConferenceResult do
100
102
  end
101
103
  end
102
104
 
105
+
103
106
  describe 'test attribute "status"' do
104
107
  it 'assigns value EMPTY' do
105
108
  instance.status = Freeclimb::ConferenceStatus::EMPTY
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceStatus do
25
25
  expect(instance).to be_instance_of(Freeclimb::ConferenceStatus)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "EMPTY"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::ConferenceStatus::EMPTY = "empty" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::CreateConferenceRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::CreateConferenceRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "_alias"' do
29
30
  it 'should work' do
30
31
  instance._alias = "TEST_STRING"
@@ -32,6 +33,7 @@ describe Freeclimb::CreateConferenceRequest do
32
33
  end
33
34
  end
34
35
 
36
+
35
37
  describe 'test attribute "play_beep"' do
36
38
  it 'assigns value ALWAYS' do
37
39
  instance.play_beep = Freeclimb::PlayBeep::ALWAYS
@@ -25,6 +25,7 @@ describe Freeclimb::CreateConference do
25
25
  expect(instance).to be_instance_of(Freeclimb::CreateConference)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "action_url"' do
29
30
  it 'should work' do
30
31
  instance.action_url = "TEST_STRING"
@@ -39,6 +40,7 @@ describe Freeclimb::CreateConference do
39
40
  end
40
41
  end
41
42
 
43
+
42
44
  describe 'test attribute "play_beep"' do
43
45
  it 'assigns value ALWAYS' do
44
46
  instance.play_beep = Freeclimb::PlayBeep::ALWAYS
@@ -25,4 +25,5 @@ describe Freeclimb::Dequeue do
25
25
  expect(instance).to be_instance_of(Freeclimb::Dequeue)
26
26
  end
27
27
  end
28
+
28
29
  end
@@ -25,6 +25,7 @@ describe Freeclimb::Enqueue do
25
25
  expect(instance).to be_instance_of(Freeclimb::Enqueue)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "action_url"' do
29
30
  it 'should work' do
30
31
  instance.action_url = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::FilterLogsRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::FilterLogsRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "pql"' do
29
30
  it 'should work' do
30
31
  instance.pql = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::GetDigits do
25
25
  expect(instance).to be_instance_of(Freeclimb::GetDigits)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "action_url"' do
29
30
  it 'should work' do
30
31
  instance.action_url = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::GetSpeechReason do
25
25
  expect(instance).to be_instance_of(Freeclimb::GetSpeechReason)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "ERROR"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::GetSpeechReason::ERROR = "error" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::GetSpeech do
25
25
  expect(instance).to be_instance_of(Freeclimb::GetSpeech)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "action_url"' do
29
30
  it 'should work' do
30
31
  instance.action_url = "TEST_STRING"
@@ -32,6 +33,7 @@ describe Freeclimb::GetSpeech do
32
33
  end
33
34
  end
34
35
 
36
+
35
37
  describe 'test attribute "grammar_type"' do
36
38
  it 'assigns value URL' do
37
39
  instance.grammar_type = Freeclimb::GrammarType::URL
@@ -25,6 +25,7 @@ describe Freeclimb::GrammarFileBuiltIn do
25
25
  expect(instance).to be_instance_of(Freeclimb::GrammarFileBuiltIn)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "ALPHNUM6"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::GrammarFileBuiltIn::ALPHNUM6 = "ALPHNUM6" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::GrammarType do
25
25
  expect(instance).to be_instance_of(Freeclimb::GrammarType)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "URL"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::GrammarType::URL = "URL" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::Hangup do
25
25
  expect(instance).to be_instance_of(Freeclimb::Hangup)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "reason"' do
29
30
  it 'should work' do
30
31
  instance.reason = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::IfMachine do
25
25
  expect(instance).to be_instance_of(Freeclimb::IfMachine)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "REDIRECT"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::IfMachine::REDIRECT = "redirect" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::IncomingNumberList do
25
25
  expect(instance).to be_instance_of(Freeclimb::IncomingNumberList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::IncomingNumberRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::IncomingNumberRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "application_id"' do
29
30
  it 'should work' do
30
31
  instance.application_id = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::IncomingNumberResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::IncomingNumberResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::Language do
25
25
  expect(instance).to be_instance_of(Freeclimb::Language)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "CATALAN"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::Language::CATALAN = "ca-ES" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::LogLevel do
25
25
  expect(instance).to be_instance_of(Freeclimb::LogLevel)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "INFO"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::LogLevel::INFO = "info" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::LogList do
25
25
  expect(instance).to be_instance_of(Freeclimb::LogList)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "total"' do
29
30
  it 'should work' do
30
31
  instance.total = 1
@@ -25,6 +25,7 @@ describe Freeclimb::LogResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::LogResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "timestamp"' do
29
30
  it 'should work' do
30
31
  instance.timestamp = 1
@@ -32,6 +33,7 @@ describe Freeclimb::LogResult do
32
33
  end
33
34
  end
34
35
 
36
+
35
37
  describe 'test attribute "level"' do
36
38
  it 'assigns value INFO' do
37
39
  instance.level = Freeclimb::LogLevel::INFO
@@ -25,6 +25,7 @@ describe Freeclimb::MachineType do
25
25
  expect(instance).to be_instance_of(Freeclimb::MachineType)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "ANSWERING_MACHINE"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::MachineType::ANSWERING_MACHINE = "answeringMachine" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::MakeCallRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::MakeCallRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "from"' do
29
30
  it 'should work' do
30
31
  instance.from = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::MessageDirection do
25
25
  expect(instance).to be_instance_of(Freeclimb::MessageDirection)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "INBOUND"' do
29
30
  it 'should work' do
30
31
  expect { Freeclimb::MessageDirection::INBOUND = "inbound" }.not_to raise_error
@@ -25,6 +25,7 @@ describe Freeclimb::MessageRequest do
25
25
  expect(instance).to be_instance_of(Freeclimb::MessageRequest)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -25,6 +25,7 @@ describe Freeclimb::MessageResult do
25
25
  expect(instance).to be_instance_of(Freeclimb::MessageResult)
26
26
  end
27
27
  end
28
+
28
29
  describe 'test attribute "uri"' do
29
30
  it 'should work' do
30
31
  instance.uri = "TEST_STRING"
@@ -67,6 +68,7 @@ describe Freeclimb::MessageResult do
67
68
  end
68
69
  end
69
70
 
71
+
70
72
  describe 'test attribute "status"' do
71
73
  it 'assigns value NEW' do
72
74
  instance.status = Freeclimb::MessageStatus::NEW