artikcloud 2.0.0 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -12
  3. data/README.md +33 -10
  4. data/artikcloud.gemspec +5 -6
  5. data/docs/Action.md +9 -0
  6. data/docs/ActionArray.md +8 -0
  7. data/docs/Actions.md +12 -0
  8. data/docs/DeviceTypesApi.md +10 -10
  9. data/docs/DevicesApi.md +68 -15
  10. data/docs/ExportApi.md +10 -10
  11. data/docs/Message.md +11 -0
  12. data/docs/MessagesApi.md +205 -27
  13. data/docs/NormalizedAction.md +16 -0
  14. data/docs/NormalizedActionsEnvelope.md +17 -0
  15. data/docs/PresenceEnvelope.md +9 -0
  16. data/docs/PresenceModel.md +9 -0
  17. data/docs/RegistrationsApi.md +6 -6
  18. data/docs/RulesApi.md +8 -8
  19. data/docs/RulesEnvelope.md +1 -1
  20. data/docs/SnapshotResponse.md +9 -0
  21. data/docs/SnapshotResponses.md +10 -0
  22. data/docs/SnapshotsResponseEnvelope.md +9 -0
  23. data/docs/TagsApi.md +7 -7
  24. data/docs/TokenInfo.md +11 -0
  25. data/docs/TokenInfoSuccessResponse.md +8 -0
  26. data/docs/TokensApi.md +54 -7
  27. data/docs/UsersApi.md +18 -20
  28. data/git_push.sh +16 -1
  29. data/lib/artikcloud/api/device_types_api.rb +52 -59
  30. data/lib/artikcloud/api/devices_api.rb +120 -76
  31. data/lib/artikcloud/api/export_api.rb +43 -45
  32. data/lib/artikcloud/api/messages_api.rb +285 -103
  33. data/lib/artikcloud/api/registrations_api.rb +34 -34
  34. data/lib/artikcloud/api/rules_api.rb +43 -48
  35. data/lib/artikcloud/api/tags_api.rb +37 -35
  36. data/lib/artikcloud/api/tokens_api.rb +85 -30
  37. data/lib/artikcloud/api/users_api.rb +83 -102
  38. data/lib/artikcloud/api_client.rb +56 -13
  39. data/lib/artikcloud/api_error.rb +13 -4
  40. data/lib/artikcloud/configuration.rb +45 -1
  41. data/lib/artikcloud/models/ack_envelope.rb +59 -24
  42. data/lib/artikcloud/models/acknowledgement.rb +65 -33
  43. data/lib/artikcloud/models/action.rb +212 -0
  44. data/lib/artikcloud/models/action_array.rb +201 -0
  45. data/lib/artikcloud/models/action_details.rb +61 -27
  46. data/lib/artikcloud/models/action_details_array.rb +59 -24
  47. data/lib/artikcloud/models/action_in.rb +69 -39
  48. data/lib/artikcloud/models/action_out.rb +67 -36
  49. data/lib/artikcloud/models/actions.rb +241 -0
  50. data/lib/artikcloud/models/aggregate_data.rb +69 -39
  51. data/lib/artikcloud/models/aggregates_histogram_data.rb +71 -42
  52. data/lib/artikcloud/models/aggregates_histogram_response.rb +71 -42
  53. data/lib/artikcloud/models/aggregates_response.rb +69 -39
  54. data/lib/artikcloud/models/app_properties.rb +64 -30
  55. data/lib/artikcloud/models/check_token_message.rb +59 -24
  56. data/lib/artikcloud/models/check_token_response.rb +59 -24
  57. data/lib/artikcloud/models/device.rb +85 -63
  58. data/lib/artikcloud/models/device_array.rb +59 -24
  59. data/lib/artikcloud/models/device_envelope.rb +60 -24
  60. data/lib/artikcloud/models/device_reg_complete_request.rb +59 -24
  61. data/lib/artikcloud/models/device_reg_confirm_user_request.rb +63 -30
  62. data/lib/artikcloud/models/device_reg_confirm_user_response.rb +59 -24
  63. data/lib/artikcloud/models/device_reg_confirm_user_response_envelope.rb +59 -24
  64. data/lib/artikcloud/models/device_reg_status_response.rb +61 -27
  65. data/lib/artikcloud/models/device_reg_status_response_envelope.rb +59 -24
  66. data/lib/artikcloud/models/device_token.rb +69 -33
  67. data/lib/artikcloud/models/device_token_envelope.rb +60 -24
  68. data/lib/artikcloud/models/device_type.rb +93 -75
  69. data/lib/artikcloud/models/device_type_array.rb +59 -24
  70. data/lib/artikcloud/models/device_type_envelope.rb +60 -24
  71. data/lib/artikcloud/models/device_types_envelope.rb +68 -33
  72. data/lib/artikcloud/models/devices_envelope.rb +68 -33
  73. data/lib/artikcloud/models/error_envelope.rb +59 -24
  74. data/lib/artikcloud/models/export_data.rb +71 -42
  75. data/lib/artikcloud/models/export_data_array.rb +59 -24
  76. data/lib/artikcloud/models/export_history_response.rb +65 -33
  77. data/lib/artikcloud/models/export_normalized_messages_response.rb +83 -60
  78. data/lib/artikcloud/models/export_request.rb +73 -45
  79. data/lib/artikcloud/models/export_request_data.rb +79 -54
  80. data/lib/artikcloud/models/export_request_info.rb +77 -51
  81. data/lib/artikcloud/models/export_request_response.rb +59 -24
  82. data/lib/artikcloud/models/export_response.rb +79 -54
  83. data/lib/artikcloud/models/export_status_response.rb +67 -36
  84. data/lib/artikcloud/models/field_path.rb +59 -24
  85. data/lib/artikcloud/models/field_presence.rb +60 -24
  86. data/lib/artikcloud/models/field_presence_envelope.rb +78 -42
  87. data/lib/artikcloud/models/fields_actions.rb +61 -27
  88. data/lib/artikcloud/models/manifest_properties.rb +60 -24
  89. data/lib/artikcloud/models/manifest_properties_envelope.rb +60 -24
  90. data/lib/artikcloud/models/manifest_versions.rb +60 -24
  91. data/lib/artikcloud/models/manifest_versions_envelope.rb +60 -24
  92. data/lib/artikcloud/models/message.rb +233 -0
  93. data/lib/artikcloud/models/message_action.rb +67 -36
  94. data/lib/artikcloud/models/message_id.rb +59 -24
  95. data/lib/artikcloud/models/message_id_envelope.rb +59 -24
  96. data/lib/artikcloud/models/message_in.rb +69 -39
  97. data/lib/artikcloud/models/message_out.rb +67 -36
  98. data/lib/artikcloud/models/non_empty_string.rb +59 -24
  99. data/lib/artikcloud/models/normalized_action.rb +279 -0
  100. data/lib/artikcloud/models/normalized_actions_envelope.rb +285 -0
  101. data/lib/artikcloud/models/normalized_message.rb +81 -45
  102. data/lib/artikcloud/models/normalized_messages_envelope.rb +80 -51
  103. data/lib/artikcloud/models/output_rule.rb +85 -63
  104. data/lib/artikcloud/models/presence_envelope.rb +208 -0
  105. data/lib/artikcloud/models/presence_model.rb +208 -0
  106. data/lib/artikcloud/models/properties_envelope.rb +60 -24
  107. data/lib/artikcloud/models/refresh_token_response.rb +65 -33
  108. data/lib/artikcloud/models/register_message.rb +67 -36
  109. data/lib/artikcloud/models/rule_array.rb +59 -24
  110. data/lib/artikcloud/models/rule_creation_info.rb +65 -33
  111. data/lib/artikcloud/models/rule_envelope.rb +59 -24
  112. data/lib/artikcloud/models/rule_error.rb +65 -33
  113. data/lib/artikcloud/models/rule_update_info.rb +65 -33
  114. data/lib/artikcloud/models/rule_warning_output.rb +61 -27
  115. data/lib/artikcloud/models/rules_envelope.rb +69 -35
  116. data/lib/artikcloud/models/snapshot_response.rb +210 -0
  117. data/lib/artikcloud/models/snapshot_responses.rb +219 -0
  118. data/lib/artikcloud/models/snapshots_response_envelope.rb +208 -0
  119. data/lib/artikcloud/models/tag.rb +61 -27
  120. data/lib/artikcloud/models/tag_array.rb +59 -24
  121. data/lib/artikcloud/models/tags_envelope.rb +59 -24
  122. data/lib/artikcloud/models/token.rb +65 -33
  123. data/lib/artikcloud/models/token_info.rb +226 -0
  124. data/lib/artikcloud/models/token_info_success_response.rb +199 -0
  125. data/lib/artikcloud/models/token_request.rb +59 -24
  126. data/lib/artikcloud/models/token_response.rb +59 -24
  127. data/lib/artikcloud/models/unregister_device_response.rb +79 -54
  128. data/lib/artikcloud/models/unregister_device_response_envelope.rb +59 -24
  129. data/lib/artikcloud/models/user.rb +77 -42
  130. data/lib/artikcloud/models/user_envelope.rb +60 -24
  131. data/lib/artikcloud/models/web_socket_error.rb +63 -30
  132. data/lib/artikcloud/version.rb +14 -5
  133. data/lib/artikcloud.rb +26 -4
  134. data/spec/api/device_types_api_spec.rb +110 -0
  135. data/spec/api/devices_api_spec.rb +143 -0
  136. data/spec/api/export_api_spec.rb +96 -0
  137. data/spec/api/messages_api_spec.rb +7 -7
  138. data/spec/api/registrations_api_spec.rb +82 -0
  139. data/spec/api/rules_api_spec.rb +96 -0
  140. data/spec/api/tags_api_spec.rb +84 -0
  141. data/spec/api/tokens_api_spec.rb +12 -21
  142. data/spec/api/users_api_spec.rb +1 -1
  143. data/spec/spec_helper.rb +1 -1
  144. metadata +60 -22
