cloudmersive-validate-api-client 2.1.5 → 2.2.2

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 (65) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -4
  3. data/docs/DomainApi.md +330 -0
  4. data/docs/IsAdminPathResponse.md +9 -0
  5. data/docs/PhishingCheckRequest.md +8 -0
  6. data/docs/PhishingCheckResponse.md +9 -0
  7. data/docs/SqlInjectionCheckBatchRequest.md +9 -0
  8. data/docs/SqlInjectionCheckBatchResponse.md +8 -0
  9. data/docs/SqlInjectionCheckRequestItem.md +8 -0
  10. data/docs/SqlInjectionDetectionResult.md +10 -0
  11. data/docs/TextInputApi.md +233 -1
  12. data/docs/UrlSafetyCheckRequestFull.md +8 -0
  13. data/docs/UrlSafetyCheckResponseFull.md +9 -0
  14. data/docs/UrlSsrfRequestBatch.md +8 -0
  15. data/docs/UrlSsrfRequestFull.md +9 -0
  16. data/docs/UrlSsrfResponseBatch.md +8 -0
  17. data/docs/UrlSsrfResponseFull.md +9 -0
  18. data/docs/ValidateUrlResponseSyntaxOnly.md +1 -0
  19. data/docs/XxeDetectionBatchRequest.md +8 -0
  20. data/docs/XxeDetectionBatchResponse.md +8 -0
  21. data/docs/XxeDetectionRequestItem.md +11 -0
  22. data/docs/XxeDetectionResult.md +9 -0
  23. data/lib/cloudmersive-validate-api-client.rb +17 -0
  24. data/lib/cloudmersive-validate-api-client/api/domain_api.rb +324 -0
  25. data/lib/cloudmersive-validate-api-client/api/text_input_api.rb +230 -2
  26. data/lib/cloudmersive-validate-api-client/models/is_admin_path_response.rb +196 -0
  27. data/lib/cloudmersive-validate-api-client/models/phishing_check_request.rb +186 -0
  28. data/lib/cloudmersive-validate-api-client/models/phishing_check_response.rb +196 -0
  29. data/lib/cloudmersive-validate-api-client/models/sql_injection_check_batch_request.rb +198 -0
  30. data/lib/cloudmersive-validate-api-client/models/sql_injection_check_batch_response.rb +188 -0
  31. data/lib/cloudmersive-validate-api-client/models/sql_injection_check_request_item.rb +186 -0
  32. data/lib/cloudmersive-validate-api-client/models/sql_injection_detection_result.rb +206 -0
  33. data/lib/cloudmersive-validate-api-client/models/url_safety_check_request_full.rb +186 -0
  34. data/lib/cloudmersive-validate-api-client/models/url_safety_check_response_full.rb +196 -0
  35. data/lib/cloudmersive-validate-api-client/models/url_ssrf_request_batch.rb +188 -0
  36. data/lib/cloudmersive-validate-api-client/models/url_ssrf_request_full.rb +198 -0
  37. data/lib/cloudmersive-validate-api-client/models/url_ssrf_response_batch.rb +188 -0
  38. data/lib/cloudmersive-validate-api-client/models/url_ssrf_response_full.rb +196 -0
  39. data/lib/cloudmersive-validate-api-client/models/validate_url_response_syntax_only.rb +14 -4
  40. data/lib/cloudmersive-validate-api-client/models/xxe_detection_batch_request.rb +188 -0
  41. data/lib/cloudmersive-validate-api-client/models/xxe_detection_batch_response.rb +188 -0
  42. data/lib/cloudmersive-validate-api-client/models/xxe_detection_request_item.rb +220 -0
  43. data/lib/cloudmersive-validate-api-client/models/xxe_detection_result.rb +196 -0
  44. data/lib/cloudmersive-validate-api-client/version.rb +1 -1
  45. data/spec/api/domain_api_spec.rb +72 -0
  46. data/spec/api/text_input_api_spec.rb +53 -1
  47. data/spec/models/is_admin_path_response_spec.rb +47 -0
  48. data/spec/models/phishing_check_request_spec.rb +41 -0
  49. data/spec/models/phishing_check_response_spec.rb +47 -0
  50. data/spec/models/sql_injection_check_batch_request_spec.rb +47 -0
  51. data/spec/models/sql_injection_check_batch_response_spec.rb +41 -0
  52. data/spec/models/sql_injection_check_request_item_spec.rb +41 -0
  53. data/spec/models/sql_injection_detection_result_spec.rb +53 -0
  54. data/spec/models/url_safety_check_request_full_spec.rb +41 -0
  55. data/spec/models/url_safety_check_response_full_spec.rb +47 -0
  56. data/spec/models/url_ssrf_request_batch_spec.rb +41 -0
  57. data/spec/models/url_ssrf_request_full_spec.rb +47 -0
  58. data/spec/models/url_ssrf_response_batch_spec.rb +41 -0
  59. data/spec/models/url_ssrf_response_full_spec.rb +47 -0
  60. data/spec/models/validate_url_response_syntax_only_spec.rb +6 -0
  61. data/spec/models/xxe_detection_batch_request_spec.rb +41 -0
  62. data/spec/models/xxe_detection_batch_response_spec.rb +41 -0
  63. data/spec/models/xxe_detection_request_item_spec.rb +59 -0
  64. data/spec/models/xxe_detection_result_spec.rb +47 -0
  65. metadata +53 -2
