fastly 5.2.2 → 5.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +4 -3
  5. data/docs/AutomationTokenCreateResponse.md +3 -3
  6. data/docs/AutomationTokenCreateResponseAllOf.md +3 -3
  7. data/docs/AutomationTokenResponse.md +2 -2
  8. data/docs/AutomationTokenResponseAllOf.md +2 -2
  9. data/docs/AutomationTokensApi.md +4 -3
  10. data/docs/Batch.md +12 -0
  11. data/docs/BatchErrors.md +13 -0
  12. data/docs/ErrorResponse.md +13 -0
  13. data/docs/HistoricalFieldResultsAttributes.md +1 -1
  14. data/docs/HistoricalFieldResultsAttributesAllOf.md +1 -1
  15. data/docs/RateLimiter.md +1 -1
  16. data/docs/RateLimiterApi.md +122 -0
  17. data/docs/RateLimiterResponse.md +1 -1
  18. data/docs/ReadOnlyCustomerId.md +9 -0
  19. data/docs/ReadOnlyId.md +9 -0
  20. data/docs/ReadOnlyIdService.md +9 -0
  21. data/docs/ReadOnlyUserId.md +9 -0
  22. data/docs/SchemasSnippetResponse.md +1 -1
  23. data/docs/Snippet.md +1 -1
  24. data/docs/SnippetApi.md +4 -4
  25. data/docs/SnippetResponse.md +1 -1
  26. data/docs/TokensAdditionalProps.md +9 -0
  27. data/docs/ValidatorResult.md +1 -5
  28. data/docs/ValidatorResultData.md +12 -0
  29. data/docs/ValidatorResultDataAttributes.md +14 -0
  30. data/docs/{ValidatorResultMessages.md → ValidatorResultDataAttributesMessages.md} +2 -2
  31. data/docs/VclApi.md +8 -6
  32. data/docs/VclSyntaxHighlightingResponse.md +10 -0
  33. data/lib/fastly/api/automation_tokens_api.rb +5 -5
  34. data/lib/fastly/api/rate_limiter_api.rb +345 -0
  35. data/lib/fastly/api/snippet_api.rb +6 -6
  36. data/lib/fastly/api/vcl_api.rb +10 -10
  37. data/lib/fastly/configuration.rb +12 -0
  38. data/lib/fastly/models/automation_token_create_request_attributes.rb +0 -1
  39. data/lib/fastly/models/automation_token_create_response.rb +3 -6
  40. data/lib/fastly/models/automation_token_create_response_all_of.rb +3 -6
  41. data/lib/fastly/models/automation_token_response.rb +2 -4
  42. data/lib/fastly/models/automation_token_response_all_of.rb +2 -4
  43. data/lib/fastly/models/batch.rb +239 -0
  44. data/lib/fastly/models/batch_errors.rb +247 -0
  45. data/lib/fastly/models/error_response.rb +245 -0
  46. data/lib/fastly/models/historical_field_results_attributes.rb +1 -2
  47. data/lib/fastly/models/historical_field_results_attributes_all_of.rb +1 -2
  48. data/lib/fastly/models/rate_limiter.rb +5 -2
  49. data/lib/fastly/models/rate_limiter_response.rb +5 -2
  50. data/lib/fastly/models/read_only_customer_id.rb +207 -0
  51. data/lib/fastly/models/read_only_id.rb +207 -0
  52. data/lib/fastly/models/read_only_id_service.rb +207 -0
  53. data/lib/fastly/models/read_only_user_id.rb +207 -0
  54. data/lib/fastly/models/schemas_snippet_response.rb +3 -3
  55. data/lib/fastly/models/snippet.rb +3 -3
  56. data/lib/fastly/models/snippet_response.rb +3 -3
  57. data/lib/fastly/models/tokens_additional_props.rb +227 -0
  58. data/lib/fastly/models/validator_result.rb +7 -84
  59. data/lib/fastly/models/validator_result_data.rb +234 -0
  60. data/lib/fastly/models/{rate_limiter_response1.rb → validator_result_data_attributes.rb} +71 -70
  61. data/lib/fastly/models/{validator_result_messages.rb → validator_result_data_attributes_messages.rb} +4 -4
  62. data/lib/fastly/models/vcl_syntax_highlighting_response.rb +217 -0
  63. data/lib/fastly/version.rb +1 -1
  64. data/lib/fastly.rb +12 -2
  65. data/sig.json +1 -1
  66. metadata +26 -6
  67. data/docs/RateLimiterResponse1.md +0 -12