@@ -1,14 +1,23 @@
1
1
  =begin
2
- ARTIK Cloud API
2
+ #ARTIK Cloud API
3
+
4
+ #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
3
5
 
4
6
  OpenAPI spec version: 2.0.0
5
7
 
6
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
7
9
 
8
- License: MIT
9
- http://en.wikipedia.org/wiki/MIT_License
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
10
15
 
11
- Terms of Service: http://www.samsung.com/global/business/mobile/info/terms-and-conditions.html
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.
12
21
 
13
22
  =end
14
23
 
@@ -20,12 +29,11 @@ module ArtikCloud
20
29
  # Error Data
21
30
  attr_accessor :error
22
31
 
32
+
23
33
  # Attribute mapping from ruby-style variable name to JSON key.
24
34
  def self.attribute_map
25
35
  {
26
-
27
36
  :'error' => :'error'
28
-
29
37
  }
30
38
  end
31
39
 
@@ -33,24 +41,38 @@ module ArtikCloud
33
41
  def self.swagger_types
34
42
  {
35
43
  :'error' => :'WebSocketError'
36
-
37
44
  }
38
45
  end
39
46
 
47
+ # Initializes the object
48
+ # @param [Hash] attributes Model attributes in the form of hash
40
49
  def initialize(attributes = {})
