cloudmersive-validate-api-client 1.3.4 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +30 -8
- data/cloudmersive-validate-api-client.gemspec +1 -1
- data/docs/AddressApi.md +111 -1
- data/docs/AddressGetServersResponse.md +2 -2
- data/docs/AddressVerifySyntaxOnlyResponse.md +3 -0
- data/docs/DomainApi.md +112 -2
- data/docs/EmailApi.md +3 -3
- data/docs/GetTimezonesRequest.md +8 -0
- data/docs/GetTimezonesResponse.md +13 -0
- data/docs/IPAddressApi.md +1 -1
- data/docs/LeadEnrichmentApi.md +61 -0
- data/docs/LeadEnrichmentRequest.md +21 -0
- data/docs/LeadEnrichmentResponse.md +25 -0
- data/docs/NameApi.md +59 -4
- data/docs/ParseAddressResponse.md +2 -1
- data/docs/PhoneNumberApi.md +1 -1
- data/docs/Timezone.md +9 -0
- data/docs/UserAgentApi.md +63 -0
- data/docs/UserAgentValidateRequest.md +8 -0
- data/docs/UserAgentValidateResponse.md +21 -0
- data/docs/ValidateCountryRequest.md +8 -0
- data/docs/ValidateCountryResponse.md +13 -0
- data/docs/ValidateIdentifierRequest.md +15 -0
- data/docs/ValidateIdentifierResponse.md +9 -0
- data/docs/ValidateUrlRequestFull.md +8 -0
- data/docs/ValidateUrlRequestSyntaxOnly.md +8 -0
- data/docs/ValidateUrlResponseFull.md +12 -0
- data/docs/ValidateUrlResponseSyntaxOnly.md +9 -0
- data/docs/VatApi.md +1 -1
- data/docs/VatLookupRequest.md +1 -1
- data/docs/VatLookupResponse.md +12 -5
- data/docs/WhoisResponse.md +11 -0
- data/lib/cloudmersive-validate-api-client.rb +18 -1
- data/lib/cloudmersive-validate-api-client/api/address_api.rb +112 -2
- data/lib/cloudmersive-validate-api-client/api/domain_api.rb +113 -3
- data/lib/cloudmersive-validate-api-client/api/email_api.rb +4 -4
- data/lib/cloudmersive-validate-api-client/api/ip_address_api.rb +2 -2
- data/lib/cloudmersive-validate-api-client/api/lead_enrichment_api.rb +78 -0
- data/lib/cloudmersive-validate-api-client/api/name_api.rb +60 -5
- data/lib/cloudmersive-validate-api-client/api/phone_number_api.rb +2 -2
- data/lib/cloudmersive-validate-api-client/api/user_agent_api.rb +78 -0
- data/lib/cloudmersive-validate-api-client/api/vat_api.rb +2 -2
- data/lib/cloudmersive-validate-api-client/api_client.rb +1 -1
- data/lib/cloudmersive-validate-api-client/api_error.rb +1 -1
- data/lib/cloudmersive-validate-api-client/configuration.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/address_get_servers_response.rb +3 -1
- data/lib/cloudmersive-validate-api-client/models/address_verify_syntax_only_response.rb +35 -5
- data/lib/cloudmersive-validate-api-client/models/check_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/first_name_validation_request.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/first_name_validation_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/full_email_validation_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/full_name_validation_request.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/full_name_validation_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/geolocate_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/get_gender_request.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/get_gender_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/get_timezones_request.rb +189 -0
- data/lib/cloudmersive-validate-api-client/models/get_timezones_response.rb +241 -0
- data/lib/cloudmersive-validate-api-client/models/last_name_validation_request.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/last_name_validation_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/lead_enrichment_request.rb +319 -0
- data/lib/cloudmersive-validate-api-client/models/lead_enrichment_response.rb +359 -0
- data/lib/cloudmersive-validate-api-client/models/parse_address_request.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/parse_address_response.rb +18 -8
- data/lib/cloudmersive-validate-api-client/models/phone_number_validate_request.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/phone_number_validation_response.rb +1 -1
- data/lib/cloudmersive-validate-api-client/models/timezone.rb +199 -0
- data/lib/cloudmersive-validate-api-client/models/user_agent_validate_request.rb +189 -0
- data/lib/cloudmersive-validate-api-client/models/user_agent_validate_response.rb +319 -0
- data/lib/cloudmersive-validate-api-client/models/validate_country_request.rb +189 -0
- data/lib/cloudmersive-validate-api-client/models/validate_country_response.rb +241 -0
- data/lib/cloudmersive-validate-api-client/models/validate_identifier_request.rb +259 -0
- data/lib/cloudmersive-validate-api-client/models/validate_identifier_response.rb +199 -0
- data/lib/cloudmersive-validate-api-client/models/validate_url_request_full.rb +189 -0
- data/lib/cloudmersive-validate-api-client/models/validate_url_request_syntax_only.rb +189 -0
- data/lib/cloudmersive-validate-api-client/models/validate_url_response_full.rb +229 -0
- data/lib/cloudmersive-validate-api-client/models/validate_url_response_syntax_only.rb +199 -0
- data/lib/cloudmersive-validate-api-client/models/vat_lookup_request.rb +2 -1
- data/lib/cloudmersive-validate-api-client/models/vat_lookup_response.rb +80 -5
- data/lib/cloudmersive-validate-api-client/models/whois_response.rb +112 -2
- data/lib/cloudmersive-validate-api-client/version.rb +2 -2
- data/spec/api/address_api_spec.rb +25 -1
- data/spec/api/domain_api_spec.rb +25 -1
- data/spec/api/email_api_spec.rb +1 -1
- data/spec/api/ip_address_api_spec.rb +1 -1
- data/spec/api/lead_enrichment_api_spec.rb +47 -0
- data/spec/api/name_api_spec.rb +13 -1
- data/spec/api/phone_number_api_spec.rb +1 -1
- data/spec/api/user_agent_api_spec.rb +47 -0
- data/spec/api/vat_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/address_get_servers_response_spec.rb +1 -1
- data/spec/models/address_verify_syntax_only_response_spec.rb +19 -1
- data/spec/models/check_response_spec.rb +1 -1
- data/spec/models/first_name_validation_request_spec.rb +1 -1
- data/spec/models/first_name_validation_response_spec.rb +1 -1
- data/spec/models/full_email_validation_response_spec.rb +1 -1
- data/spec/models/full_name_validation_request_spec.rb +1 -1
- data/spec/models/full_name_validation_response_spec.rb +1 -1
- data/spec/models/geolocate_response_spec.rb +1 -1
- data/spec/models/get_gender_request_spec.rb +1 -1
- data/spec/models/get_gender_response_spec.rb +1 -1
- data/spec/models/get_timezones_request_spec.rb +42 -0
- data/spec/models/get_timezones_response_spec.rb +72 -0
- data/spec/models/last_name_validation_request_spec.rb +1 -1
- data/spec/models/last_name_validation_response_spec.rb +1 -1
- data/spec/models/lead_enrichment_request_spec.rb +120 -0
- data/spec/models/lead_enrichment_response_spec.rb +144 -0
- data/spec/models/parse_address_request_spec.rb +1 -1
- data/spec/models/parse_address_response_spec.rb +8 -2
- data/spec/models/phone_number_validate_request_spec.rb +1 -1
- data/spec/models/phone_number_validation_response_spec.rb +1 -1
- data/spec/models/timezone_spec.rb +48 -0
- data/spec/models/user_agent_validate_request_spec.rb +42 -0
- data/spec/models/user_agent_validate_response_spec.rb +120 -0
- data/spec/models/validate_country_request_spec.rb +42 -0
- data/spec/models/validate_country_response_spec.rb +72 -0
- data/spec/models/validate_identifier_request_spec.rb +84 -0
- data/spec/models/validate_identifier_response_spec.rb +48 -0
- data/spec/models/validate_url_request_full_spec.rb +42 -0
- data/spec/models/validate_url_request_syntax_only_spec.rb +42 -0
- data/spec/models/validate_url_response_full_spec.rb +66 -0
- data/spec/models/validate_url_response_syntax_only_spec.rb +48 -0
- data/spec/models/vat_lookup_request_spec.rb +1 -1
- data/spec/models/vat_lookup_response_spec.rb +43 -1
- data/spec/models/whois_response_spec.rb +67 -1
- data/spec/spec_helper.rb +1 -1
- metadata +66 -16
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -54,7 +54,7 @@ module CloudmersiveValidateApiClient
|
|
|
54
54
|
# HTTP header 'Accept' (if needed)
|
|
55
55
|
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
56
56
|
# HTTP header 'Content-Type'
|
|
57
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'
|
|
57
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
58
58
|
|
|
59
59
|
# form parameters
|
|
60
60
|
form_params = {}
|
|
@@ -75,6 +75,61 @@ module CloudmersiveValidateApiClient
|
|
|
75
75
|
return data, status_code, headers
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
+
# Validate a code identifier
|
|
79
|
+
# Determines if the input name is a valid technical / code identifier. Configure input rules such as whether whitespace, hyphens, underscores, etc. are allowed. For example, a valid identifier might be \"helloWorld\" but not \"hello*World\".
|
|
80
|
+
# @param input Identifier validation request information
|
|
81
|
+
# @param [Hash] opts the optional parameters
|
|
82
|
+
# @return [ValidateIdentifierResponse]
|
|
83
|
+
def name_identifier(input, opts = {})
|
|
84
|
+
data, _status_code, _headers = name_identifier_with_http_info(input, opts)
|
|
85
|
+
return data
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Validate a code identifier
|
|
89
|
+
# Determines if the input name is a valid technical / code identifier. Configure input rules such as whether whitespace, hyphens, underscores, etc. are allowed. For example, a valid identifier might be \"helloWorld\" but not \"hello*World\".
|
|
90
|
+
# @param input Identifier validation request information
|
|
91
|
+
# @param [Hash] opts the optional parameters
|
|
92
|
+
# @return [Array<(ValidateIdentifierResponse, Fixnum, Hash)>] ValidateIdentifierResponse data, response status code and response headers
|
|
93
|
+
def name_identifier_with_http_info(input, opts = {})
|
|
94
|
+
if @api_client.config.debugging
|
|
95
|
+
@api_client.config.logger.debug "Calling API: NameApi.name_identifier ..."
|
|
96
|
+
end
|
|
97
|
+
# verify the required parameter 'input' is set
|
|
98
|
+
if @api_client.config.client_side_validation && input.nil?
|
|
99
|
+
fail ArgumentError, "Missing the required parameter 'input' when calling NameApi.name_identifier"
|
|
100
|
+
end
|
|
101
|
+
# resource path
|
|
102
|
+
local_var_path = "/validate/name/identifier"
|
|
103
|
+
|
|
104
|
+
# query parameters
|
|
105
|
+
query_params = {}
|
|
106
|
+
|
|
107
|
+
# header parameters
|
|
108
|
+
header_params = {}
|
|
109
|
+
# HTTP header 'Accept' (if needed)
|
|
110
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
111
|
+
# HTTP header 'Content-Type'
|
|
112
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
113
|
+
|
|
114
|
+
# form parameters
|
|
115
|
+
form_params = {}
|
|
116
|
+
|
|
117
|
+
# http body (model)
|
|
118
|
+
post_body = @api_client.object_to_http_body(input)
|
|
119
|
+
auth_names = ['Apikey']
|
|
120
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
121
|
+
:header_params => header_params,
|
|
122
|
+
:query_params => query_params,
|
|
123
|
+
:form_params => form_params,
|
|
124
|
+
:body => post_body,
|
|
125
|
+
:auth_names => auth_names,
|
|
126
|
+
:return_type => 'ValidateIdentifierResponse')
|
|
127
|
+
if @api_client.config.debugging
|
|
128
|
+
@api_client.config.logger.debug "API called: NameApi#name_identifier\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
129
|
+
end
|
|
130
|
+
return data, status_code, headers
|
|
131
|
+
end
|
|
132
|
+
|
|
78
133
|
# Validate a first name
|
|
79
134
|
# Determines if a string is a valid first name (given name)
|
|
80
135
|
# @param input Validation request information
|
|
@@ -109,7 +164,7 @@ module CloudmersiveValidateApiClient
|
|
|
109
164
|
# HTTP header 'Accept' (if needed)
|
|
110
165
|
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
111
166
|
# HTTP header 'Content-Type'
|
|
112
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'
|
|
167
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
113
168
|
|
|
114
169
|
# form parameters
|
|
115
170
|
form_params = {}
|
|
@@ -164,7 +219,7 @@ module CloudmersiveValidateApiClient
|
|
|
164
219
|
# HTTP header 'Accept' (if needed)
|
|
165
220
|
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
166
221
|
# HTTP header 'Content-Type'
|
|
167
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'
|
|
222
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
168
223
|
|
|
169
224
|
# form parameters
|
|
170
225
|
form_params = {}
|
|
@@ -219,7 +274,7 @@ module CloudmersiveValidateApiClient
|
|
|
219
274
|
# HTTP header 'Accept' (if needed)
|
|
220
275
|
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
221
276
|
# HTTP header 'Content-Type'
|
|
222
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'
|
|
277
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
223
278
|
|
|
224
279
|
# form parameters
|
|
225
280
|
form_params = {}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -54,7 +54,7 @@ module CloudmersiveValidateApiClient
|
|
|
54
54
|
# HTTP header 'Accept' (if needed)
|
|
55
55
|
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
56
56
|
# HTTP header 'Content-Type'
|
|
57
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'
|
|
57
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
58
58
|
|
|
59
59
|
# form parameters
|
|
60
60
|
form_params = {}
|
|
@@ -0,0 +1,78 @@
|
|
|
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.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require "uri"
|
|
14
|
+
|
|
15
|
+
module CloudmersiveValidateApiClient
|
|
16
|
+
class UserAgentApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# Parse an HTTP User-Agent string, identify robots
|
|
24
|
+
# Uses a parsing system and database to parse the User-Agent into its structured component parts, such as Browser, Browser Version, Browser Engine, Operating System, and importantly, Robot identification.
|
|
25
|
+
# @param request Input parse request
|
|
26
|
+
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @return [UserAgentValidateResponse]
|
|
28
|
+
def user_agent_parse(request, opts = {})
|
|
29
|
+
data, _status_code, _headers = user_agent_parse_with_http_info(request, opts)
|
|
30
|
+
return data
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Parse an HTTP User-Agent string, identify robots
|
|
34
|
+
# Uses a parsing system and database to parse the User-Agent into its structured component parts, such as Browser, Browser Version, Browser Engine, Operating System, and importantly, Robot identification.
|
|
35
|
+
# @param request Input parse request
|
|
36
|
+
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @return [Array<(UserAgentValidateResponse, Fixnum, Hash)>] UserAgentValidateResponse data, response status code and response headers
|
|
38
|
+
def user_agent_parse_with_http_info(request, opts = {})
|
|
39
|
+
if @api_client.config.debugging
|
|
40
|
+
@api_client.config.logger.debug "Calling API: UserAgentApi.user_agent_parse ..."
|
|
41
|
+
end
|
|
42
|
+
# verify the required parameter 'request' is set
|
|
43
|
+
if @api_client.config.client_side_validation && request.nil?
|
|
44
|
+
fail ArgumentError, "Missing the required parameter 'request' when calling UserAgentApi.user_agent_parse"
|
|
45
|
+
end
|
|
46
|
+
# resource path
|
|
47
|
+
local_var_path = "/validate/useragent/parse"
|
|
48
|
+
|
|
49
|
+
# query parameters
|
|
50
|
+
query_params = {}
|
|
51
|
+
|
|
52
|
+
# header parameters
|
|
53
|
+
header_params = {}
|
|
54
|
+
# HTTP header 'Accept' (if needed)
|
|
55
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
56
|
+
# HTTP header 'Content-Type'
|
|
57
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
58
|
+
|
|
59
|
+
# form parameters
|
|
60
|
+
form_params = {}
|
|
61
|
+
|
|
62
|
+
# http body (model)
|
|
63
|
+
post_body = @api_client.object_to_http_body(request)
|
|
64
|
+
auth_names = ['Apikey']
|
|
65
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
66
|
+
:header_params => header_params,
|
|
67
|
+
:query_params => query_params,
|
|
68
|
+
:form_params => form_params,
|
|
69
|
+
:body => post_body,
|
|
70
|
+
:auth_names => auth_names,
|
|
71
|
+
:return_type => 'UserAgentValidateResponse')
|
|
72
|
+
if @api_client.config.debugging
|
|
73
|
+
@api_client.config.logger.debug "API called: UserAgentApi#user_agent_parse\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
74
|
+
end
|
|
75
|
+
return data, status_code, headers
|
|
76
|
+
end
|
|
77
|
+
end
|
|
78
|
+
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -54,7 +54,7 @@ module CloudmersiveValidateApiClient
|
|
|
54
54
|
# HTTP header 'Accept' (if needed)
|
|
55
55
|
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
56
56
|
# HTTP header 'Content-Type'
|
|
57
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'
|
|
57
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json'])
|
|
58
58
|
|
|
59
59
|
# form parameters
|
|
60
60
|
form_params = {}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,8 +15,10 @@ require 'date'
|
|
|
15
15
|
module CloudmersiveValidateApiClient
|
|
16
16
|
# Result of a partial email address validation
|
|
17
17
|
class AddressGetServersResponse
|
|
18
|
+
# True if partial address validation was successufl, false otherwise
|
|
18
19
|
attr_accessor :success
|
|
19
20
|
|
|
21
|
+
# Email servers for this email address
|
|
20
22
|
attr_accessor :servers
|
|
21
23
|
|
|
22
24
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,18 +18,33 @@ module CloudmersiveValidateApiClient
|
|
|
18
18
|
# True if the email address is syntactically valid, false if it is not
|
|
19
19
|
attr_accessor :valid_address
|
|
20
20
|
|
|
21
|
+
# Domain name of the email address
|
|
22
|
+
attr_accessor :domain
|
|
23
|
+
|
|
24
|
+
# True if the email domain name is a free provider (typically a free to sign up web email provider for consumers / personal use), false otherwise.
|
|
25
|
+
attr_accessor :is_free_email_provider
|
|
26
|
+
|
|
27
|
+
# True if the email address is a disposable email address, false otherwise; these disposable providers are not typically used to receive email and so will have a low likelihood of opening mail sent there.
|
|
28
|
+
attr_accessor :is_disposable
|
|
29
|
+
|
|
21
30
|
|
|
22
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
32
|
def self.attribute_map
|
|
24
33
|
{
|
|
25
|
-
:'valid_address' => :'ValidAddress'
|
|
34
|
+
:'valid_address' => :'ValidAddress',
|
|
35
|
+
:'domain' => :'Domain',
|
|
36
|
+
:'is_free_email_provider' => :'IsFreeEmailProvider',
|
|
37
|
+
:'is_disposable' => :'IsDisposable'
|
|
26
38
|
}
|
|
27
39
|
end
|
|
28
40
|
|
|
29
41
|
# Attribute type mapping.
|
|
30
42
|
def self.swagger_types
|
|
31
43
|
{
|
|
32
|
-
:'valid_address' => :'BOOLEAN'
|
|
44
|
+
:'valid_address' => :'BOOLEAN',
|
|
45
|
+
:'domain' => :'String',
|
|
46
|
+
:'is_free_email_provider' => :'BOOLEAN',
|
|
47
|
+
:'is_disposable' => :'BOOLEAN'
|
|
33
48
|
}
|
|
34
49
|
end
|
|
35
50
|
|
|
@@ -45,6 +60,18 @@ module CloudmersiveValidateApiClient
|
|
|
45
60
|
self.valid_address = attributes[:'ValidAddress']
|
|
46
61
|
end
|
|
47
62
|
|
|
63
|
+
if attributes.has_key?(:'Domain')
|
|
64
|
+
self.domain = attributes[:'Domain']
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
if attributes.has_key?(:'IsFreeEmailProvider')
|
|
68
|
+
self.is_free_email_provider = attributes[:'IsFreeEmailProvider']
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
if attributes.has_key?(:'IsDisposable')
|
|
72
|
+
self.is_disposable = attributes[:'IsDisposable']
|
|
73
|
+
end
|
|
74
|
+
|
|
48
75
|
end
|
|
49
76
|
|
|
50
77
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -65,7 +92,10 @@ module CloudmersiveValidateApiClient
|
|
|
65
92
|
def ==(o)
|
|
66
93
|
return true if self.equal?(o)
|
|
67
94
|
self.class == o.class &&
|
|
68
|
-
valid_address == o.valid_address
|
|
95
|
+
valid_address == o.valid_address &&
|
|
96
|
+
domain == o.domain &&
|
|
97
|
+
is_free_email_provider == o.is_free_email_provider &&
|
|
98
|
+
is_disposable == o.is_disposable
|
|
69
99
|
end
|
|
70
100
|
|
|
71
101
|
# @see the `==` method
|
|
@@ -77,7 +107,7 @@ module CloudmersiveValidateApiClient
|
|
|
77
107
|
# Calculates hash code according to all attributes.
|
|
78
108
|
# @return [Fixnum] Hash code
|
|
79
109
|
def hash
|
|
80
|
-
[valid_address].hash
|
|
110
|
+
[valid_address, domain, is_free_email_provider, is_disposable].hash
|
|
81
111
|
end
|
|
82
112
|
|
|
83
113
|
# Builds the object from hash
|