@@ -0,0 +1,227 @@
1
+ =begin
2
+ #Fastly API
3
+
4
+ #Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: oss@fastly.com
8
+
9
+ =end
10
+
11
+ require 'date'
12
+ require 'time'
13
+
14
+ module Fastly
15
+ class TokensAdditionalProps
16
+ # Attribute mapping from ruby-style variable name to JSON key.
17
+ def self.attribute_map
18
+ {
19
+ }
20
+ end
21
+
22
+ # Returns all the JSON keys this model knows about
23
+ def self.acceptable_attributes
24
+ attribute_map.values
25
+ end
26
+
27
+ # Attribute type mapping.
28
+ def self.fastly_types
29
+ {
30
+ }
31
+ end
32
+
33
+ # List of attributes with nullable: true
34
+ def self.fastly_nullable
35
+ Set.new([
36
+ ])
37
+ end
38
+
39
+ # List of class defined in anyOf (OpenAPI v3)
40
+ def self.fastly_any_of
41
+ [
42
+ :'Float',
43
+ :'String'
44
+ ]
45
+ end
46
+
47
+ # Initializes the object
48
+ # @param [Hash] attributes Model attributes in the form of hash
49
+ def initialize(attributes = {})
50
+ if (!attributes.is_a?(Hash))
51
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Fastly::TokensAdditionalProps` initialize method"
52
+ end
53
+
54
+ # check to see if the attribute exists and convert string to symbol for hash key
55
+ attributes = attributes.each_with_object({}) { |(k, v), h|
56
+ if (!self.class.attribute_map.key?(k.to_sym))
57
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Fastly::TokensAdditionalProps`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
58
+ end
59
+ h[k.to_sym] = v
60
+ }
61
+ end
62
+
63
+ # Show invalid properties with the reasons. Usually used together with valid?
64
+ # @return Array for valid properties with the reasons
65
+ def list_invalid_properties
66
+ invalid_properties = Array.new
67
+ invalid_properties
68
+ end
69
+
70
+ # Check to see if the all the properties in the model are valid
71
+ # @return true if the model is valid
72
+ def valid?
73
+ _any_of_found = false
74
+ self.class.fastly_any_of.each do |_class|
75
+ _any_of = Fastly.const_get(_class).build_from_hash(self.to_hash)
76
+ if _any_of.valid?
77
+ _any_of_found = true
78
+ end
79
+ end
80
+
81
+ if !_any_of_found
82
+ return false
83
+ end
84
+
85
+ true
86
+ end
87
+
88
+ # Checks equality by comparing each attribute.
89
+ # @param [Object] Object to be compared
90
+ def ==(o)
91
+ return true if self.equal?(o)
92
+ self.class == o.class
93
+ end
94
+
95
+ # @see the `==` method
96
+ # @param [Object] Object to be compared
97
+ def eql?(o)
98
+ self == o
99
+ end
100
+
101
+ # Calculates hash code according to all attributes.
102
+ # @return [Integer] Hash code
103
+ def hash
104
+ [].hash
105
+ end
106
+
107
+ # Builds the object from hash
108
+ # @param [Hash] attributes Model attributes in the form of hash
109
+ # @return [Object] Returns the model itself
110
+ def self.build_from_hash(attributes)
111
+ new.build_from_hash(attributes)
112
+ end
113
+
114
+ # Builds the object from hash
115
+ # @param [Hash] attributes Model attributes in the form of hash
116
+ # @return [Object] Returns the model itself
117
+ def build_from_hash(attributes)
118
+ return nil unless attributes.is_a?(Hash)
119
+ self.class.fastly_types.each_pair do |key, type|
120
+ if attributes[self.class.attribute_map[key]].nil? && self.class.fastly_nullable.include?(key)
121
+ self.send("#{key}=", nil)
122
+ elsif type =~ /\AArray<(.*)>/i
123
+ # check to ensure the input is an array given that the attribute
124
+ # is documented as an array but the input is not
125
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
126
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
127
+ end
128
+ elsif !attributes[self.class.attribute_map[key]].nil?
129
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
130
+ end
131
+ end
132
+
133
+ self
134
+ end
135
+
136
+ # Deserializes the data based on type
137
+ # @param string type Data type
138
+ # @param string value Value to be deserialized
139
+ # @return [Object] Deserialized data
140
+ def _deserialize(type, value)
141
+ case type.to_sym
142
+ when :Time
143
+ Time.parse(value)
144
+ when :Date
145
+ Date.parse(value)
146
+ when :String
147
+ value.to_s
148
+ when :Integer
149
+ value.to_i
150
+ when :Float
151
+ value.to_f
152
+ when :Boolean
153
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
154
+ true
155
+ else
156
+ false
157
+ end
158
+ when :Object
159
+ # generic object (usually a Hash), return directly
160
+ value
161
+ when /\AArray<(?<inner_type>.+)>\z/
162
+ inner_type = Regexp.last_match[:inner_type]
163
+ value.map { |v| _deserialize(inner_type, v) }
164
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
165
+ k_type = Regexp.last_match[:k_type]
166
+ v_type = Regexp.last_match[:v_type]
167
+ {}.tap do |hash|
168
+ value.each do |k, v|
169
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
170
+ end
171
+ end
172
+ else # model
173
+ # models (e.g. Pet) or oneOf
174
+ klass = Fastly.const_get(type)
175
+ klass.respond_to?(:fastly_one_of) ? klass.build(value) : klass.build_from_hash(value)
176
+ end
177
+ end
178
+
179
+ # Returns the string representation of the object
180
+ # @return [String] String presentation of the object
181
+ def to_s
182
+ to_hash.to_s
183
+ end
184
+
185
+ # to_body is an alias to to_hash (backward compatibility)
186
+ # @return [Hash] Returns the object in the form of hash
187
+ def to_body
188
+ to_hash
189
+ end
190
+
191
+ # Returns the object in the form of hash
192
+ # @return [Hash] Returns the object in the form of hash
193
+ def to_hash
194
+ hash = {}
195
+ self.class.attribute_map.each_pair do |attr, param|
196
+ value = self.send(attr)
197
+ if value.nil?
198
+ is_nullable = self.class.fastly_nullable.include?(attr)
199
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
200
+ end
201
+
202
+ hash[param] = _to_hash(value)
203
+ end
204
+ hash
205
+ end
206
+
207
+ # Outputs non-array value in the form of hash
208
+ # For object, use to_hash. Otherwise, just return the value
209
+ # @param [Object] value Any valid value
210
+ # @return [Hash] Returns the value in the form of hash
211
+ def _to_hash(value)
212
+ if value.is_a?(Array)
213
+ value.compact.map { |v| _to_hash(v) }
214
+ elsif value.is_a?(Hash)
215
+ {}.tap do |hash|
216
+ value.each { |k, v| hash[k] = _to_hash(v) }
217
+ end
218
+ elsif value.respond_to? :to_hash
219
+ value.to_hash
220
+ else
221
+ value
222
+ end
223
+ end
224
+
225
+ end
226
+
227
+ end
@@ -14,46 +14,12 @@ require 'time'
14
14
  module Fastly