41
50
  return unless attributes.is_a?(Hash)
42
51
 
43
52
  # convert string to symbol for hash key
44
- attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
53
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
45
54
 
46
-
47
- if attributes[:'error']
55
+ if attributes.has_key?(:'error')
48
56
  self.error = attributes[:'error']
49
57
  end
50
-
58
+
59
+ end
60
+
61
+ # Show invalid properties with the reasons. Usually used together with valid?
62
+ # @return Array for valid properies with the reasons
63
+ def list_invalid_properties
64
+ invalid_properties = Array.new
65
+ return invalid_properties
51
66
  end
52
67
 
53
- # Check equality by comparing each attribute.
68
+ # Check to see if the all the properties in the model are valid
69
+ # @return true if the model is valid
70
+ def valid?
71
+ return true
72
+ end
73
+
74
+ # Checks equality by comparing each attribute.
75
+ # @param [Object] Object to be compared
54
76
  def ==(o)
55
77
  return true if self.equal?(o)
56
78
  self.class == o.class &&
@@ -58,35 +80,41 @@ module ArtikCloud
58
80
  end
59
81
 
60
82
  # @see the `==` method
83
+ # @param [Object] Object to be compared
61
84
  def eql?(o)
62
85
  self == o
63
86
  end
64
87
 
