artikcloud 2.0.8 → 2.1.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 (197) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +5 -2
  3. data/LICENSE +1 -1
  4. data/README.md +39 -4
  5. data/Rakefile +8 -0
  6. data/artikcloud.gemspec +5 -16
  7. data/docs/Device.md +2 -0
  8. data/docs/DeviceShareInfo.md +8 -0
  9. data/docs/DeviceSharing.md +11 -0
  10. data/docs/DeviceSharingArray.md +8 -0
  11. data/docs/DeviceSharingEnvelope.md +11 -0
  12. data/docs/DeviceSharingId.md +8 -0
  13. data/docs/DeviceStatus.md +9 -0
  14. data/docs/DeviceStatusBatch.md +11 -0
  15. data/docs/DeviceStatusData.md +12 -0
  16. data/docs/DeviceStatusPut.md +8 -0
  17. data/docs/DeviceStatusPutData.md +8 -0
  18. data/docs/DevicessharesApi.md +235 -0
  19. data/docs/DevicestatusApi.md +183 -0
  20. data/docs/NotifMessage.md +15 -0
  21. data/docs/NotifMessageArray.md +8 -0
  22. data/docs/NotifMessagesResponse.md +12 -0
  23. data/docs/Subscription.md +24 -0
  24. data/docs/SubscriptionArray.md +8 -0
  25. data/docs/SubscriptionEnvelope.md +8 -0
  26. data/docs/SubscriptionInfo.md +20 -0
  27. data/docs/SubscriptionsApi.md +342 -0
  28. data/docs/SubscriptionsEnvelope.md +11 -0
  29. data/docs/TaskParameters.md +2 -0
  30. data/docs/UpdateParameters.md +8 -0
  31. data/docs/UsersApi.md +67 -1
  32. data/docs/ValidationCallbackInfo.md +9 -0
  33. data/git_push.sh +0 -12
  34. data/lib/artikcloud.rb +24 -13
  35. data/lib/artikcloud/api/device_types_api.rb +7 -55
  36. data/lib/artikcloud/api/devices_api.rb +12 -66
  37. data/lib/artikcloud/api/devices_management_api.rb +16 -118
  38. data/lib/artikcloud/api/devicesshares_api.rb +244 -0
  39. data/lib/artikcloud/api/devicestatus_api.rb +190 -0
  40. data/lib/artikcloud/api/export_api.rb +5 -41
  41. data/lib/artikcloud/api/messages_api.rb +10 -76
  42. data/lib/artikcloud/api/registrations_api.rb +4 -34
  43. data/lib/artikcloud/api/rules_api.rb +5 -41
  44. data/lib/artikcloud/api/subscriptions_api.rb +346 -0
  45. data/lib/artikcloud/api/tags_api.rb +4 -34
  46. data/lib/artikcloud/api/tokens_api.rb +5 -33
  47. data/lib/artikcloud/api/users_api.rb +79 -67
  48. data/lib/artikcloud/api_client.rb +17 -20
  49. data/lib/artikcloud/api_error.rb +8 -18
  50. data/lib/artikcloud/configuration.rb +1 -13
  51. data/lib/artikcloud/models/ack_envelope.rb +4 -16
  52. data/lib/artikcloud/models/acknowledgement.rb +4 -16
  53. data/lib/artikcloud/models/action.rb +4 -16
  54. data/lib/artikcloud/models/action_array.rb +4 -16
  55. data/lib/artikcloud/models/action_details.rb +4 -16
  56. data/lib/artikcloud/models/action_details_array.rb +4 -16
  57. data/lib/artikcloud/models/action_in.rb +4 -16
  58. data/lib/artikcloud/models/action_out.rb +4 -16
  59. data/lib/artikcloud/models/actions.rb +4 -16
  60. data/lib/artikcloud/models/aggregate_data.rb +4 -16
  61. data/lib/artikcloud/models/aggregates_histogram_data.rb +4 -16
  62. data/lib/artikcloud/models/aggregates_histogram_response.rb +4 -16
  63. data/lib/artikcloud/models/aggregates_response.rb +4 -16
  64. data/lib/artikcloud/models/app_properties.rb +8 -16
  65. data/lib/artikcloud/models/check_token_message.rb +4 -16
  66. data/lib/artikcloud/models/check_token_response.rb +4 -16
  67. data/lib/artikcloud/models/device.rb +28 -20
  68. data/lib/artikcloud/models/device_array.rb +4 -16
  69. data/lib/artikcloud/models/device_envelope.rb +8 -16
  70. data/lib/artikcloud/models/device_reg_complete_request.rb +4 -16
  71. data/lib/artikcloud/models/device_reg_confirm_user_request.rb +4 -16
  72. data/lib/artikcloud/models/device_reg_confirm_user_response.rb +4 -16
  73. data/lib/artikcloud/models/device_reg_confirm_user_response_envelope.rb +4 -16
  74. data/lib/artikcloud/models/device_reg_status_response.rb +4 -16
  75. data/lib/artikcloud/models/device_reg_status_response_envelope.rb +4 -16
  76. data/lib/artikcloud/models/device_share_info.rb +188 -0
  77. data/lib/artikcloud/models/device_sharing.rb +218 -0
  78. data/lib/artikcloud/models/device_sharing_array.rb +189 -0
  79. data/lib/artikcloud/models/device_sharing_envelope.rb +214 -0
  80. data/lib/artikcloud/models/device_sharing_id.rb +188 -0
  81. data/lib/artikcloud/models/device_status.rb +196 -0
  82. data/lib/artikcloud/models/device_status_batch.rb +216 -0
  83. data/lib/artikcloud/models/device_status_data.rb +225 -0
  84. data/lib/artikcloud/models/device_status_put.rb +187 -0
  85. data/lib/artikcloud/models/device_status_put_data.rb +187 -0
  86. data/lib/artikcloud/models/device_task.rb +4 -16
  87. data/lib/artikcloud/models/device_task_update_request.rb +4 -16
  88. data/lib/artikcloud/models/device_task_update_response.rb +4 -16
  89. data/lib/artikcloud/models/device_token.rb +20 -16
  90. data/lib/artikcloud/models/device_token_envelope.rb +8 -16
  91. data/lib/artikcloud/models/device_type.rb +4 -16
  92. data/lib/artikcloud/models/device_type_array.rb +4 -16
  93. data/lib/artikcloud/models/device_type_envelope.rb +8 -16
  94. data/lib/artikcloud/models/device_type_info.rb +4 -16
  95. data/lib/artikcloud/models/device_type_info_envelope.rb +4 -16
  96. data/lib/artikcloud/models/device_types_envelope.rb +16 -16
  97. data/lib/artikcloud/models/device_types_info.rb +4 -16
  98. data/lib/artikcloud/models/device_types_info_envelope.rb +4 -16
  99. data/lib/artikcloud/models/devices_envelope.rb +16 -16
  100. data/lib/artikcloud/models/error_envelope.rb +4 -16
  101. data/lib/artikcloud/models/event_feed_data.rb +4 -16
  102. data/lib/artikcloud/models/export_data.rb +4 -16
  103. data/lib/artikcloud/models/export_data_array.rb +4 -16
  104. data/lib/artikcloud/models/export_history_response.rb +4 -16
  105. data/lib/artikcloud/models/export_normalized_messages_response.rb +4 -16
  106. data/lib/artikcloud/models/export_request.rb +4 -16
  107. data/lib/artikcloud/models/export_request_data.rb +4 -16
  108. data/lib/artikcloud/models/export_request_info.rb +4 -16
  109. data/lib/artikcloud/models/export_request_response.rb +4 -16
  110. data/lib/artikcloud/models/export_response.rb +4 -16
  111. data/lib/artikcloud/models/export_status_response.rb +4 -16
  112. data/lib/artikcloud/models/field_path.rb +4 -16
  113. data/lib/artikcloud/models/field_presence.rb +8 -16
  114. data/lib/artikcloud/models/field_presence_envelope.rb +32 -16
  115. data/lib/artikcloud/models/fields_actions.rb +4 -16
  116. data/lib/artikcloud/models/manifest_properties.rb +8 -16
  117. data/lib/artikcloud/models/manifest_properties_envelope.rb +8 -16
  118. data/lib/artikcloud/models/manifest_versions.rb +8 -16
  119. data/lib/artikcloud/models/manifest_versions_envelope.rb +8 -16
  120. data/lib/artikcloud/models/message.rb +4 -16
  121. data/lib/artikcloud/models/message_action.rb +4 -16
  122. data/lib/artikcloud/models/message_id.rb +4 -16
  123. data/lib/artikcloud/models/message_id_envelope.rb +4 -16
  124. data/lib/artikcloud/models/message_in.rb +4 -16
  125. data/lib/artikcloud/models/message_out.rb +4 -16
  126. data/lib/artikcloud/models/metadata_envelope.rb +4 -16
  127. data/lib/artikcloud/models/metadata_properties_envelope.rb +4 -16
  128. data/lib/artikcloud/models/metadata_query_envelope.rb +4 -16
  129. data/lib/artikcloud/models/non_empty_string.rb +4 -16
  130. data/lib/artikcloud/models/normalized_action.rb +36 -16
  131. data/lib/artikcloud/models/normalized_actions_envelope.rb +16 -16
  132. data/lib/artikcloud/models/normalized_message.rb +36 -16
  133. data/lib/artikcloud/models/normalized_messages_envelope.rb +16 -16
  134. data/lib/artikcloud/models/notif_message.rb +252 -0
  135. data/lib/artikcloud/models/notif_message_array.rb +189 -0
  136. data/lib/artikcloud/models/notif_messages_response.rb +223 -0
  137. data/lib/artikcloud/models/output_rule.rb +4 -16
  138. data/lib/artikcloud/models/presence_envelope.rb +4 -16
  139. data/lib/artikcloud/models/presence_model.rb +4 -16
  140. data/lib/artikcloud/models/properties_envelope.rb +8 -16
  141. data/lib/artikcloud/models/refresh_token_response.rb +4 -16
  142. data/lib/artikcloud/models/register_message.rb +4 -16
  143. data/lib/artikcloud/models/rule_array.rb +4 -16
  144. data/lib/artikcloud/models/rule_creation_info.rb +4 -16
  145. data/lib/artikcloud/models/rule_envelope.rb +4 -16
  146. data/lib/artikcloud/models/rule_error.rb +4 -16
  147. data/lib/artikcloud/models/rule_update_info.rb +4 -16
  148. data/lib/artikcloud/models/rule_warning_output.rb +4 -16
  149. data/lib/artikcloud/models/rules_envelope.rb +4 -16
  150. data/lib/artikcloud/models/snapshot_response.rb +4 -16
  151. data/lib/artikcloud/models/snapshot_responses.rb +4 -16
  152. data/lib/artikcloud/models/snapshots_response_envelope.rb +4 -16
  153. data/lib/artikcloud/models/subscription.rb +348 -0
  154. data/lib/artikcloud/models/subscription_array.rb +189 -0
  155. data/lib/artikcloud/models/subscription_envelope.rb +187 -0
  156. data/lib/artikcloud/models/subscription_info.rb +308 -0
  157. data/lib/artikcloud/models/subscriptions_envelope.rb +214 -0
  158. data/lib/artikcloud/models/tag.rb +4 -16
  159. data/lib/artikcloud/models/tag_array.rb +4 -16
  160. data/lib/artikcloud/models/tags_envelope.rb +4 -16
  161. data/lib/artikcloud/models/task.rb +4 -16
  162. data/lib/artikcloud/models/task_by_did.rb +4 -16
  163. data/lib/artikcloud/models/task_by_did_list.rb +4 -16
  164. data/lib/artikcloud/models/task_by_did_list_envelope.rb +4 -16
  165. data/lib/artikcloud/models/task_envelope.rb +4 -16
  166. data/lib/artikcloud/models/task_history.rb +4 -16
  167. data/lib/artikcloud/models/task_history_list.rb +4 -16
  168. data/lib/artikcloud/models/task_list.rb +4 -16
  169. data/lib/artikcloud/models/task_list_envelope.rb +4 -16
  170. data/lib/artikcloud/models/task_parameters.rb +25 -17
  171. data/lib/artikcloud/models/task_request.rb +4 -16
  172. data/lib/artikcloud/models/task_status.rb +4 -16
  173. data/lib/artikcloud/models/task_status_counts.rb +4 -16
  174. data/lib/artikcloud/models/task_statuses.rb +4 -16
  175. data/lib/artikcloud/models/task_statuses_envelope.rb +4 -16
  176. data/lib/artikcloud/models/task_statuses_history_envelope.rb +4 -16
  177. data/lib/artikcloud/models/task_update_request.rb +4 -16
  178. data/lib/artikcloud/models/task_update_response.rb +4 -16
  179. data/lib/artikcloud/models/tasks_status_counts.rb +4 -16
  180. data/lib/artikcloud/models/token.rb +4 -16
  181. data/lib/artikcloud/models/token_info.rb +4 -16
  182. data/lib/artikcloud/models/token_info_success_response.rb +4 -16
  183. data/lib/artikcloud/models/token_request.rb +4 -16
  184. data/lib/artikcloud/models/token_response.rb +4 -16
  185. data/lib/artikcloud/models/unregister_device_response.rb +4 -16
  186. data/lib/artikcloud/models/unregister_device_response_envelope.rb +4 -16
  187. data/lib/artikcloud/models/update_parameters.rb +188 -0
  188. data/lib/artikcloud/models/user.rb +28 -16
  189. data/lib/artikcloud/models/user_envelope.rb +8 -16
  190. data/lib/artikcloud/models/validation_callback_info.rb +198 -0
  191. data/lib/artikcloud/models/web_socket_error.rb +4 -16
  192. data/lib/artikcloud/version.rb +2 -14
  193. data/pom.xml +1 -1
  194. data/spec/api/devicesshares_api_spec.rb +87 -0
  195. data/spec/api/devicestatus_api_spec.rb +75 -0
  196. data/spec/api/subscriptions_api_spec.rb +112 -0
  197. metadata +58 -26
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -149,7 +137,7 @@ module ArtikCloud
149
137
  def build_from_hash(attributes)
