ory-hydra-client 1.9.2 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -5
  3. data/docs/AdminApi.md +67 -0
  4. data/docs/LogoutRequest.md +2 -0
  5. data/docs/PatchDocument.md +24 -0
  6. data/docs/RequestWasHandledResponse.md +18 -0
  7. data/docs/Volume.md +34 -0
  8. data/lib/ory-hydra-client.rb +5 -2
  9. data/lib/ory-hydra-client/api/admin_api.rb +73 -2
  10. data/lib/ory-hydra-client/api/public_api.rb +2 -2
  11. data/lib/ory-hydra-client/api_client.rb +3 -3
  12. data/lib/ory-hydra-client/api_error.rb +2 -2
  13. data/lib/ory-hydra-client/configuration.rb +8 -6
  14. data/lib/ory-hydra-client/models/accept_consent_request.rb +2 -2
  15. data/lib/ory-hydra-client/models/accept_login_request.rb +2 -2
  16. data/lib/ory-hydra-client/models/completed_request.rb +2 -2
  17. data/lib/ory-hydra-client/models/consent_request.rb +2 -2
  18. data/lib/ory-hydra-client/models/consent_request_session.rb +2 -2
  19. data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +2 -2
  20. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +2 -2
  21. data/lib/ory-hydra-client/models/generic_error.rb +2 -2
  22. data/lib/ory-hydra-client/models/health_not_ready_status.rb +2 -2
  23. data/lib/ory-hydra-client/models/health_status.rb +2 -2
  24. data/lib/ory-hydra-client/models/json_web_key.rb +2 -2
  25. data/lib/ory-hydra-client/models/json_web_key_set.rb +2 -2
  26. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +2 -2
  27. data/lib/ory-hydra-client/models/login_request.rb +2 -2
  28. data/lib/ory-hydra-client/models/logout_request.rb +13 -3
  29. data/lib/ory-hydra-client/models/o_auth2_client.rb +2 -2
  30. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +2 -2
  31. data/lib/ory-hydra-client/models/oauth2_token_response.rb +2 -2
  32. data/lib/ory-hydra-client/models/open_id_connect_context.rb +2 -2
  33. data/lib/ory-hydra-client/models/patch_document.rb +260 -0
  34. data/lib/ory-hydra-client/models/plugin_config.rb +2 -2
  35. data/lib/ory-hydra-client/models/plugin_config_args.rb +2 -2
  36. data/lib/ory-hydra-client/models/plugin_config_interface.rb +2 -2
  37. data/lib/ory-hydra-client/models/plugin_config_linux.rb +2 -2
  38. data/lib/ory-hydra-client/models/plugin_config_network.rb +2 -2
  39. data/lib/ory-hydra-client/models/plugin_config_rootfs.rb +2 -2
  40. data/lib/ory-hydra-client/models/plugin_config_user.rb +2 -2
  41. data/lib/ory-hydra-client/models/plugin_device.rb +2 -2
  42. data/lib/ory-hydra-client/models/plugin_env.rb +2 -2
  43. data/lib/ory-hydra-client/models/plugin_interface_type.rb +2 -2
  44. data/lib/ory-hydra-client/models/plugin_mount.rb +2 -2
  45. data/lib/ory-hydra-client/models/plugin_settings.rb +2 -2
  46. data/lib/ory-hydra-client/models/previous_consent_session.rb +2 -2
  47. data/lib/ory-hydra-client/models/reject_request.rb +2 -2
  48. data/lib/ory-hydra-client/models/request_was_handled_response.rb +224 -0
  49. data/lib/ory-hydra-client/models/userinfo_response.rb +2 -2
  50. data/lib/ory-hydra-client/models/version.rb +2 -2
  51. data/lib/ory-hydra-client/models/volume.rb +333 -0
  52. data/lib/ory-hydra-client/models/volume_usage_data.rb +2 -2
  53. data/lib/ory-hydra-client/models/well_known.rb +2 -2
  54. data/lib/ory-hydra-client/version.rb +3 -3
  55. data/ory-hydra-client.gemspec +2 -2
  56. data/spec/api_client_spec.rb +2 -2
  57. data/spec/configuration_spec.rb +2 -2
  58. data/spec/models/patch_document_spec.rb +52 -0
  59. data/spec/models/request_was_handled_response_spec.rb +34 -0
  60. data/spec/models/volume_spec.rb +82 -0
  61. data/spec/spec_helper.rb +2 -2
  62. metadata +14 -2
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -15,6 +15,9 @@ require 'time'
15
15
 
16
16
  module OryHydraClient
17
17
  class LogoutRequest
18
+ # Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to identify the session.
19
+ attr_accessor :challenge
20
+
18
21
  # RequestURL is the original Logout URL requested.
19
22
  attr_accessor :request_url
20
23
 