65
- # Calculate hash code according to all attributes.
88
+ # Calculates hash code according to all attributes.
89
+ # @return [Fixnum] Hash code
66
90
  def hash
67
91
  [error].hash
68
92
  end
69
93
 
70
- # build the object from hash
94
+ # Builds the object from hash
95
+ # @param [Hash] attributes Model attributes in the form of hash
96
+ # @return [Object] Returns the model itself
71
97
  def build_from_hash(attributes)
72
98
  return nil unless attributes.is_a?(Hash)
73
99
  self.class.swagger_types.each_pair do |key, type|
74
100
  if type =~ /^Array<(.*)>/i
101
+ # check to ensure the input is an array given that the the attribute
102
+ # is documented as an array but the input is not
75
103
  if attributes[self.class.attribute_map[key]].is_a?(Array)
76
104
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
77
- else
78
- #TODO show warning in debug mode
79
105
  end
80
106
  elsif !attributes[self.class.attribute_map[key]].nil?
81
107
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
82
- else
83
- # data not found in attributes(hash), not an issue as the data can be optional
84
- end
108
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
85
109
  end
86
110
 
87
111
  self
88
112
  end
89
113
 
114
+ # Deserializes the data based on type
115
+ # @param string type Data type
116
+ # @param string value Value to be deserialized
117
+ # @return [Object] Deserialized data
90
118
  def _deserialize(type, value)
91
119
  case type.to_sym
92
120
  when :DateTime
@@ -120,21 +148,25 @@ module ArtikCloud
120
148
  end
121
149
  end
122
150
  else # model
123
- _model = ArtikCloud.const_get(type).new
124
- _model.build_from_hash(value)
151
+ temp_model = ArtikCloud.const_get(type).new
152
+ temp_model.build_from_hash(value)
125
153
  end
126
154
  end
127
155
 
156
+ # Returns the string representation of the object
157
+ # @return [String] String presentation of the object
128
158
  def to_s
129
159
  to_hash.to_s
130
160
  end
131
161
 
132
- # to_body is an alias to to_body (backward compatibility))
162
+ # to_body is an alias to to_hash (backward compatibility)
163
+ # @return [Hash] Returns the object in the form of hash
133
164
  def to_body
134
165
  to_hash
135
166
  end
136
167
 
137
- # return the object in the form of hash
168
+ # Returns the object in the form of hash
169
+ # @return [Hash] Returns the object in the form of hash
138
170
  def to_hash
139
171
  hash = {}
140
172
  self.class.attribute_map.each_pair do |attr, param|
@@ -145,8 +177,10 @@ module ArtikCloud
145
177
  hash
146
178
  end
147
179
 
148
- # Method to output non-array value in the form of hash
180
+ # Outputs non-array value in the form of hash
149
181
  # For object, use to_hash. Otherwise, just return the value
182
+ # @param [Object] value Any valid value
183
+ # @return [Hash] Returns the value in the form of hash
150
184
  def _to_hash(value)
151
185
  if value.is_a?(Array)
152
186
  value.compact.map{ |v| _to_hash(v) }
@@ -162,4 +196,5 @@ module ArtikCloud
162
196
  end
163
197
 
164
198
  end
199
+
165
200
  end
@@ -1,14 +1,23 @@
1
1
  =begin
2
- ARTIK Cloud API
2
+ #ARTIK Cloud API
3
+
4
+ #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
3
5
 
4
6
  OpenAPI spec version: 2.0.0
5
7
 
6
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
7
9
 
8
- License: MIT
9
- http://en.wikipedia.org/wiki/MIT_License
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
10
15
 
11
- Terms of Service: http://www.samsung.com/global/business/mobile/info/terms-and-conditions.html
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.
12
21
 
13
22
  =end
14
23
 
@@ -32,24 +41,17 @@ module ArtikCloud
32
41
 
33
42
  attr_accessor :total_messages
34
43
 
44
+
35
45
  # Attribute mapping from ruby-style variable name to JSON key.