150
138
  return nil unless attributes.is_a?(Hash)
151
139
  self.class.swagger_types.each_pair do |key, type|
152
- if type =~ /^Array<(.*)>/i
140
+ if type =~ /\AArray<(.*)>/i
153
141
  # check to ensure the input is an array given that the the attribute
154
142
  # is documented as an array but the input is not
155
143
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -180,7 +168,7 @@ module ArtikCloud
180
168
  when :Float
181
169
  value.to_f
182
170
  when :BOOLEAN
183
- if value.to_s =~ /^(true|t|yes|y|1)$/i
171
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
184
172
  true
185
173
  else
186
174
  false
@@ -191,7 +179,7 @@ module ArtikCloud
191
179
  when /\AArray<(?<inner_type>.+)>\z/
192
180
  inner_type = Regexp.last_match[:inner_type]
193
181
  value.map { |v| _deserialize(inner_type, v) }
194
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
182
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
195
183
  k_type = Regexp.last_match[:k_type]
196
184
  v_type = Regexp.last_match[:v_type]
197
185
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -147,7 +135,7 @@ module ArtikCloud
147
135
  def build_from_hash(attributes)
148
136
  return nil unless attributes.is_a?(Hash)
149
137
  self.class.swagger_types.each_pair do |key, type|
150
- if type =~ /^Array<(.*)>/i
138
+ if type =~ /\AArray<(.*)>/i
151
139
  # check to ensure the input is an array given that the the attribute