15
15
  # Results from VCL linting
16
16
  class ValidatorResult
17
- attr_accessor :msg
18
-
19
- attr_accessor :status
20
-
21
- attr_accessor :errors
22
-
23
- attr_accessor :warnings
24
-
25
- attr_accessor :messages
26
-
27
- class EnumAttributeValidator
28
- attr_reader :datatype
29
- attr_reader :allowable_values
30
-
31
- def initialize(datatype, allowable_values)
32
- @allowable_values = allowable_values.map do |value|
33
- case datatype.to_s
34
- when /Integer/i
35
- value.to_i
36
- when /Float/i
37
- value.to_f
38
- else
39
- value
40
- end
41
- end
42
- end
43
-
44
- def valid?(value)
45
- !value || allowable_values.include?(value)
46
- end
47
- end
17
+ attr_accessor :data
48
18
 
49
19
  # Attribute mapping from ruby-style variable name to JSON key.
50
20
  def self.attribute_map
51
21
  {
52
- :'msg' => :'msg',
53
- :'status' => :'status',
54
- :'errors' => :'errors',
55
- :'warnings' => :'warnings',
56
- :'messages' => :'messages'
22
+ :'data' => :'data'
57
23
  }
58
24
  end
59
25
 
@@ -65,18 +31,13 @@ module Fastly
65
31
  # Attribute type mapping.