36
46
  def self.attribute_map
37
47
  {
38
-
39
48
  :'expiration_date' => :'expirationDate',
40
-
41
49
  :'export_id' => :'exportId',
42
-
43
50
  :'file_size' => :'fileSize',
44
-
45
51
  :'md5' => :'md5',
46
-
47
52
  :'request' => :'request',
48
-
49
53
  :'status' => :'status',
50
-
51
54
  :'total_messages' => :'totalMessages'
52
-
53
55
  }
54
56
  end
55
57
 
@@ -63,48 +65,62 @@ module ArtikCloud
63
65
  :'request' => :'ExportRequest',
64
66
  :'status' => :'String',
65
67
  :'total_messages' => :'Integer'
66
-
67
68
  }
68
69
  end
69
70
 
71
+ # Initializes the object
72
+ # @param [Hash] attributes Model attributes in the form of hash
70
73
  def initialize(attributes = {})
71
74
  return unless attributes.is_a?(Hash)
72
75
 
73
76
  # convert string to symbol for hash key
74
- attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
77
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
75
78
 
76
-
77
- if attributes[:'expirationDate']
79
+ if attributes.has_key?(:'expirationDate')
78
80
  self.expiration_date = attributes[:'expirationDate']
79
81
  end
80
-
81
- if attributes[:'exportId']
82
+
83
+ if attributes.has_key?(:'exportId')
82
84
  self.export_id = attributes[:'exportId']
83
85
  end
84
-
85
- if attributes[:'fileSize']
86
+
87
+ if attributes.has_key?(:'fileSize')
86
88
  self.file_size = attributes[:'fileSize']
87
89
  end
88
-
89
- if attributes[:'md5']
90
+
91
+ if attributes.has_key?(:'md5')
90
92
  self.md5 = attributes[:'md5']
91
93
  end
92
-
93
- if attributes[:'request']
94
+
95
+ if attributes.has_key?(:'request')
94
96
  self.request = attributes[:'request']
95
97
  end
96
-
97
- if attributes[:'status']
98
+
99
+ if attributes.has_key?(:'status')
98
100
  self.status = attributes[:'status']
99
101
  end
100
-
101
- if attributes[:'totalMessages']
102
+
103
+ if attributes.has_key?(:'totalMessages')
102
104
  self.total_messages = attributes[:'totalMessages']
103
105
  end
104
-
106
+
107
+ end
108
+
109
+ # Show invalid properties with the reasons. Usually used together with valid?
110
+ # @return Array for valid properies with the reasons
111
+ def list_invalid_properties
112
+ invalid_properties = Array.new
113
+ return invalid_properties
114
+ end
115
+
116
+ # Check to see if the all the properties in the model are valid
117
+ # @return true if the model is valid
118
+ def valid?
119
+ return true
105
120
  end
106
121
 
107
- # Check equality by comparing each attribute.
122
+ # Checks equality by comparing each attribute.
123
+ # @param [Object] Object to be compared
108
124
  def ==(o)
109
125
  return true if self.equal?(o)
110
126
  self.class == o.class &&
@@ -118,35 +134,41 @@ module ArtikCloud
118
134
  end
119
135
 
120
136
  # @see the `==` method
137
+ # @param [Object] Object to be compared
121
138
  def eql?(o)
122
139
  self == o
123
140
  end
124
141
 
125
- # Calculate hash code according to all attributes.
142
+ # Calculates hash code according to all attributes.
143
+ # @return [Fixnum] Hash code
126
144
  def hash
127
145
  [expiration_date, export_id, file_size, md5, request, status, total_messages].hash
128
146
  end
129
147
 
130
- # build the object from hash
148
+ # Builds the object from hash
149
+ # @param [Hash] attributes Model attributes in the form of hash
150
+ # @return [Object] Returns the model itself
131
151
  def build_from_hash(attributes)
132
152
  return nil unless attributes.is_a?(Hash)
133
153
  self.class.swagger_types.each_pair do |key, type|
134
154
  if type =~ /^Array<(.*)>/i
155
+ # check to ensure the input is an array given that the the attribute
156
+ # is documented as an array but the input is not
135
157
  if attributes[self.class.attribute_map[key]].is_a?(Array)