152
140
  # is documented as an array but the input is not
153
141
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -178,7 +166,7 @@ module ArtikCloud
178
166
  when :Float
179
167
  value.to_f
180
168
  when :BOOLEAN
181
- if value.to_s =~ /^(true|t|yes|y|1)$/i
169
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
182
170
  true
183
171
  else
184
172
  false
@@ -189,7 +177,7 @@ module ArtikCloud
189
177
  when /\AArray<(?<inner_type>.+)>\z/
190
178
  inner_type = Regexp.last_match[:inner_type]
191
179
  value.map { |v| _deserialize(inner_type, v) }
192
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
180
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
193
181
  k_type = Regexp.last_match[:k_type]
194
182
  v_type = Regexp.last_match[:v_type]
195
183
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -137,7 +125,7 @@ module ArtikCloud
137
125
  def build_from_hash(attributes)
138
126
  return nil unless attributes.is_a?(Hash)
139
127
  self.class.swagger_types.each_pair do |key, type|
140
- if type =~ /^Array<(.*)>/i
128
+ if type =~ /\AArray<(.*)>/i
141
129
  # check to ensure the input is an array given that the the attribute
142
130
  # is documented as an array but the input is not
143
131
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -168,7 +156,7 @@ module ArtikCloud
168
156
  when :Float