66
32
  def self.fastly_types
67
33
  {
68
- :'msg' => :'String',
69
- :'status' => :'String',
70
- :'errors' => :'Array<String>',
71
- :'warnings' => :'Array<String>',
72
- :'messages' => :'Array<ValidatorResultMessages>'
34
+ :'data' => :'ValidatorResultData'
73
35
  }
74
36
  end
75
37
 
76
38
  # List of attributes with nullable: true
77
39
  def self.fastly_nullable
78
40
  Set.new([
79
- :'msg',
80
41
  ])
81
42
  end
82
43
 
@@ -95,30 +56,8 @@ module Fastly
95
56
  h[k.to_sym] = v
96
57
  }
97
58
 
98
- if attributes.key?(:'msg')
99
- self.msg = attributes[:'msg']
100
- end
101
-
102
- if attributes.key?(:'status')
103
- self.status = attributes[:'status']
104
- end
105
-
106
- if attributes.key?(:'errors')
107
- if (value = attributes[:'errors']).is_a?(Array)
108
- self.errors = value
109
- end
110
- end
111
-
112
- if attributes.key?(:'warnings')
113
- if (value = attributes[:'warnings']).is_a?(Array)
114
- self.warnings = value
115
- end
116
- end
117
-
118
- if attributes.key?(:'messages')
119
- if (value = attributes[:'messages']).is_a?(Array)
120
- self.messages = value
121
- end
59
+ if attributes.key?(:'data')
60
+ self.data = attributes[:'data']
122
61
  end
123
62
  end
124
63
 
@@ -132,31 +71,15 @@ module Fastly
132
71
  # Check to see if the all the properties in the model are valid
133
72
  # @return true if the model is valid
134
73
  def valid?
135
- status_validator = EnumAttributeValidator.new('String', ["error", "ok"])
136
- return false unless status_validator.valid?(@status)
137
74
  true
138
75
  end
139
76
 
140
- # Custom attribute writer method checking allowed values (enum).
141
- # @param [Object] status Object to be assigned
142
- def status=(status)
143
- validator = EnumAttributeValidator.new('String', ["error", "ok"])
144
- unless validator.valid?(status)
145
- fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
146
- end
147
- @status = status
148
- end
149
-
150
77
  # Checks equality by comparing each attribute.
151
78
  # @param [Object] Object to be compared
152
79
  def ==(o)
153
80
  return true if self.equal?(o)
154
81
  self.class == o.class &&