136
158
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
137
- else
138
- #TODO show warning in debug mode
139
159
  end
140
160
  elsif !attributes[self.class.attribute_map[key]].nil?
141
161
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
142
- else
143
- # data not found in attributes(hash), not an issue as the data can be optional
144
- end
162
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
145
163
  end
146
164
 
147
165
  self
148
166
  end
149
167
 
168
+ # Deserializes the data based on type
169
+ # @param string type Data type
170
+ # @param string value Value to be deserialized
171
+ # @return [Object] Deserialized data
150
172
  def _deserialize(type, value)
151
173
  case type.to_sym
152
174
  when :DateTime
@@ -180,21 +202,25 @@ module ArtikCloud
180
202
  end
181
203
  end
182
204
  else # model
183
- _model = ArtikCloud.const_get(type).new
184
- _model.build_from_hash(value)
205
+ temp_model = ArtikCloud.const_get(type).new
206
+ temp_model.build_from_hash(value)
185
207
  end
186
208
  end
187
209
 
210
+ # Returns the string representation of the object
211
+ # @return [String] String presentation of the object
188
212
  def to_s
189
213
  to_hash.to_s
190
214
  end
191
215
 
192
- # to_body is an alias to to_body (backward compatibility))
216
+ # to_body is an alias to to_hash (backward compatibility)
217
+ # @return [Hash] Returns the object in the form of hash
193
218
  def to_body
194
219
  to_hash
195
220
  end
196
221
 
197
- # return the object in the form of hash
222
+ # Returns the object in the form of hash
223
+ # @return [Hash] Returns the object in the form of hash
198
224
  def to_hash
199
225
  hash = {}
200
226
  self.class.attribute_map.each_pair do |attr, param|
@@ -205,8 +231,10 @@ module ArtikCloud
205
231
  hash
206
232
  end
207
233
 
208
- # Method to output non-array value in the form of hash
234
+ # Outputs non-array value in the form of hash
209
235
  # For object, use to_hash. Otherwise, just return the value
236
+ # @param [Object] value Any valid value
237
+ # @return [Hash] Returns the value in the form of hash
210
238
  def _to_hash(value)
211
239
  if value.is_a?(Array)
212
240
  value.compact.map{ |v| _to_hash(v) }
@@ -222,4 +250,5 @@ module ArtikCloud
222
250
  end
223
251
 
224
252
  end
253
+
225
254
  end
@@ -1,14 +1,23 @@
1
1
  =begin
2
- ARTIK Cloud API
2
+ #ARTIK Cloud API
3
+
4
+ #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
3
5
 
4
6
  OpenAPI spec version: 2.0.0
5
7
 
6
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
7
9
 
8
- License: MIT
9
- http://en.wikipedia.org/wiki/MIT_License
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
10
15
 
11
- Terms of Service: http://www.samsung.com/global/business/mobile/info/terms-and-conditions.html
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.
12
21
 
13
22
  =end
14
23
 
@@ -19,12 +28,11 @@ module ArtikCloud
19
28
  class ExportDataArray
20
29
  attr_accessor :exports
21
30
 
31
+
22
32
  # Attribute mapping from ruby-style variable name to JSON key.
23
33
  def self.attribute_map
24
34
  {
25
-
26
35
  :'exports' => :'exports'
27
-
28
36
  }
29
37
  end
30
38
 
@@ -32,26 +40,40 @@ module ArtikCloud
32
40
  def self.swagger_types
33
41
  {
34
42
  :'exports' => :'Array<ExportData>'
35
-
36
43
  }
37
44
  end
38
45
 
46
+ # Initializes the object
47
+ # @param [Hash] attributes Model attributes in the form of hash
39
48
  def initialize(attributes = {})
40
49
  return unless attributes.is_a?(Hash)
41
50
 
42
51
  # convert string to symbol for hash key
43
- attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
52
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
44
53
 
45
-
46
- if attributes[:'exports']
54
+ if attributes.has_key?(:'exports')
47
55
  if (value = attributes[:'exports']).is_a?(Array)
48
56
  self.exports = value
49
57
  end
50
58
  end