169
157
  value.to_f
170
158
  when :BOOLEAN
171
- if value.to_s =~ /^(true|t|yes|y|1)$/i
159
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
172
160
  true
173
161
  else
174
162
  false
@@ -179,7 +167,7 @@ module ArtikCloud
179
167
  when /\AArray<(?<inner_type>.+)>\z/
180
168
  inner_type = Regexp.last_match[:inner_type]
181
169
  value.map { |v| _deserialize(inner_type, v) }
182
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
170
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
183
171
  k_type = Regexp.last_match[:k_type]
184
172
  v_type = Regexp.last_match[:v_type]
185
173
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -211,7 +199,7 @@ module ArtikCloud
211
199
  def build_from_hash(attributes)
212
200
  return nil unless attributes.is_a?(Hash)
213
201
  self.class.swagger_types.each_pair do |key, type|
214
- if type =~ /^Array<(.*)>/i
202
+ if type =~ /\AArray<(.*)>/i
215
203
  # check to ensure the input is an array given that the the attribute
216
204
  # is documented as an array but the input is not
217
205
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -242,7 +230,7 @@ module ArtikCloud
242
230
  when :Float
243
231
  value.to_f
244
232
  when :BOOLEAN
245
- if value.to_s =~ /^(true|t|yes|y|1)$/i
233
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
246
234
  true
