tremendous_ruby 5.1.0 → 5.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.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tremendous/api/tremendous_api.rb +1125 -38
  3. data/lib/tremendous/models/allow_email.rb +225 -0
  4. data/lib/tremendous/models/allow_email1.rb +225 -0
  5. data/lib/tremendous/models/allow_ip.rb +225 -0
  6. data/lib/tremendous/models/allow_ip1.rb +225 -0
  7. data/lib/tremendous/models/base_order_for_create.rb +232 -0
  8. data/lib/tremendous/models/campaign_base.rb +287 -0
  9. data/lib/tremendous/models/create_member.rb +1 -35
  10. data/lib/tremendous/models/create_member_request.rb +1 -35
  11. data/lib/tremendous/models/create_order200_response.rb +1 -1
  12. data/lib/tremendous/models/create_order_request.rb +73 -217
  13. data/lib/tremendous/models/create_organization_request_copy_settings.rb +14 -2
  14. data/lib/tremendous/models/create_public_key.rb +222 -0
  15. data/lib/tremendous/models/create_public_key200_response.rb +221 -0
  16. data/lib/tremendous/models/create_public_key_request.rb +222 -0
  17. data/lib/tremendous/models/delete_fraud_rule200_response.rb +222 -0
  18. data/lib/tremendous/models/fraud_config_allow_email.rb +224 -0
  19. data/lib/tremendous/models/fraud_config_country.rb +275 -0
  20. data/lib/tremendous/models/fraud_config_country_update_list.rb +224 -0
  21. data/lib/tremendous/models/fraud_config_ip.rb +224 -0
  22. data/lib/tremendous/models/fraud_config_redeemed_rewards_amount.rb +292 -0
  23. data/lib/tremendous/models/fraud_config_redeemed_rewards_count.rb +292 -0
  24. data/lib/tremendous/models/fraud_config_review_email.rb +229 -0
  25. data/lib/tremendous/models/fraud_generic_response.rb +222 -0
  26. data/lib/tremendous/models/fraud_review.rb +351 -0
  27. data/lib/tremendous/models/fraud_review_geo.rb +235 -0
  28. data/lib/tremendous/models/{reward_with_link_delivery.rb → fraud_review_list_item.rb} +26 -51
  29. data/lib/tremendous/models/fraud_review_reason.rb +58 -0
  30. data/lib/tremendous/models/fraud_review_redemption_method.rb +44 -0
  31. data/lib/tremendous/models/fraud_review_related_rewards.rb +304 -0
  32. data/lib/tremendous/models/fraud_review_status.rb +41 -0
  33. data/lib/tremendous/models/fraud_rule200_response.rb +222 -0
  34. data/lib/tremendous/models/fraud_rule400_response.rb +221 -0
  35. data/lib/tremendous/models/fraud_rule422_response.rb +221 -0
  36. data/lib/tremendous/models/fraud_rule_request.rb +214 -0
  37. data/lib/tremendous/models/fraud_rule_request_config.rb +110 -0
  38. data/lib/tremendous/models/fraud_rule_type.rb +49 -0
  39. data/lib/tremendous/models/fraud_rules_list_item.rb +261 -0
  40. data/lib/tremendous/models/get_fraud_review200_response.rb +221 -0
  41. data/lib/tremendous/models/get_fraud_review200_response_fraud_review.rb +351 -0
  42. data/lib/tremendous/models/get_fraud_review200_response_fraud_review_geo.rb +236 -0
  43. data/lib/tremendous/models/get_fraud_review200_response_fraud_review_related_rewards.rb +305 -0
  44. data/lib/tremendous/models/get_member200_response_member.rb +2 -20
  45. data/lib/tremendous/models/list_campaigns200_response_campaigns_inner_email_style.rb +2 -0
  46. data/lib/tremendous/models/list_campaigns200_response_campaigns_inner_webpage_style.rb +1 -0
  47. data/lib/tremendous/models/list_forex_response.rb +223 -0
  48. data/lib/tremendous/models/list_fraud_reviews200_response.rb +223 -0
  49. data/lib/tremendous/models/{delivery_details_with_link.rb → list_fraud_reviews200_response_fraud_reviews_inner.rb} +26 -51
  50. data/lib/tremendous/models/list_fraud_rules200_response.rb +223 -0
  51. data/lib/tremendous/models/{create_order200_response_order_rewards_inner_delivery.rb → list_fraud_rules200_response_fraud_rules_inner.rb} +28 -63
  52. data/lib/tremendous/models/list_members200_response_members_inner.rb +2 -20
  53. data/lib/tremendous/models/list_rewards200_response_rewards_inner.rb +0 -21
  54. data/lib/tremendous/models/list_rewards200_response_rewards_inner_value.rb +1 -6
  55. data/lib/tremendous/models/list_roles200_response.rb +223 -0
  56. data/lib/tremendous/models/list_roles200_response_roles_inner.rb +275 -0
  57. data/lib/tremendous/models/member.rb +2 -20
  58. data/lib/tremendous/models/member_base.rb +2 -20
  59. data/lib/tremendous/models/member_with_events.rb +2 -20
  60. data/lib/tremendous/models/member_without_events.rb +2 -20
  61. data/lib/tremendous/models/order_without_link_reward.rb +0 -21
  62. data/lib/tremendous/models/public_key.rb +257 -0
  63. data/lib/tremendous/models/public_keys_response.rb +223 -0
  64. data/lib/tremendous/models/public_keys_response_public_keys_inner.rb +257 -0
  65. data/lib/tremendous/models/review_country.rb +276 -0
  66. data/lib/tremendous/models/review_country1.rb +225 -0
  67. data/lib/tremendous/models/review_email.rb +230 -0
  68. data/lib/tremendous/models/review_email1.rb +230 -0
  69. data/lib/tremendous/models/review_ip.rb +225 -0
  70. data/lib/tremendous/models/review_ip1.rb +225 -0
  71. data/lib/tremendous/models/review_redeemed_rewards_amount.rb +293 -0
  72. data/lib/tremendous/models/review_redeemed_rewards_count.rb +293 -0
  73. data/lib/tremendous/models/reward.rb +0 -21
  74. data/lib/tremendous/models/reward_base.rb +0 -21
  75. data/lib/tremendous/models/reward_for_order_create.rb +1 -22
  76. data/lib/tremendous/models/reward_value.rb +1 -6
  77. data/lib/tremendous/models/reward_without_link.rb +0 -21
  78. data/lib/tremendous/models/role.rb +275 -0
  79. data/lib/tremendous/models/{order_for_create.rb → single_reward_order.rb} +6 -12
  80. data/lib/tremendous/models/single_reward_order1.rb +242 -0
  81. data/lib/tremendous/models/{create_order_request_payment.rb → single_reward_order1_payment.rb} +3 -3
  82. data/lib/tremendous/models/{create_order_request_reward.rb → single_reward_order1_reward.rb} +5 -26
  83. data/lib/tremendous/models/{create_order_request_reward_custom_fields_inner.rb → single_reward_order1_reward_custom_fields_inner.rb} +3 -3
  84. data/lib/tremendous/models/{create_order_request_reward_delivery.rb → single_reward_order1_reward_delivery.rb} +3 -3
  85. data/lib/tremendous/models/{order_for_create_reward.rb → single_reward_order_reward.rb} +4 -25
  86. data/lib/tremendous/models/{create_order201_response.rb → single_reward_order_without_link.rb} +4 -4
  87. data/lib/tremendous/models/{order_with_link.rb → single_reward_order_without_link_order.rb} +10 -31
  88. data/lib/tremendous/models/test_public_key.rb +222 -0
  89. data/lib/tremendous/models/test_public_key_request.rb +222 -0
  90. data/lib/tremendous/models/update_campaign.rb +287 -0
  91. data/lib/tremendous/models/update_campaign_request.rb +257 -0
  92. data/lib/tremendous/models/update_fraud_rule_list200_response.rb +222 -0
  93. data/lib/tremendous/models/update_fraud_rule_list_request.rb +272 -0
  94. data/lib/tremendous/models/update_fraud_rule_list_request_config.rb +108 -0
  95. data/lib/tremendous/version.rb +1 -1
  96. data/lib/tremendous.rb +71 -15
  97. metadata +74 -18
  98. data/lib/tremendous/models/create_order200_response_order.rb +0 -400
  99. data/lib/tremendous/models/create_order200_response_order_rewards_inner.rb +0 -347
  100. data/lib/tremendous/models/order_with_link_rewards_inner.rb +0 -406
  101. data/lib/tremendous/models/reward_with_link.rb +0 -406