@@ -32,6 +32,31 @@ describe 'TextInputApi' do
32
32
  end
33
33
  end
34
34
 
35
+ # unit tests for text_input_check_sql_injection
36
+ # Check text input for SQL Injection (SQLI) attacks
37
+ # Detects SQL Injection (SQLI) attacks from text input.
38
+ # @param value User-facing text input.
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [String] :detection_level Set to Normal to target a high-security SQL Injection detection level with a very low false positive rate; select High to target a very-high security SQL Injection detection level with higher false positives. Default is Normal (recommended).
41
+ # @return [SqlInjectionDetectionResult]
42
+ describe 'text_input_check_sql_injection test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for text_input_check_sql_injection_batch
49
+ # Check and protect multiple text inputs for SQL Injection (SQLI) attacks in batch
50
+ # Detects SQL Injection (SQLI) attacks from multiple text inputs. Output preverses order of input items.
51
+ # @param value User-facing text input.
52
+ # @param [Hash] opts the optional parameters
53
+ # @return [SqlInjectionCheckBatchResponse]
54
+ describe 'text_input_check_sql_injection_batch test' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
+ end
58
+ end
59
+
35
60
  # unit tests for text_input_check_xss
36
61
  # Check text input for Cross-Site-Scripting (XSS) attacks
37
62
  # Detects XSS (Cross-Site-Scripting) attacks from text input.
@@ -46,7 +71,7 @@ describe 'TextInputApi' do
46
71
 
47
72
  # unit tests for text_input_check_xss_batch
48
73
  # Check and protect multiple text inputs for Cross-Site-Scripting (XSS) attacks in batch
49
- # Detects XSS (Cross-Site-Scripting) attacks from multiple text input. Output preverses order of input items.
74
+ # Detects XSS (Cross-Site-Scripting) attacks from multiple text inputs. Output preverses order of input items.
50
75
  # @param value User-facing text input.
51
76
  # @param [Hash] opts the optional parameters
52
77
  # @return [XssProtectionBatchResponse]
@@ -56,6 +81,33 @@ describe 'TextInputApi' do
56
81
  end
57
82
  end
58
83
 