51
-
59
+
60
+ end
61
+
62
+ # Show invalid properties with the reasons. Usually used together with valid?
63
+ # @return Array for valid properies with the reasons
64
+ def list_invalid_properties
65
+ invalid_properties = Array.new
66
+ return invalid_properties
52
67
  end
53
68
 
54
- # Check equality by comparing each attribute.
69
+ # Check to see if the all the properties in the model are valid
70
+ # @return true if the model is valid
71
+ def valid?
72
+ return true
73
+ end
74
+
75
+ # Checks equality by comparing each attribute.
76
+ # @param [Object] Object to be compared
55
77
  def ==(o)
56
78
  return true if self.equal?(o)
57
79
  self.class == o.class &&
@@ -59,35 +81,41 @@ module ArtikCloud
59
81
  end
60
82
 
61
83
  # @see the `==` method
84
+ # @param [Object] Object to be compared
62
85
  def eql?(o)
63
86
  self == o
64
87
  end
65
88
 
66
- # Calculate hash code according to all attributes.
89
+ # Calculates hash code according to all attributes.
90
+ # @return [Fixnum] Hash code
67
91
  def hash
68
92
  [exports].hash
69
93
  end
70
94
 
71
- # build the object from hash
95
+ # Builds the object from hash
96
+ # @param [Hash] attributes Model attributes in the form of hash
97
+ # @return [Object] Returns the model itself
72
98
  def build_from_hash(attributes)
73
99
  return nil unless attributes.is_a?(Hash)
74
100
  self.class.swagger_types.each_pair do |key, type|
75
101
  if type =~ /^Array<(.*)>/i
102
+ # check to ensure the input is an array given that the the attribute
103
+ # is documented as an array but the input is not
76
104
  if attributes[self.class.attribute_map[key]].is_a?(Array)
77
105
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
78
- else
79
- #TODO show warning in debug mode
80
106
  end
81
107
  elsif !attributes[self.class.attribute_map[key]].nil?
82
108
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
83
- else
84
- # data not found in attributes(hash), not an issue as the data can be optional
85
- end
109
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
86
110
  end
87
111
 
88
112
  self
89
113
  end
90
114
 
115
+ # Deserializes the data based on type
116
+ # @param string type Data type
117
+ # @param string value Value to be deserialized
118
+ # @return [Object] Deserialized data
91
119
  def _deserialize(type, value)
92
120
  case type.to_sym
93
121
  when :DateTime
@@ -121,21 +149,25 @@ module ArtikCloud
121
149
  end
122
150
  end
123
151
  else # model
124
- _model = ArtikCloud.const_get(type).new
125
- _model.build_from_hash(value)
152
+ temp_model = ArtikCloud.const_get(type).new
153
+ temp_model.build_from_hash(value)
126
154
  end
127
155
  end
128
156
 
157
+ # Returns the string representation of the object
158
+ # @return [String] String presentation of the object
129
159
  def to_s
130
160
  to_hash.to_s
131
161
  end
132
162
 
133
- # to_body is an alias to to_body (backward compatibility))
163
+ # to_body is an alias to to_hash (backward compatibility)
164
+ # @return [Hash] Returns the object in the form of hash
134
165
  def to_body
135
166
  to_hash
136
167
  end
137
168
 
138
- # return the object in the form of hash
169
+ # Returns the object in the form of hash
170
+ # @return [Hash] Returns the object in the form of hash
139
171
  def to_hash
140
172
  hash = {}
141
173
  self.class.attribute_map.each_pair do |attr, param|
@@ -146,8 +178,10 @@ module ArtikCloud
146
178
  hash
147
179
  end
148
180
 
149
- # Method to output non-array value in the form of hash
181
+ # Outputs non-array value in the form of hash
150
182
  # For object, use to_hash. Otherwise, just return the value
183
+ # @param [Object] value Any valid value
184
+ # @return [Hash] Returns the value in the form of hash
151
185
  def _to_hash(value)
152
186
  if value.is_a?(Array)
153
187
  value.compact.map{ |v| _to_hash(v) }
@@ -163,4 +197,5 @@ module ArtikCloud
163
197
  end
164
198
 
165
199
  end
200
+
166
201
  end