247
235
  else
248
236
  false
@@ -253,7 +241,7 @@ module ArtikCloud
253
241
  when /\AArray<(?<inner_type>.+)>\z/
254
242
  inner_type = Regexp.last_match[:inner_type]
255
243
  value.map { |v| _deserialize(inner_type, v) }
256
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
244
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
257
245
  k_type = Regexp.last_match[:k_type]
258
246
  v_type = Regexp.last_match[:v_type]
259
247
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -127,7 +115,7 @@ module ArtikCloud
127
115
  def build_from_hash(attributes)
128
116
  return nil unless attributes.is_a?(Hash)
129
117
  self.class.swagger_types.each_pair do |key, type|
130
- if type =~ /^Array<(.*)>/i
118
+ if type =~ /\AArray<(.*)>/i
131
119
  # check to ensure the input is an array given that the the attribute
132
120
  # is documented as an array but the input is not
133
121
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -158,7 +146,7 @@ module ArtikCloud
158
146
  when :Float
159
147
  value.to_f
160
148
  when :BOOLEAN
161
- if value.to_s =~ /^(true|t|yes|y|1)$/i
149
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
162
150
  true
163
151
  else
164
152
  false
@@ -169,7 +157,7 @@ module ArtikCloud
169
157
  when /\AArray<(?<inner_type>.+)>\z/
170
158
  inner_type = Regexp.last_match[:inner_type]
171
159
  value.map { |v| _deserialize(inner_type, v) }
172
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
160
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
173
161
  k_type = Regexp.last_match[:k_type]
174
162
  v_type = Regexp.last_match[:v_type]
175
163
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -97,7 +85,7 @@ module ArtikCloud
97
85
  def build_from_hash(attributes)
98
86
  return nil unless attributes.is_a?(Hash)
99
87
  self.class.swagger_types.each_pair do |key, type|
100
- if type =~ /^Array<(.*)>/i
88
+ if type =~ /\AArray<(.*)>/i
101
89
  # check to ensure the input is an array given that the the attribute
102
90
  # is documented as an array but the input is not
103
91
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -128,7 +116,7 @@ module ArtikCloud
128
116
  when :Float
129
117
  value.to_f
130
118
  when :BOOLEAN
131
- if value.to_s =~ /^(true|t|yes|y|1)$/i
119
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
132
120
  true
133
121
  else