155
- msg == o.msg &&
156
- status == o.status &&
157
- errors == o.errors &&
158
- warnings == o.warnings &&
159
- messages == o.messages
82
+ data == o.data
160
83
  end
161
84
 
162
85
  # @see the `==` method
@@ -168,7 +91,7 @@ module Fastly
168
91
  # Calculates hash code according to all attributes.
169
92
  # @return [Integer] Hash code
170
93
  def hash
171
- [msg, status, errors, warnings, messages].hash
94
+ [data].hash
172
95
  end
173
96
 
174
97
  # Builds the object from hash
@@ -0,0 +1,234 @@
1
+ =begin
2
+ #Fastly API
3
+
4
+ #Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: oss@fastly.com
8
+
9
+ =end
10
+
11
+ require 'date'
12
+ require 'time'
13
+
14
+ module Fastly
15
+ class ValidatorResultData
16
+ attr_accessor :id
17
+
18
+ attr_accessor :type
19
+
20
+ attr_accessor :attributes
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'id' => :'id',
26
+ :'type' => :'type',
27
+ :'attributes' => :'attributes'
28
+ }
29
+ end
30
+
31
+ # Returns all the JSON keys this model knows about
32
+ def self.acceptable_attributes
33
+ attribute_map.values
34
+ end
35
+
36
+ # Attribute type mapping.
37
+ def self.fastly_types
38
+ {
39
+ :'id' => :'String',
40
+ :'type' => :'String',
41
+ :'attributes' => :'ValidatorResultDataAttributes'
42
+ }
43
+ end
44
+
45
+ # List of attributes with nullable: true
46
+ def self.fastly_nullable
47
+ Set.new([
48
+ ])
49
+ end
50
+
51
+ # Initializes the object
52
+ # @param [Hash] attributes Model attributes in the form of hash
53
+ def initialize(attributes = {})
54
+ if (!attributes.is_a?(Hash))
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Fastly::ValidatorResultData` initialize method"
56
+ end
57
+
58
+ # check to see if the attribute exists and convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}) { |(k, v), h|
60
+ if (!self.class.attribute_map.key?(k.to_sym))
61
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Fastly::ValidatorResultData`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ end
63
+ h[k.to_sym] = v
64
+ }
65
+
66
+ if attributes.key?(:'id')
67
+ self.id = attributes[:'id']
68
+ end
69
+
70
+ if attributes.key?(:'type')
71
+ self.type = attributes[:'type']
72
+ end
73
+
74
+ if attributes.key?(:'attributes')
75
+ self.attributes = attributes[:'attributes']
76
+ end
77
+ end
78
+
79
+ # Show invalid properties with the reasons. Usually used together with valid?
80
+ # @return Array for valid properties with the reasons
81
+ def list_invalid_properties
82
+ invalid_properties = Array.new
83
+ invalid_properties
84
+ end
85
+
86
+ # Check to see if the all the properties in the model are valid
87
+ # @return true if the model is valid
88
+ def valid?
89
+ true
90
+ end
91
+
92
+ # Checks equality by comparing each attribute.
93
+ # @param [Object] Object to be compared
94
+ def ==(o)
95
+ return true if self.equal?(o)
96
+ self.class == o.class &&
97
+ id == o.id &&
98
+ type == o.type &&
99
+ attributes == o.attributes
100
+ end
101
+
102
+ # @see the `==` method
103
+ # @param [Object] Object to be compared
104
+ def eql?(o)
105
+ self == o
106
+ end
107
+
108
+ # Calculates hash code according to all attributes.
109
+ # @return [Integer] Hash code
110
+ def hash
111
+ [id, type, attributes].hash
112
+ end
113
+
114
+ # Builds the object from hash
115
+ # @param [Hash] attributes Model attributes in the form of hash
116
+ # @return [Object] Returns the model itself
117
+ def self.build_from_hash(attributes)
118
+ new.build_from_hash(attributes)
119
+ end
120
+
121
+ # Builds the object from hash
122
+ # @param [Hash] attributes Model attributes in the form of hash
123
+ # @return [Object] Returns the model itself
124
+ def build_from_hash(attributes)
125
+ return nil unless attributes.is_a?(Hash)
126
+ self.class.fastly_types.each_pair do |key, type|
127
+ if attributes[self.class.attribute_map[key]].nil? && self.class.fastly_nullable.include?(key)
128
+ self.send("#{key}=", nil)
129
+ elsif type =~ /\AArray<(.*)>/i
130
+ # check to ensure the input is an array given that the attribute
131
+ # is documented as an array but the input is not
132
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
133
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
134
+ end
135
+ elsif !attributes[self.class.attribute_map[key]].nil?
136
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
137
+ end
138
+ end
139
+
140
+ self
141
+ end
142
+
143
+ # Deserializes the data based on type
144
+ # @param string type Data type
145
+ # @param string value Value to be deserialized
146
+ # @return [Object] Deserialized data
147
+ def _deserialize(type, value)
148
+ case type.to_sym
149
+ when :Time
150
+ Time.parse(value)
151
+ when :Date
152
+ Date.parse(value)
153
+ when :String
154
+ value.to_s
155
+ when :Integer
156
+ value.to_i
157
+ when :Float
158
+ value.to_f
159
+ when :Boolean
160
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
161
+ true
162
+ else
163
+ false
164
+ end
165
+ when :Object
166
+ # generic object (usually a Hash), return directly
167
+ value
168
+ when /\AArray<(?<inner_type>.+)>\z/
169
+ inner_type = Regexp.last_match[:inner_type]
170
+ value.map { |v| _deserialize(inner_type, v) }
171
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
172
+ k_type = Regexp.last_match[:k_type]
173
+ v_type = Regexp.last_match[:v_type]
174
+ {}.tap do |hash|
175
+ value.each do |k, v|
176
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
177
+ end
178
+ end
179
+ else # model
180
+ # models (e.g. Pet) or oneOf
181
+ klass = Fastly.const_get(type)
182
+ klass.respond_to?(:fastly_one_of) ? klass.build(value) : klass.build_from_hash(value)
183
+ end
184
+ end
185
+
186
+ # Returns the string representation of the object
187
+ # @return [String] String presentation of the object
188
+ def to_s
189
+ to_hash.to_s
190
+ end
191
+
192
+ # to_body is an alias to to_hash (backward compatibility)
193
+ # @return [Hash] Returns the object in the form of hash
194
+ def to_body
195
+ to_hash
196
+ end
197
+
198
+ # Returns the object in the form of hash
199
+ # @return [Hash] Returns the object in the form of hash
200
+ def to_hash
201
+ hash = {}
202
+ self.class.attribute_map.each_pair do |attr, param|
203
+ value = self.send(attr)
204
+ if value.nil?
205
+ is_nullable = self.class.fastly_nullable.include?(attr)
206
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
207
+ end
208
+
209
+ hash[param] = _to_hash(value)
210
+ end
211
+ hash
212
+ end
213
+
214
+ # Outputs non-array value in the form of hash
215
+ # For object, use to_hash. Otherwise, just return the value
216
+ # @param [Object] value Any valid value
217
+ # @return [Hash] Returns the value in the form of hash
218
+ def _to_hash(value)
219
+ if value.is_a?(Array)
220
+ value.compact.map { |v| _to_hash(v) }
221
+ elsif value.is_a?(Hash)
222
+ {}.tap do |hash|
223
+ value.each { |k, v| hash[k] = _to_hash(v) }
224
+ end
225
+ elsif value.respond_to? :to_hash
226
+ value.to_hash
227
+ else
228
+ value
229
+ end
230
+ end
231
+
232
+ end
233
+
234
+ end