@@ -30,6 +33,7 @@ module OryHydraClient
30
33
  # Attribute mapping from ruby-style variable name to JSON key.
31
34
  def self.attribute_map
32
35
  {
36
+ :'challenge' => :'challenge',
33
37
  :'request_url' => :'request_url',
34
38
  :'rp_initiated' => :'rp_initiated',
35
39
  :'sid' => :'sid',
@@ -45,6 +49,7 @@ module OryHydraClient
45
49
  # Attribute type mapping.
46
50
  def self.openapi_types
47
51
  {
52
+ :'challenge' => :'String',
48
53
  :'request_url' => :'String',
49
54
  :'rp_initiated' => :'Boolean',
50
55
  :'sid' => :'String',
@@ -73,6 +78,10 @@ module OryHydraClient
73
78
  h[k.to_sym] = v
74
79
  }
75
80
 
81
+ if attributes.key?(:'challenge')
82
+ self.challenge = attributes[:'challenge']
83
+ end
84
+
76
85
  if attributes.key?(:'request_url')
77
86
  self.request_url = attributes[:'request_url']
78
87
  end
@@ -108,6 +117,7 @@ module OryHydraClient
108
117
  def ==(o)
109
118
  return true if self.equal?(o)
110
119
  self.class == o.class &&
120
+ challenge == o.challenge &&
111
121
  request_url == o.request_url &&
112
122
  rp_initiated == o.rp_initiated &&
113
123
  sid == o.sid &&
@@ -123,7 +133,7 @@ module OryHydraClient
123
133
  # Calculates hash code according to all attributes.
124
134
  # @return [Integer] Hash code
125
135
  def hash
126
- [request_url, rp_initiated, sid, subject].hash
136
+ [challenge, request_url, rp_initiated, sid, subject].hash
127
137
  end
128
138
 
129
139
  # Builds the object from hash
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.2
6
+ The version of the OpenAPI document: v1.10.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
9
+ OpenAPI Generator version: 5.1.0
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,260 @@
1
+ =begin
2
+ #ORY Hydra
3
+
4
+ #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
+
6
+ The version of the OpenAPI document: v1.10.2
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryHydraClient
17
+ # A JSONPatch document as defined by RFC 6902
18
+ class PatchDocument
19
+ # A JSON-pointer
20
+ attr_accessor :from
21
+
22
+ # The operation to be performed
23
+ attr_accessor :op
24
+
25
+ # A JSON-pointer
26
+ attr_accessor :path
27
+
28
+ # The value to be used within the operations
29
+ attr_accessor :value
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ def self.attribute_map
33
+ {
34
+ :'from' => :'from',
35
+ :'op' => :'op',
36
+ :'path' => :'path',
37
+ :'value' => :'value'
38
+ }
39
+ end
40
+
41
+ # Returns all the JSON keys this model knows about
42
+ def self.acceptable_attributes
43
+ attribute_map.values
44
+ end
45
+
46
+ # Attribute type mapping.
47
+ def self.openapi_types
48
+ {
49
+ :'from' => :'String',
50
+ :'op' => :'String',
51
+ :'path' => :'String',
52
+ :'value' => :'Object'
53
+ }
54
+ end
55
+
56
+ # List of attributes with nullable: true
57
+ def self.openapi_nullable
58
+ Set.new([
59
+ ])
60
+ end
61
+
62
+ # Initializes the object
63
+ # @param [Hash] attributes Model attributes in the form of hash
64
+ def initialize(attributes = {})
65
+ if (!attributes.is_a?(Hash))
66
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryHydraClient::PatchDocument` initialize method"
67
+ end
68
+
69
+ # check to see if the attribute exists and convert string to symbol for hash key
70
+ attributes = attributes.each_with_object({}) { |(k, v), h|
71
+ if (!self.class.attribute_map.key?(k.to_sym))
72
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryHydraClient::PatchDocument`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
73
+ end
74
+ h[k.to_sym] = v
75
+ }
76
+
77
+ if attributes.key?(:'from')
78
+ self.from = attributes[:'from']
79
+ end
80
+
81
+ if attributes.key?(:'op')
82
+ self.op = attributes[:'op']
83
+ end
84
+
85
+ if attributes.key?(:'path')
86
+ self.path = attributes[:'path']
87
+ end
88
+
89
+ if attributes.key?(:'value')
90
+ self.value = attributes[:'value']
91
+ end
92
+ end
93
+
94
+ # Show invalid properties with the reasons. Usually used together with valid?
95
+ # @return Array for valid properties with the reasons
96
+ def list_invalid_properties
97
+ invalid_properties = Array.new
98
+ if @op.nil?
99
+ invalid_properties.push('invalid value for "op", op cannot be nil.')
100
+ end
101
+
102
+ if @path.nil?
103
+ invalid_properties.push('invalid value for "path", path cannot be nil.')
104
+ end
105
+
106
+ invalid_properties
107
+ end
108
+
109
+ # Check to see if the all the properties in the model are valid
110
+ # @return true if the model is valid
111
+ def valid?
112
+ return false if @op.nil?
113
+ return false if @path.nil?
114
+ true
115
+ end
116
+
117
+ # Checks equality by comparing each attribute.
118
+ # @param [Object] Object to be compared
119
+ def ==(o)
120
+ return true if self.equal?(o)
121
+ self.class == o.class &&
122
+ from == o.from &&
123
+ op == o.op &&
124
+ path == o.path &&
125
+ value == o.value
126
+ end
127
+
128
+ # @see the `==` method
129
+ # @param [Object] Object to be compared
130
+ def eql?(o)
131
+ self == o
132
+ end
133
+
134
+ # Calculates hash code according to all attributes.
135
+ # @return [Integer] Hash code
136
+ def hash
137
+ [from, op, path, value].hash
138
+ end
139
+
140
+ # Builds the object from hash
141
+ # @param [Hash] attributes Model attributes in the form of hash
142
+ # @return [Object] Returns the model itself
143
+ def self.build_from_hash(attributes)
144
+ new.build_from_hash(attributes)
145
+ end
146
+
147
+ # Builds the object from hash
148
+ # @param [Hash] attributes Model attributes in the form of hash
149
+ # @return [Object] Returns the model itself
150
+ def build_from_hash(attributes)
151
+ return nil unless attributes.is_a?(Hash)
152
+ self.class.openapi_types.each_pair do |key, type|
153
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
154
+ self.send("#{key}=", nil)
155
+ elsif type =~ /\AArray<(.*)>/i
156
+ # check to ensure the input is an array given that the attribute
157
+ # is documented as an array but the input is not
158
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
159
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
160
+ end
161
+ elsif !attributes[self.class.attribute_map[key]].nil?
162
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
163
+ end
164
+ end
165
+
166
+ self
167
+ end
168
+
169
+ # Deserializes the data based on type
170
+ # @param string type Data type
171
+ # @param string value Value to be deserialized
172
+ # @return [Object] Deserialized data
173
+ def _deserialize(type, value)
174
+ case type.to_sym
175
+ when :Time
176
+ Time.parse(value)
177
+ when :Date
178
+ Date.parse(value)
179
+ when :String
180
+ value.to_s
181
+ when :Integer
182
+ value.to_i
183
+ when :Float
184
+ value.to_f
185
+ when :Boolean
186
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
187
+ true
188
+ else
189
+ false
190
+ end
191
+ when :Object
192
+ # generic object (usually a Hash), return directly
193
+ value
194
+ when /\AArray<(?<inner_type>.+)>\z/
195
+ inner_type = Regexp.last_match[:inner_type]
196
+ value.map { |v| _deserialize(inner_type, v) }
197
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
198
+ k_type = Regexp.last_match[:k_type]
199
+ v_type = Regexp.last_match[:v_type]
200
+ {}.tap do |hash|
201
+ value.each do |k, v|
202
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
203
+ end
204
+ end
205
+ else # model
206
+ # models (e.g. Pet) or oneOf
207
+ klass = OryHydraClient.const_get(type)
208
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
209
+ end
210
+ end
211
+
212
+ # Returns the string representation of the object
213
+ # @return [String] String presentation of the object
214
+ def to_s
215
+ to_hash.to_s
216
+ end
217
+
218
+ # to_body is an alias to to_hash (backward compatibility)
219
+ # @return [Hash] Returns the object in the form of hash
220
+ def to_body
221
+ to_hash
222
+ end
223
+
224
+ # Returns the object in the form of hash
225
+ # @return [Hash] Returns the object in the form of hash
226
+ def to_hash
227
+ hash = {}
228
+ self.class.attribute_map.each_pair do |attr, param|
229
+ value = self.send(attr)
230
+ if value.nil?
231
+ is_nullable = self.class.openapi_nullable.include?(attr)
232
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
233
+ end
234
+
235
+ hash[param] = _to_hash(value)
236
+ end
237
+ hash
238
+ end
239
+
240
+ # Outputs non-array value in the form of hash
241
+ # For object, use to_hash. Otherwise, just return the value
242
+ # @param [Object] value Any valid value
243
+ # @return [Hash] Returns the value in the form of hash
244
+ def _to_hash(value)
245
+ if value.is_a?(Array)
246
+ value.compact.map { |v| _to_hash(v) }
247
+ elsif value.is_a?(Hash)
248
+ {}.tap do |hash|
249
+ value.each { |k, v| hash[k] = _to_hash(v) }
250
+ end
251
+ elsif value.respond_to? :to_hash
252
+ value.to_hash
253
+ else
254
+ value
255
+ end
256
+ end
257
+
258
+ end
259
+
260
+ end