134
122
  false
@@ -139,7 +127,7 @@ module ArtikCloud
139
127
  when /\AArray<(?<inner_type>.+)>\z/
140
128
  inner_type = Regexp.last_match[:inner_type]
141
129
  value.map { |v| _deserialize(inner_type, v) }
142
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
130
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
143
131
  k_type = Regexp.last_match[:k_type]
144
132
  v_type = Regexp.last_match[:v_type]
145
133
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -97,7 +85,7 @@ module ArtikCloud
97
85
  def build_from_hash(attributes)
98
86
  return nil unless attributes.is_a?(Hash)
99
87
  self.class.swagger_types.each_pair do |key, type|
100
- if type =~ /^Array<(.*)>/i
88
+ if type =~ /\AArray<(.*)>/i
101
89
  # check to ensure the input is an array given that the the attribute
102
90
  # is documented as an array but the input is not
103
91
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -128,7 +116,7 @@ module ArtikCloud
128
116
  when :Float
129
117
  value.to_f
130
118
  when :BOOLEAN
131
- if value.to_s =~ /^(true|t|yes|y|1)$/i
119
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
132
120
  true
133
121
  else
134
122
  false
@@ -139,7 +127,7 @@ module ArtikCloud
139
127
  when /\AArray<(?<inner_type>.+)>\z/
140
128
  inner_type = Regexp.last_match[:inner_type]
141
129
  value.map { |v| _deserialize(inner_type, v) }
142
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
130
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
143
131
  k_type = Regexp.last_match[:k_type]
144
132
  v_type = Regexp.last_match[:v_type]
145
133
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -97,7 +85,7 @@ module ArtikCloud
97
85
  def build_from_hash(attributes)
98
86
  return nil unless attributes.is_a?(Hash)
99
87
  self.class.swagger_types.each_pair do |key, type|
100
- if type =~ /^Array<(.*)>/i
88
+ if type =~ /\AArray<(.*)>/i
101
89
  # check to ensure the input is an array given that the the attribute
102
90
  # is documented as an array but the input is not
103
91
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -128,7 +116,7 @@ module ArtikCloud
128
116
  when :Float
129
117
  value.to_f
130
118
  when :BOOLEAN
131
- if value.to_s =~ /^(true|t|yes|y|1)$/i
119
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
132
120
  true
133
121
  else
134
122
  false
@@ -139,7 +127,7 @@ module ArtikCloud
139
127
  when /\AArray<(?<inner_type>.+)>\z/
140
128
  inner_type = Regexp.last_match[:inner_type]
141
129
  value.map { |v| _deserialize(inner_type, v) }
142
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
130
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
143
131
  k_type = Regexp.last_match[:k_type]
144
132
  v_type = Regexp.last_match[:v_type]
145
133
  {}.tap do |hash|
@@ -1,24 +1,12 @@
1
1
  =begin
2
2
  #ARTIK Cloud API
3
3
 
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 2.0.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
10
  =end
23
11
 
24
12
  require 'date'
@@ -127,7 +115,7 @@ module ArtikCloud
127
115
  def build_from_hash(attributes)
128
116
  return nil unless attributes.is_a?(Hash)
129
117
  self.class.swagger_types.each_pair do |key, type|
130
- if type =~ /^Array<(.*)>/i
118
+ if type =~ /\AArray<(.*)>/i
131
119
  # check to ensure the input is an array given that the the attribute
132
120
  # is documented as an array but the input is not
133
121
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -158,7 +146,7 @@ module ArtikCloud
158
146
  when :Float
159
147
  value.to_f
160
148
  when :BOOLEAN
161
- if value.to_s =~ /^(true|t|yes|y|1)$/i
149
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
162
150
  true
163
151
  else
164
152
  false
@@ -169,7 +157,7 @@ module ArtikCloud
169
157
  when /\AArray<(?<inner_type>.+)>\z/
170
158
  inner_type = Regexp.last_match[:inner_type]
171
159
  value.map { |v| _deserialize(inner_type, v) }
172
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
160
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
173
161
  k_type = Regexp.last_match[:k_type]
174
162
  v_type = Regexp.last_match[:v_type]
175
163
  {}.tap do |hash|