cloudmersive-validate-api-client 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -4
  3. data/cloudmersive-validate-api-client.gemspec +1 -1
  4. data/docs/AddressGetServersResponse.md +2 -2
  5. data/docs/NameApi.md +55 -0
  6. data/docs/ValidateIdentifierRequest.md +15 -0
  7. data/docs/ValidateIdentifierResponse.md +9 -0
  8. data/docs/ValidateUrlRequestFull.md +1 -1
  9. data/docs/ValidateUrlRequestSyntaxOnly.md +1 -1
  10. data/docs/VatLookupRequest.md +1 -1
  11. data/docs/VatLookupResponse.md +5 -5
  12. data/lib/cloudmersive-validate-api-client.rb +3 -1
  13. data/lib/cloudmersive-validate-api-client/api/address_api.rb +1 -1
  14. data/lib/cloudmersive-validate-api-client/api/domain_api.rb +1 -1
  15. data/lib/cloudmersive-validate-api-client/api/email_api.rb +1 -1
  16. data/lib/cloudmersive-validate-api-client/api/ip_address_api.rb +1 -1
  17. data/lib/cloudmersive-validate-api-client/api/name_api.rb +56 -1
  18. data/lib/cloudmersive-validate-api-client/api/phone_number_api.rb +1 -1
  19. data/lib/cloudmersive-validate-api-client/api/user_agent_api.rb +1 -1
  20. data/lib/cloudmersive-validate-api-client/api/vat_api.rb +1 -1
  21. data/lib/cloudmersive-validate-api-client/api_client.rb +1 -1
  22. data/lib/cloudmersive-validate-api-client/api_error.rb +1 -1
  23. data/lib/cloudmersive-validate-api-client/configuration.rb +1 -1
  24. data/lib/cloudmersive-validate-api-client/models/address_get_servers_response.rb +3 -1
  25. data/lib/cloudmersive-validate-api-client/models/address_verify_syntax_only_response.rb +1 -1
  26. data/lib/cloudmersive-validate-api-client/models/check_response.rb +1 -1
  27. data/lib/cloudmersive-validate-api-client/models/first_name_validation_request.rb +1 -1
  28. data/lib/cloudmersive-validate-api-client/models/first_name_validation_response.rb +1 -1
  29. data/lib/cloudmersive-validate-api-client/models/full_email_validation_response.rb +1 -1
  30. data/lib/cloudmersive-validate-api-client/models/full_name_validation_request.rb +1 -1
  31. data/lib/cloudmersive-validate-api-client/models/full_name_validation_response.rb +1 -1
  32. data/lib/cloudmersive-validate-api-client/models/geolocate_response.rb +1 -1
  33. data/lib/cloudmersive-validate-api-client/models/get_gender_request.rb +1 -1
  34. data/lib/cloudmersive-validate-api-client/models/get_gender_response.rb +1 -1
  35. data/lib/cloudmersive-validate-api-client/models/last_name_validation_request.rb +1 -1
  36. data/lib/cloudmersive-validate-api-client/models/last_name_validation_response.rb +1 -1
  37. data/lib/cloudmersive-validate-api-client/models/parse_address_request.rb +1 -1
  38. data/lib/cloudmersive-validate-api-client/models/parse_address_response.rb +1 -1
  39. data/lib/cloudmersive-validate-api-client/models/phone_number_validate_request.rb +1 -1
  40. data/lib/cloudmersive-validate-api-client/models/phone_number_validation_response.rb +1 -1
  41. data/lib/cloudmersive-validate-api-client/models/user_agent_validate_request.rb +1 -1
  42. data/lib/cloudmersive-validate-api-client/models/user_agent_validate_response.rb +1 -1
  43. data/lib/cloudmersive-validate-api-client/models/validate_identifier_request.rb +259 -0
  44. data/lib/cloudmersive-validate-api-client/models/validate_identifier_response.rb +199 -0
  45. data/lib/cloudmersive-validate-api-client/models/validate_url_request_full.rb +2 -1
  46. data/lib/cloudmersive-validate-api-client/models/validate_url_request_syntax_only.rb +2 -1
  47. data/lib/cloudmersive-validate-api-client/models/validate_url_response_full.rb +1 -1
  48. data/lib/cloudmersive-validate-api-client/models/validate_url_response_syntax_only.rb +1 -1
  49. data/lib/cloudmersive-validate-api-client/models/vat_lookup_request.rb +2 -1
  50. data/lib/cloudmersive-validate-api-client/models/vat_lookup_response.rb +6 -1
  51. data/lib/cloudmersive-validate-api-client/models/whois_response.rb +1 -1
  52. data/lib/cloudmersive-validate-api-client/version.rb +2 -2
  53. data/spec/api/address_api_spec.rb +1 -1
  54. data/spec/api/domain_api_spec.rb +1 -1
  55. data/spec/api/email_api_spec.rb +1 -1
  56. data/spec/api/ip_address_api_spec.rb +1 -1
  57. data/spec/api/name_api_spec.rb +13 -1
  58. data/spec/api/phone_number_api_spec.rb +1 -1
  59. data/spec/api/user_agent_api_spec.rb +1 -1
  60. data/spec/api/vat_api_spec.rb +1 -1
  61. data/spec/api_client_spec.rb +1 -1
  62. data/spec/configuration_spec.rb +1 -1
  63. data/spec/models/address_get_servers_response_spec.rb +1 -1
  64. data/spec/models/address_verify_syntax_only_response_spec.rb +1 -1
  65. data/spec/models/check_response_spec.rb +1 -1
  66. data/spec/models/first_name_validation_request_spec.rb +1 -1
  67. data/spec/models/first_name_validation_response_spec.rb +1 -1
  68. data/spec/models/full_email_validation_response_spec.rb +1 -1
  69. data/spec/models/full_name_validation_request_spec.rb +1 -1
  70. data/spec/models/full_name_validation_response_spec.rb +1 -1
  71. data/spec/models/geolocate_response_spec.rb +1 -1
  72. data/spec/models/get_gender_request_spec.rb +1 -1
  73. data/spec/models/get_gender_response_spec.rb +1 -1
  74. data/spec/models/last_name_validation_request_spec.rb +1 -1
  75. data/spec/models/last_name_validation_response_spec.rb +1 -1
  76. data/spec/models/parse_address_request_spec.rb +1 -1
  77. data/spec/models/parse_address_response_spec.rb +1 -1
  78. data/spec/models/phone_number_validate_request_spec.rb +1 -1
  79. data/spec/models/phone_number_validation_response_spec.rb +1 -1
  80. data/spec/models/user_agent_validate_request_spec.rb +1 -1
  81. data/spec/models/user_agent_validate_response_spec.rb +1 -1
  82. data/spec/models/validate_identifier_request_spec.rb +84 -0
  83. data/spec/models/validate_identifier_response_spec.rb +48 -0
  84. data/spec/models/validate_url_request_full_spec.rb +1 -1
  85. data/spec/models/validate_url_request_syntax_only_spec.rb +1 -1
  86. data/spec/models/validate_url_response_full_spec.rb +1 -1
  87. data/spec/models/validate_url_response_syntax_only_spec.rb +1 -1
  88. data/spec/models/vat_lookup_request_spec.rb +1 -1
  89. data/spec/models/vat_lookup_response_spec.rb +1 -1
  90. data/spec/models/whois_response_spec.rb +1 -1
  91. data/spec/spec_helper.rb +1 -1
  92. metadata +21 -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -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: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,259 @@
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 'date'
14
+
15
+ module CloudmersiveValidateApiClient
16
+ # Identifier validation request, including the input identifier as well as various identifier rules
17
+ class ValidateIdentifierRequest
18
+ # Text string identifier input
19
+ attr_accessor :input
20
+
21
+ # True if whitespace is allowed in the identifier, false otherwise
22
+ attr_accessor :allow_whitespace
23
+
24
+ # True if hyphens are allowd in the identifier, false otherwise
25
+ attr_accessor :allow_hyphens
26
+
27
+ # True if underscores are allowed in the identifier, false otherwise
28
+ attr_accessor :allow_underscore
29
+
30
+ # True if numbers are allowed in the identifier, false otherwise
31
+ attr_accessor :allow_numbers
32
+
33
+ # True if periods are allowed in the identifier, false otherwise
34
+ attr_accessor :allow_periods
35
+
36
+ # Optional; maximum length, if any, of the identifier
37
+ attr_accessor :max_length
38
+
39
+ # Optional; minimum length, if any, of the identifier
40
+ attr_accessor :min_length
41
+
42
+
43
+ # Attribute mapping from ruby-style variable name to JSON key.
44
+ def self.attribute_map
45
+ {
46
+ :'input' => :'Input',
47
+ :'allow_whitespace' => :'AllowWhitespace',
48
+ :'allow_hyphens' => :'AllowHyphens',
49
+ :'allow_underscore' => :'AllowUnderscore',
50
+ :'allow_numbers' => :'AllowNumbers',
51
+ :'allow_periods' => :'AllowPeriods',
52
+ :'max_length' => :'MaxLength',
53
+ :'min_length' => :'MinLength'
54
+ }
55
+ end
56
+
57
+ # Attribute type mapping.
58
+ def self.swagger_types
59
+ {
60
+ :'input' => :'String',
61
+ :'allow_whitespace' => :'BOOLEAN',
62
+ :'allow_hyphens' => :'BOOLEAN',
63
+ :'allow_underscore' => :'BOOLEAN',
64
+ :'allow_numbers' => :'BOOLEAN',
65
+ :'allow_periods' => :'BOOLEAN',
66
+ :'max_length' => :'Integer',
67
+ :'min_length' => :'Integer'
68
+ }
69
+ end
70
+
71
+ # Initializes the object
72
+ # @param [Hash] attributes Model attributes in the form of hash
73
+ def initialize(attributes = {})
74
+ return unless attributes.is_a?(Hash)
75
+
76
+ # convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
78
+
79
+ if attributes.has_key?(:'Input')
80
+ self.input = attributes[:'Input']
81
+ end
82
+
83
+ if attributes.has_key?(:'AllowWhitespace')
84
+ self.allow_whitespace = attributes[:'AllowWhitespace']
85
+ end
86
+
87
+ if attributes.has_key?(:'AllowHyphens')
88
+ self.allow_hyphens = attributes[:'AllowHyphens']
89
+ end
90
+
91
+ if attributes.has_key?(:'AllowUnderscore')
92
+ self.allow_underscore = attributes[:'AllowUnderscore']
93
+ end
94
+
95
+ if attributes.has_key?(:'AllowNumbers')
96
+ self.allow_numbers = attributes[:'AllowNumbers']
97
+ end
98
+
99
+ if attributes.has_key?(:'AllowPeriods')
100
+ self.allow_periods = attributes[:'AllowPeriods']
101
+ end
102
+
103
+ if attributes.has_key?(:'MaxLength')
104
+ self.max_length = attributes[:'MaxLength']
105
+ end
106
+
107
+ if attributes.has_key?(:'MinLength')
108
+ self.min_length = attributes[:'MinLength']
109
+ end
110
+
111
+ end
112
+
113
+ # Show invalid properties with the reasons. Usually used together with valid?
114
+ # @return Array for valid properties with the reasons
115
+ def list_invalid_properties
116
+ invalid_properties = Array.new
117
+ return invalid_properties
118
+ end
119
+
120
+ # Check to see if the all the properties in the model are valid
121
+ # @return true if the model is valid
122
+ def valid?
123
+ return true
124
+ end
125
+
126
+ # Checks equality by comparing each attribute.
127
+ # @param [Object] Object to be compared
128
+ def ==(o)
129
+ return true if self.equal?(o)
130
+ self.class == o.class &&
131
+ input == o.input &&
132
+ allow_whitespace == o.allow_whitespace &&
133
+ allow_hyphens == o.allow_hyphens &&
134
+ allow_underscore == o.allow_underscore &&
135
+ allow_numbers == o.allow_numbers &&
136
+ allow_periods == o.allow_periods &&
137
+ max_length == o.max_length &&
138
+ min_length == o.min_length
139
+ end
140
+
141
+ # @see the `==` method
142
+ # @param [Object] Object to be compared
143
+ def eql?(o)
144
+ self == o
145
+ end
146
+
147
+ # Calculates hash code according to all attributes.
148
+ # @return [Fixnum] Hash code
149
+ def hash
150
+ [input, allow_whitespace, allow_hyphens, allow_underscore, allow_numbers, allow_periods, max_length, min_length].hash
151
+ end
152
+
153
+ # Builds the object from hash
154
+ # @param [Hash] attributes Model attributes in the form of hash
155
+ # @return [Object] Returns the model itself
156
+ def build_from_hash(attributes)
157
+ return nil unless attributes.is_a?(Hash)
158
+ self.class.swagger_types.each_pair do |key, type|
159
+ if type =~ /\AArray<(.*)>/i
160
+ # check to ensure the input is an array given that the the attribute
161
+ # is documented as an array but the input is not
162
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
163
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
164
+ end
165
+ elsif !attributes[self.class.attribute_map[key]].nil?
166
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
167
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
168
+ end
169
+
170
+ self
171
+ end
172
+
173
+ # Deserializes the data based on type
174
+ # @param string type Data type
175
+ # @param string value Value to be deserialized
176
+ # @return [Object] Deserialized data
177
+ def _deserialize(type, value)
178
+ case type.to_sym
179
+ when :DateTime
180
+ DateTime.parse(value)
181
+ when :Date
182
+ Date.parse(value)
183
+ when :String
184
+ value.to_s
185
+ when :Integer
186
+ value.to_i
187
+ when :Float
188
+ value.to_f
189
+ when :BOOLEAN
190
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
191
+ true
192
+ else
193
+ false
194
+ end
195
+ when :Object
196
+ # generic object (usually a Hash), return directly
197
+ value
198
+ when /\AArray<(?<inner_type>.+)>\z/
199
+ inner_type = Regexp.last_match[:inner_type]
200
+ value.map { |v| _deserialize(inner_type, v) }
201
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
202
+ k_type = Regexp.last_match[:k_type]
203
+ v_type = Regexp.last_match[:v_type]
204
+ {}.tap do |hash|
205
+ value.each do |k, v|
206
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
207
+ end
208
+ end
209
+ else # model
210
+ temp_model = CloudmersiveValidateApiClient.const_get(type).new
211
+ temp_model.build_from_hash(value)
212
+ end
213
+ end
214
+
215
+ # Returns the string representation of the object
216
+ # @return [String] String presentation of the object
217
+ def to_s
218
+ to_hash.to_s
219
+ end
220
+
221
+ # to_body is an alias to to_hash (backward compatibility)
222
+ # @return [Hash] Returns the object in the form of hash
223
+ def to_body
224
+ to_hash
225
+ end
226
+
227
+ # Returns the object in the form of hash
228
+ # @return [Hash] Returns the object in the form of hash
229
+ def to_hash
230
+ hash = {}
231
+ self.class.attribute_map.each_pair do |attr, param|
232
+ value = self.send(attr)
233
+ next if value.nil?
234
+ hash[param] = _to_hash(value)
235
+ end
236
+ hash
237
+ end
238
+
239
+ # Outputs non-array value in the form of hash
240
+ # For object, use to_hash. Otherwise, just return the value
241
+ # @param [Object] value Any valid value
242
+ # @return [Hash] Returns the value in the form of hash
243
+ def _to_hash(value)
244
+ if value.is_a?(Array)
245
+ value.compact.map{ |v| _to_hash(v) }
246
+ elsif value.is_a?(Hash)
247
+ {}.tap do |hash|
248
+ value.each { |k, v| hash[k] = _to_hash(v) }
249
+ end
250
+ elsif value.respond_to? :to_hash
251
+ value.to_hash
252
+ else
253
+ value
254
+ end
255
+ end
256
+
257
+ end
258
+
259
+ end
@@ -0,0 +1,199 @@
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 'date'
14
+
15
+ module CloudmersiveValidateApiClient
16
+ # Result of performing an identifier validation operation
17
+ class ValidateIdentifierResponse
18
+ # True if the input identifier is valid, false otherwise
19
+ attr_accessor :valid_identifier
20
+
21
+ # Resulting error from the identifier validation; possible errors are: \"InputIsEmpty\", \"ContainsWhitespace\", \"ContainsNumbers\", \"ContainsHyphen\", \"ContainsUnderscore\", \"ContainsPeriod\", \"TooShort\", \"TooLong\", \"ContainsSpecialCharacters\"
22
+ attr_accessor :error
23
+
24
+
25
+ # Attribute mapping from ruby-style variable name to JSON key.
26
+ def self.attribute_map
27
+ {
28
+ :'valid_identifier' => :'ValidIdentifier',
29
+ :'error' => :'Error'
30
+ }
31
+ end
32
+
33
+ # Attribute type mapping.
34
+ def self.swagger_types
35
+ {
36
+ :'valid_identifier' => :'BOOLEAN',
37
+ :'error' => :'String'
38
+ }
39
+ end
40
+
41
+ # Initializes the object
42
+ # @param [Hash] attributes Model attributes in the form of hash
43
+ def initialize(attributes = {})
44
+ return unless attributes.is_a?(Hash)
45
+
46
+ # convert string to symbol for hash key
47
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
48
+
49
+ if attributes.has_key?(:'ValidIdentifier')
50
+ self.valid_identifier = attributes[:'ValidIdentifier']
51
+ end
52
+
53
+ if attributes.has_key?(:'Error')
54
+ self.error = attributes[:'Error']
55
+ end
56
+
57
+ end
58
+
59
+ # Show invalid properties with the reasons. Usually used together with valid?
60
+ # @return Array for valid properties with the reasons
61
+ def list_invalid_properties
62
+ invalid_properties = Array.new
63
+ return invalid_properties
64
+ end
65
+
66
+ # Check to see if the all the properties in the model are valid
67
+ # @return true if the model is valid
68
+ def valid?
69
+ return true
70
+ end
71
+
72
+ # Checks equality by comparing each attribute.
73
+ # @param [Object] Object to be compared
74
+ def ==(o)
75
+ return true if self.equal?(o)
76
+ self.class == o.class &&
77
+ valid_identifier == o.valid_identifier &&
78
+ error == o.error
79
+ end
80
+
81
+ # @see the `==` method
82
+ # @param [Object] Object to be compared
83
+ def eql?(o)
84
+ self == o
85
+ end
86
+
87
+ # Calculates hash code according to all attributes.
88
+ # @return [Fixnum] Hash code
89
+ def hash
90
+ [valid_identifier, error].hash
91
+ end
92
+
93
+ # Builds the object from hash
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ # @return [Object] Returns the model itself
96
+ def build_from_hash(attributes)
97
+ return nil unless attributes.is_a?(Hash)
98
+ self.class.swagger_types.each_pair do |key, type|
99
+ if type =~ /\AArray<(.*)>/i
100
+ # check to ensure the input is an array given that the the attribute
101
+ # is documented as an array but the input is not
102
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
103
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
104
+ end
105
+ elsif !attributes[self.class.attribute_map[key]].nil?
106
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
107
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
108
+ end
109
+
110
+ self
111
+ end
112
+
113
+ # Deserializes the data based on type
114
+ # @param string type Data type
115
+ # @param string value Value to be deserialized
116
+ # @return [Object] Deserialized data
117
+ def _deserialize(type, value)
118
+ case type.to_sym
119
+ when :DateTime
120
+ DateTime.parse(value)
121
+ when :Date
122
+ Date.parse(value)
123
+ when :String
124
+ value.to_s
125
+ when :Integer
126
+ value.to_i
127
+ when :Float
128
+ value.to_f
129
+ when :BOOLEAN
130
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
131
+ true
132
+ else
133
+ false
134
+ end
135
+ when :Object
136
+ # generic object (usually a Hash), return directly
137
+ value
138
+ when /\AArray<(?<inner_type>.+)>\z/
139
+ inner_type = Regexp.last_match[:inner_type]
140
+ value.map { |v| _deserialize(inner_type, v) }
141
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
142
+ k_type = Regexp.last_match[:k_type]
143
+ v_type = Regexp.last_match[:v_type]
144
+ {}.tap do |hash|
145
+ value.each do |k, v|
146
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
147
+ end
148
+ end
149
+ else # model
150
+ temp_model = CloudmersiveValidateApiClient.const_get(type).new
151
+ temp_model.build_from_hash(value)
152
+ end
153
+ end
154
+
155
+ # Returns the string representation of the object
156
+ # @return [String] String presentation of the object
157
+ def to_s
158
+ to_hash.to_s
159
+ end
160
+
161
+ # to_body is an alias to to_hash (backward compatibility)
162
+ # @return [Hash] Returns the object in the form of hash
163
+ def to_body
164
+ to_hash
165
+ end
166
+
167
+ # Returns the object in the form of hash
168
+ # @return [Hash] Returns the object in the form of hash
169
+ def to_hash
170
+ hash = {}
171
+ self.class.attribute_map.each_pair do |attr, param|
172
+ value = self.send(attr)
173
+ next if value.nil?
174
+ hash[param] = _to_hash(value)
175
+ end
176
+ hash
177
+ end
178
+
179
+ # Outputs non-array value in the form of hash
180
+ # For object, use to_hash. Otherwise, just return the value
181
+ # @param [Object] value Any valid value
182
+ # @return [Hash] Returns the value in the form of hash
183
+ def _to_hash(value)
184
+ if value.is_a?(Array)
185
+ value.compact.map{ |v| _to_hash(v) }
186
+ elsif value.is_a?(Hash)
187
+ {}.tap do |hash|
188
+ value.each { |k, v| hash[k] = _to_hash(v) }
189
+ end
190
+ elsif value.respond_to? :to_hash
191
+ value.to_hash
192
+ else
193
+ value
194
+ end
195
+ end
196
+
197
+ end
198
+
199
+ end