84
+ # unit tests for text_input_check_xxe
85
+ # Protect text input from XML External Entity (XXE) attacks
86
+ # Detects XXE (XML External Entity) attacks from text input.
87
+ # @param value User-facing text input.
88
+ # @param [Hash] opts the optional parameters
89
+ # @option opts [BOOLEAN] :allow_internet_urls Optional: Set to true to allow Internet-based dependency URLs for DTDs and other XML External Entitites, set to false to block. Default is false.
90
+ # @option opts [String] :known_safe_urls Optional: Comma separated list of fully-qualified URLs that will automatically be considered safe.
91
+ # @option opts [String] :known_unsafe_urls Optional: Comma separated list of fully-qualified URLs that will automatically be considered unsafe.
92
+ # @return [XxeDetectionResult]
93
+ describe 'text_input_check_xxe test' do
94
+ it 'should work' do
95
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
+ end
97
+ end
98
+
99
+ # unit tests for text_input_check_xxe_batch
100
+ # Protect text input from XML External Entity (XXE) attacks
101
+ # Detects XXE (XML External Entity) attacks from text input.
102
+ # @param request
103
+ # @param [Hash] opts the optional parameters
104
+ # @return [XxeDetectionBatchResponse]
105
+ describe 'text_input_check_xxe_batch test' do
106
+ it 'should work' do
107
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
108
+ end
109
+ end
110
+
59
111
  # unit tests for text_input_protect_xss
60
112
  # Protect text input from Cross-Site-Scripting (XSS) attacks through normalization
61
113
  # Detects and removes XSS (Cross-Site-Scripting) attacks from text input through normalization. Returns the normalized result, as well as information on whether the original input contained an XSS risk.
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::IsAdminPathResponse
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'IsAdminPathResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::IsAdminPathResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of IsAdminPathResponse' do
31
+ it 'should create an instance of IsAdminPathResponse' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::IsAdminPathResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "is_admin_path_node"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "successful"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::PhishingCheckRequest
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'PhishingCheckRequest' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::PhishingCheckRequest.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PhishingCheckRequest' do
31
+ it 'should create an instance of PhishingCheckRequest' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::PhishingCheckRequest)
33
+ end
34
+ end
35
+ describe 'test attribute "url"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::PhishingCheckResponse
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'PhishingCheckResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::PhishingCheckResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PhishingCheckResponse' do
31
+ it 'should create an instance of PhishingCheckResponse' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::PhishingCheckResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "clean_url"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "threat_type"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::SqlInjectionCheckBatchRequest
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'SqlInjectionCheckBatchRequest' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::SqlInjectionCheckBatchRequest.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SqlInjectionCheckBatchRequest' do
31
+ it 'should create an instance of SqlInjectionCheckBatchRequest' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::SqlInjectionCheckBatchRequest)
33
+ end
34
+ end
35
+ describe 'test attribute "request_items"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "detection_level"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::SqlInjectionCheckBatchResponse
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'SqlInjectionCheckBatchResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::SqlInjectionCheckBatchResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SqlInjectionCheckBatchResponse' do
31
+ it 'should create an instance of SqlInjectionCheckBatchResponse' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::SqlInjectionCheckBatchResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "result_items"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::SqlInjectionCheckRequestItem
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'SqlInjectionCheckRequestItem' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::SqlInjectionCheckRequestItem.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SqlInjectionCheckRequestItem' do
31
+ it 'should create an instance of SqlInjectionCheckRequestItem' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::SqlInjectionCheckRequestItem)
33
+ end
34
+ end
35
+ describe 'test attribute "input_text"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::SqlInjectionDetectionResult
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'SqlInjectionDetectionResult' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::SqlInjectionDetectionResult.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SqlInjectionDetectionResult' do
31
+ it 'should create an instance of SqlInjectionDetectionResult' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::SqlInjectionDetectionResult)
33
+ end
34
+ end
35
+ describe 'test attribute "successful"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "contained_sql_injection_attack"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "original_input"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::UrlSafetyCheckRequestFull
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'UrlSafetyCheckRequestFull' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::UrlSafetyCheckRequestFull.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UrlSafetyCheckRequestFull' do
31
+ it 'should create an instance of UrlSafetyCheckRequestFull' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::UrlSafetyCheckRequestFull)
33
+ end
34
+ end
35
+ describe 'test attribute "url"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudmersiveValidateApiClient::UrlSafetyCheckResponseFull
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'UrlSafetyCheckResponseFull' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudmersiveValidateApiClient::UrlSafetyCheckResponseFull.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UrlSafetyCheckResponseFull' do
31
+ it 'should create an instance of UrlSafetyCheckResponseFull' do
32
+ expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::UrlSafetyCheckResponseFull)
33
+ end
34
+ end
35
+ describe 'test attribute "clean_url"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "threat_type"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end