@@ -0,0 +1,257 @@
1
+ =begin
2
+ #API Endpoints
3
+
4
+ #Deliver monetary rewards and incentives to employees, customers, survey participants, and more through the Tremendous API. For organizational tasks, like managing your organization and it's members within Tremendous, please see the Tremendous Organizational API.
5
+
6
+ The version of the OpenAPI document: 2
7
+ Contact: developers@tremendous.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Tremendous
17
+ # To authenticate your requests using asymmetric key pairs (e.g., for signing embed requests), you need to share your public key with us. The public key resource allows you to manage your active public keys and track their last usage.
18
+ class PublicKeysResponsePublicKeysInner
19
+ attr_accessor :id
20
+
21
+ # Your public key, PEM encoded
22
+ attr_accessor :pem
23
+
24
+ # The last time your public key was used to sign a request
25
+ attr_accessor :last_used_at
26
+
27
+ # Attribute mapping from ruby-style variable name to JSON key.
28
+ def self.attribute_map
29
+ {
30
+ :'id' => :'id',
31
+ :'pem' => :'pem',
32
+ :'last_used_at' => :'last_used_at'
33
+ }
34
+ end
35
+
36
+ # Returns all the JSON keys this model knows about
37
+ def self.acceptable_attributes
38
+ attribute_map.values
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.openapi_types
43
+ {
44
+ :'id' => :'String',
45
+ :'pem' => :'String',
46
+ :'last_used_at' => :'Time'
47
+ }
48
+ end
49
+
50
+ # List of attributes with nullable: true
51
+ def self.openapi_nullable
52
+ Set.new([
53
+ :'last_used_at'
54
+ ])
55
+ end
56
+
57
+ # Initializes the object
58
+ # @param [Hash] attributes Model attributes in the form of hash
59
+ def initialize(attributes = {})
60
+ if (!attributes.is_a?(Hash))
61
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Tremendous::PublicKeysResponsePublicKeysInner` initialize method"
62
+ end
63
+
64
+ # check to see if the attribute exists and convert string to symbol for hash key
65
+ attributes = attributes.each_with_object({}) { |(k, v), h|
66
+ if (!self.class.attribute_map.key?(k.to_sym))
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Tremendous::PublicKeysResponsePublicKeysInner`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
68
+ end
69
+ h[k.to_sym] = v
70
+ }
71
+
72
+ if attributes.key?(:'id')
73
+ self.id = attributes[:'id']
74
+ end
75
+
76
+ if attributes.key?(:'pem')
77
+ self.pem = attributes[:'pem']
78
+ end
79
+
80
+ if attributes.key?(:'last_used_at')
81
+ self.last_used_at = attributes[:'last_used_at']
82
+ end
83
+ end
84
+
85
+ # Show invalid properties with the reasons. Usually used together with valid?
86
+ # @return Array for valid properties with the reasons
87
+ def list_invalid_properties
88
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
89
+ invalid_properties = Array.new
90
+ pattern = Regexp.new(/[A-Z0-9]{4,20}/)
91
+ if !@id.nil? && @id !~ pattern
92
+ invalid_properties.push("invalid value for \"id\", must conform to the pattern #{pattern}.")
93
+ end
94
+
95
+ invalid_properties
96
+ end
97
+
98
+ # Check to see if the all the properties in the model are valid
99
+ # @return true if the model is valid
100
+ def valid?
101
+ warn '[DEPRECATED] the `valid?` method is obsolete'
102
+ return false if !@id.nil? && @id !~ Regexp.new(/[A-Z0-9]{4,20}/)
103
+ true
104
+ end
105
+
106
+ # Custom attribute writer method with validation
107
+ # @param [Object] id Value to be assigned
108
+ def id=(id)
109
+ if id.nil?
110
+ fail ArgumentError, 'id cannot be nil'
111
+ end
112
+
113
+ pattern = Regexp.new(/[A-Z0-9]{4,20}/)
114
+ if id !~ pattern
115
+ fail ArgumentError, "invalid value for \"id\", must conform to the pattern #{pattern}."
116
+ end
117
+
118
+ @id = id
119
+ end
120
+
121
+ # Checks equality by comparing each attribute.
122
+ # @param [Object] Object to be compared
123
+ def ==(o)
124
+ return true if self.equal?(o)
125
+ self.class == o.class &&
126
+ id == o.id &&
127
+ pem == o.pem &&
128
+ last_used_at == o.last_used_at
129
+ end
130
+
131
+ # @see the `==` method
132
+ # @param [Object] Object to be compared
133
+ def eql?(o)
134
+ self == o
135
+ end
136
+
137
+ # Calculates hash code according to all attributes.
138
+ # @return [Integer] Hash code
139
+ def hash
140
+ [id, pem, last_used_at].hash
141
+ end
142
+
143
+ # Builds the object from hash
144
+ # @param [Hash] attributes Model attributes in the form of hash
145
+ # @return [Object] Returns the model itself
146
+ def self.build_from_hash(attributes)
147
+ return nil unless attributes.is_a?(Hash)
148
+ attributes = attributes.transform_keys(&:to_sym)
149
+ transformed_hash = {}
150
+ openapi_types.each_pair do |key, type|
151
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
152
+ transformed_hash["#{key}"] = nil
153
+ elsif type =~ /\AArray<(.*)>/i
154
+ # check to ensure the input is an array given that the attribute
155
+ # is documented as an array but the input is not
156
+ if attributes[attribute_map[key]].is_a?(Array)
157
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
158
+ end
159
+ elsif !attributes[attribute_map[key]].nil?
160
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
161
+ end
162
+ end
163
+ new(transformed_hash)
164
+ end
165
+
166
+ # Deserializes the data based on type
167
+ # @param string type Data type
168
+ # @param string value Value to be deserialized
169
+ # @return [Object] Deserialized data
170
+ def self._deserialize(type, value)
171
+ case type.to_sym
172
+ when :Time
173
+ Time.parse(value)
174
+ when :Date
175
+ Date.parse(value)
176
+ when :String
177
+ value.to_s
178
+ when :Integer
179
+ value.to_i
180
+ when :Float
181
+ value.to_f
182
+ when :Boolean
183
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
184
+ true
185
+ else
186
+ false
187
+ end
188
+ when :Object
189
+ # generic object (usually a Hash), return directly
190
+ value
191
+ when /\AArray<(?<inner_type>.+)>\z/
192
+ inner_type = Regexp.last_match[:inner_type]
193
+ value.map { |v| _deserialize(inner_type, v) }
194
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
195
+ k_type = Regexp.last_match[:k_type]
196
+ v_type = Regexp.last_match[:v_type]
197
+ {}.tap do |hash|
198
+ value.each do |k, v|
199
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
200
+ end
201
+ end
202
+ else # model
203
+ # models (e.g. Pet) or oneOf
204
+ klass = Tremendous.const_get(type)
205
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
206
+ end
207
+ end
208
+
209
+ # Returns the string representation of the object
210
+ # @return [String] String presentation of the object
211
+ def to_s
212
+ to_hash.to_s
213
+ end
214
+
215
+ # to_body is an alias to to_hash (backward compatibility)
216
+ # @return [Hash] Returns the object in the form of hash
217
+ def to_body
218
+ to_hash
219
+ end
220
+
221
+ # Returns the object in the form of hash
222
+ # @return [Hash] Returns the object in the form of hash
223
+ def to_hash
224
+ hash = {}
225
+ self.class.attribute_map.each_pair do |attr, param|
226
+ value = self.send(attr)
227
+ if value.nil?
228
+ is_nullable = self.class.openapi_nullable.include?(attr)
229
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
230
+ end
231
+
232
+ hash[param] = _to_hash(value)
233
+ end
234
+ hash
235
+ end
236
+
237
+ # Outputs non-array value in the form of hash
238
+ # For object, use to_hash. Otherwise, just return the value
239
+ # @param [Object] value Any valid value
240
+ # @return [Hash] Returns the value in the form of hash
241
+ def _to_hash(value)
242
+ if value.is_a?(Array)
243
+ value.compact.map { |v| _to_hash(v) }
244
+ elsif value.is_a?(Hash)
245
+ {}.tap do |hash|
246
+ value.each { |k, v| hash[k] = _to_hash(v) }
247
+ end
248
+ elsif value.respond_to? :to_hash
249
+ value.to_hash
250
+ else
251
+ value
252
+ end
253
+ end
254
+
255
+ end
256
+
257
+ end
@@ -0,0 +1,276 @@
1
+ =begin
2
+ #API Endpoints
3
+
4
+ #Deliver monetary rewards and incentives to employees, customers, survey participants, and more through the Tremendous API. For organizational tasks, like managing your organization and it's members within Tremendous, please see the Tremendous Organizational API.
5
+
6
+ The version of the OpenAPI document: 2
7
+ Contact: developers@tremendous.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Tremendous
17
+ # Flag rewards redeemed in these countries.
18
+ class ReviewCountry
19
+ # When type is `whitelist`, it flags any countries that *are not* present in the list. When type is `blacklist`, it flags any countries that *are* present in the list.
20
+ attr_accessor :type
21
+
22
+ # An array of country codes (ISO-3166 alpha-2 character code)
23
+ attr_accessor :countries
24
+
25
+ class EnumAttributeValidator
26
+ attr_reader :datatype
27
+ attr_reader :allowable_values
28
+
29
+ def initialize(datatype, allowable_values)
30
+ @allowable_values = allowable_values.map do |value|
31
+ case datatype.to_s
32
+ when /Integer/i
33
+ value.to_i
34
+ when /Float/i
35
+ value.to_f
36
+ else
37
+ value
38
+ end
39
+ end
40
+ end
41
+
42
+ def valid?(value)
43
+ !value || allowable_values.include?(value)
44
+ end
45
+ end
46
+
47
+ # Attribute mapping from ruby-style variable name to JSON key.
48
+ def self.attribute_map
49
+ {
50
+ :'type' => :'type',
51
+ :'countries' => :'countries'
52
+ }
53
+ end
54
+
55
+ # Returns all the JSON keys this model knows about
56
+ def self.acceptable_attributes
57
+ attribute_map.values
58
+ end
59
+
60
+ # Attribute type mapping.
61
+ def self.openapi_types
62
+ {
63
+ :'type' => :'String',
64
+ :'countries' => :'Array<String>'
65
+ }
66
+ end
67
+
68
+ # List of attributes with nullable: true
69
+ def self.openapi_nullable
70
+ Set.new([
71
+ ])
72
+ end
73
+
74
+ # Initializes the object
75
+ # @param [Hash] attributes Model attributes in the form of hash
76
+ def initialize(attributes = {})
77
+ if (!attributes.is_a?(Hash))
78
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Tremendous::ReviewCountry` initialize method"
79
+ end
80
+
81
+ # check to see if the attribute exists and convert string to symbol for hash key
82
+ attributes = attributes.each_with_object({}) { |(k, v), h|
83
+ if (!self.class.attribute_map.key?(k.to_sym))
84
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Tremendous::ReviewCountry`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
85
+ end
86
+ h[k.to_sym] = v
87
+ }
88
+
89
+ if attributes.key?(:'type')
90
+ self.type = attributes[:'type']
91
+ else
92
+ self.type = nil
93
+ end
94
+
95
+ if attributes.key?(:'countries')
96
+ if (value = attributes[:'countries']).is_a?(Array)
97
+ self.countries = value
98
+ end
99
+ else
100
+ self.countries = nil
101
+ end
102
+ end
103
+
104
+ # Show invalid properties with the reasons. Usually used together with valid?
105
+ # @return Array for valid properties with the reasons
106
+ def list_invalid_properties
107
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
108
+ invalid_properties = Array.new
109
+ if @type.nil?
110
+ invalid_properties.push('invalid value for "type", type cannot be nil.')
111
+ end
112
+
113
+ if @countries.nil?
114
+ invalid_properties.push('invalid value for "countries", countries cannot be nil.')
115
+ end
116
+
117
+ 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
+ warn '[DEPRECATED] the `valid?` method is obsolete'
124
+ return false if @type.nil?
125
+ type_validator = EnumAttributeValidator.new('String', ["whitelist", "blacklist"])
126
+ return false unless type_validator.valid?(@type)
127
+ return false if @countries.nil?
128
+ true
129
+ end
130
+
131
+ # Custom attribute writer method checking allowed values (enum).
132
+ # @param [Object] type Object to be assigned
133
+ def type=(type)
134
+ validator = EnumAttributeValidator.new('String', ["whitelist", "blacklist"])
135
+ unless validator.valid?(type)
136
+ fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
137
+ end
138
+ @type = type
139
+ end
140
+
141
+ # Checks equality by comparing each attribute.
142
+ # @param [Object] Object to be compared
143
+ def ==(o)
144
+ return true if self.equal?(o)
145
+ self.class == o.class &&
146
+ type == o.type &&
147
+ countries == o.countries
148
+ end
149
+
150
+ # @see the `==` method
151
+ # @param [Object] Object to be compared
152
+ def eql?(o)
153
+ self == o
154
+ end
155
+
156
+ # Calculates hash code according to all attributes.
157
+ # @return [Integer] Hash code
158
+ def hash
159
+ [type, countries].hash
160
+ end
161
+
162
+ # Builds the object from hash
163
+ # @param [Hash] attributes Model attributes in the form of hash
164
+ # @return [Object] Returns the model itself
165
+ def self.build_from_hash(attributes)
166
+ return nil unless attributes.is_a?(Hash)
167
+ attributes = attributes.transform_keys(&:to_sym)
168
+ transformed_hash = {}
169
+ openapi_types.each_pair do |key, type|
170
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
171
+ transformed_hash["#{key}"] = nil
172
+ elsif type =~ /\AArray<(.*)>/i
173
+ # check to ensure the input is an array given that the attribute
174
+ # is documented as an array but the input is not
175
+ if attributes[attribute_map[key]].is_a?(Array)
176
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
177
+ end
178
+ elsif !attributes[attribute_map[key]].nil?
179
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
180
+ end
181
+ end
182
+ new(transformed_hash)
183
+ end
184
+
185
+ # Deserializes the data based on type
186
+ # @param string type Data type
187
+ # @param string value Value to be deserialized
188
+ # @return [Object] Deserialized data
189
+ def self._deserialize(type, value)
190
+ case type.to_sym
191
+ when :Time
192
+ Time.parse(value)
193
+ when :Date
194
+ Date.parse(value)
195
+ when :String
196
+ value.to_s
197
+ when :Integer
198
+ value.to_i
199
+ when :Float
200
+ value.to_f
201
+ when :Boolean
202
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
203
+ true
204
+ else
205
+ false
206
+ end
207
+ when :Object
208
+ # generic object (usually a Hash), return directly
209
+ value
210
+ when /\AArray<(?<inner_type>.+)>\z/
211
+ inner_type = Regexp.last_match[:inner_type]
212
+ value.map { |v| _deserialize(inner_type, v) }
213
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
214
+ k_type = Regexp.last_match[:k_type]
215
+ v_type = Regexp.last_match[:v_type]
216
+ {}.tap do |hash|
217
+ value.each do |k, v|
218
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
219
+ end
220
+ end
221
+ else # model
222
+ # models (e.g. Pet) or oneOf
223
+ klass = Tremendous.const_get(type)
224
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
225
+ end
226
+ end
227
+
228
+ # Returns the string representation of the object
229
+ # @return [String] String presentation of the object
230
+ def to_s
231
+ to_hash.to_s
232
+ end
233
+
234
+ # to_body is an alias to to_hash (backward compatibility)
235
+ # @return [Hash] Returns the object in the form of hash
236
+ def to_body
237
+ to_hash
238
+ end
239
+
240
+ # Returns the object in the form of hash
241
+ # @return [Hash] Returns the object in the form of hash
242
+ def to_hash
243
+ hash = {}
244
+ self.class.attribute_map.each_pair do |attr, param|
245
+ value = self.send(attr)
246
+ if value.nil?
247
+ is_nullable = self.class.openapi_nullable.include?(attr)
248
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
249
+ end
250
+
251
+ hash[param] = _to_hash(value)
252
+ end
253
+ hash
254
+ end
255
+
256
+ # Outputs non-array value in the form of hash
257
+ # For object, use to_hash. Otherwise, just return the value
258
+ # @param [Object] value Any valid value
259
+ # @return [Hash] Returns the value in the form of hash
260
+ def _to_hash(value)
261
+ if value.is_a?(Array)
262
+ value.compact.map { |v| _to_hash(v) }
263
+ elsif value.is_a?(Hash)
264
+ {}.tap do |hash|
265
+ value.each { |k, v| hash[k] = _to_hash(v) }
266
+ end
267
+ elsif value.respond_to? :to_hash
268
+ value.to_hash
269
+ else
270
+ value
271
+ end
272
+ end
273
+
274
+ end
275
+
276
+ end