artikcloud 2.0.0 → 2.0.5

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 (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
 
@@ -31,24 +40,17 @@ module ArtikCloud
31
40
 
32
41
  attr_accessor :data
33
42
 
43
+
34
44
  # Attribute mapping from ruby-style variable name to JSON key.
35
45
  def self.attribute_map
36
46
  {
37
-
38
47
  :'sdid' => :'sdid',
39
-
40
48
  :'field_presence' => :'fieldPresence',
41
-
42
49
  :'start_date' => :'startDate',
43
-
44
50
  :'end_date' => :'endDate',
45
-
46
51
  :'interval' => :'interval',
47
-
48
52
  :'size' => :'size',
49
-
50
53
  :'data' => :'data'
51
-
52
54
  }
53
55
  end
54
56
 
@@ -62,50 +64,71 @@ module ArtikCloud
62
64
  :'interval' => :'String',
63
65
  :'size' => :'Integer',
64
66
  :'data' => :'Array<FieldPresence>'
65
-
66
67
  }
67
68
  end
68
69
 
70
+ # Initializes the object
71
+ # @param [Hash] attributes Model attributes in the form of hash
69
72
  def initialize(attributes = {})
70
73
  return unless attributes.is_a?(Hash)
71
74
 
72
75
  # convert string to symbol for hash key
73
- attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
76
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
74
77
 
75
-
76
- if attributes[:'sdid']
78
+ if attributes.has_key?(:'sdid')
77
79
  self.sdid = attributes[:'sdid']
78
80
  end
79
-
80
- if attributes[:'fieldPresence']
81
+
82
+ if attributes.has_key?(:'fieldPresence')
81
83
  self.field_presence = attributes[:'fieldPresence']
82
84
  end
83
-
84
- if attributes[:'startDate']
85
+
86
+ if attributes.has_key?(:'startDate')
85
87
  self.start_date = attributes[:'startDate']
86
88
  end
87
-
88
- if attributes[:'endDate']
89
+
90
+ if attributes.has_key?(:'endDate')
89
91
  self.end_date = attributes[:'endDate']
90
92
  end
91
-
92
- if attributes[:'interval']
93
+
94
+ if attributes.has_key?(:'interval')
93
95
  self.interval = attributes[:'interval']
94
96
  end
95
-
96
- if attributes[:'size']
97
+
98
+ if attributes.has_key?(:'size')
97
99
  self.size = attributes[:'size']
98
100
  end
99
-
100
- if attributes[:'data']
101
+
102
+ if attributes.has_key?(:'data')
101
103
  if (value = attributes[:'data']).is_a?(Array)
102
104
  self.data = value
103
105
  end
104
106
  end
105
-
107
+
108
+ end
109
+
110
+ # Show invalid properties with the reasons. Usually used together with valid?
111
+ # @return Array for valid properies with the reasons
112
+ def list_invalid_properties
113
+ invalid_properties = Array.new
114
+ return invalid_properties
115
+ end
116
+
117
+ # Check to see if the all the properties in the model are valid
118
+ # @return true if the model is valid
119
+ def valid?
120
+ return false if @sdid.nil?
121
+ return false if @field_presence.nil?
122
+ return false if @start_date.nil?
123
+ return false if @end_date.nil?
124
+ return false if @interval.nil?
125
+ return false if @size.nil?
126
+ return false if @data.nil?
127
+ return true
106
128
  end
107
129
 
108
- # Check equality by comparing each attribute.
130
+ # Checks equality by comparing each attribute.
131
+ # @param [Object] Object to be compared
109
132
  def ==(o)
110
133
  return true if self.equal?(o)
111
134
  self.class == o.class &&
@@ -119,35 +142,41 @@ module ArtikCloud
119
142
  end
120
143
 
121
144
  # @see the `==` method
145
+ # @param [Object] Object to be compared
122
146
  def eql?(o)
123
147
  self == o
124
148
  end
125
149
 
126
- # Calculate hash code according to all attributes.
150
+ # Calculates hash code according to all attributes.
151
+ # @return [Fixnum] Hash code
127
152
  def hash
128
153
  [sdid, field_presence, start_date, end_date, interval, size, data].hash
129
154
  end
130
155
 
131
- # build the object from hash
156
+ # Builds the object from hash
157
+ # @param [Hash] attributes Model attributes in the form of hash
158
+ # @return [Object] Returns the model itself
132
159
  def build_from_hash(attributes)
133
160
  return nil unless attributes.is_a?(Hash)
134
161
  self.class.swagger_types.each_pair do |key, type|
135
162
  if type =~ /^Array<(.*)>/i
163
+ # check to ensure the input is an array given that the the attribute
164
+ # is documented as an array but the input is not
136
165
  if attributes[self.class.attribute_map[key]].is_a?(Array)
137
166
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
138
- else
139
- #TODO show warning in debug mode
140
167
  end
141
168
  elsif !attributes[self.class.attribute_map[key]].nil?
142
169
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
143
- else
144
- # data not found in attributes(hash), not an issue as the data can be optional
145
- end
170
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
146
171
  end
147
172
 
148
173
  self
149
174
  end
150
175
 
176
+ # Deserializes the data based on type
177
+ # @param string type Data type
178
+ # @param string value Value to be deserialized
179
+ # @return [Object] Deserialized data
151
180
  def _deserialize(type, value)
152
181
  case type.to_sym
153
182
  when :DateTime
@@ -181,21 +210,25 @@ module ArtikCloud
181
210
  end
182
211
  end
183
212
  else # model
184
- _model = ArtikCloud.const_get(type).new
185
- _model.build_from_hash(value)
213
+ temp_model = ArtikCloud.const_get(type).new
214
+ temp_model.build_from_hash(value)
186
215
  end
187
216
  end
188
217
 
218
+ # Returns the string representation of the object
219
+ # @return [String] String presentation of the object
189
220
  def to_s
190
221
  to_hash.to_s
191
222
  end
192
223
 
193
- # to_body is an alias to to_body (backward compatibility))
224
+ # to_body is an alias to to_hash (backward compatibility)
225
+ # @return [Hash] Returns the object in the form of hash
194
226
  def to_body
195
227
  to_hash
196
228
  end
197
229
 
198
- # return the object in the form of hash
230
+ # Returns the object in the form of hash
231
+ # @return [Hash] Returns the object in the form of hash
199
232
  def to_hash
200
233
  hash = {}
201
234
  self.class.attribute_map.each_pair do |attr, param|
@@ -206,8 +239,10 @@ module ArtikCloud
206
239
  hash
207
240
  end
208
241
 
209
- # Method to output non-array value in the form of hash
242
+ # Outputs non-array value in the form of hash
210
243
  # For object, use to_hash. Otherwise, just return the value
244
+ # @param [Object] value Any valid value
245
+ # @return [Hash] Returns the value in the form of hash
211
246
  def _to_hash(value)
212
247
  if value.is_a?(Array)
213
248
  value.compact.map{ |v| _to_hash(v) }
@@ -223,4 +258,5 @@ module ArtikCloud
223
258
  end
224
259
 
225
260
  end
261
+
226
262
  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
 
@@ -23,14 +32,12 @@ module ArtikCloud
23
32
  # Actions
24
33
  attr_accessor :actions
25
34
 
35
+
26
36
  # Attribute mapping from ruby-style variable name to JSON key.
27
37
  def self.attribute_map
28
38
  {
29
-
30
39
  :'fields' => :'fields',
31
-
32
40
  :'actions' => :'actions'
33
-
34
41
  }
35
42
  end
36
43
 
@@ -39,32 +46,46 @@ module ArtikCloud
39
46
  {
40
47
  :'fields' => :'Hash<String, Object>',
41
48
  :'actions' => :'Hash<String, Object>'
42
-
43
49
  }
44
50
  end
45
51
 
52
+ # Initializes the object
53
+ # @param [Hash] attributes Model attributes in the form of hash
46
54
  def initialize(attributes = {})
47
55
  return unless attributes.is_a?(Hash)
48
56
 
49
57
  # convert string to symbol for hash key
50
- attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
58
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
51
59
 
52
-
53
- if attributes[:'fields']
60
+ if attributes.has_key?(:'fields')
54
61
  if (value = attributes[:'fields']).is_a?(Array)
55
62
  self.fields = value
56
63
  end
57
64
  end
58
-
59
- if attributes[:'actions']
65
+
66
+ if attributes.has_key?(:'actions')
60
67
  if (value = attributes[:'actions']).is_a?(Array)
61
68
  self.actions = value
62
69
  end
63
70
  end
64
-
71
+
72
+ end
73
+
74
+ # Show invalid properties with the reasons. Usually used together with valid?
75
+ # @return Array for valid properies with the reasons
76
+ def list_invalid_properties
77
+ invalid_properties = Array.new
78
+ return invalid_properties
79
+ end
80
+
81
+ # Check to see if the all the properties in the model are valid
82
+ # @return true if the model is valid
83
+ def valid?
84
+ return true
65
85
  end
66
86
 
67
- # Check equality by comparing each attribute.
87
+ # Checks equality by comparing each attribute.
88
+ # @param [Object] Object to be compared
68
89
  def ==(o)
69
90
  return true if self.equal?(o)
70
91
  self.class == o.class &&
@@ -73,35 +94,41 @@ module ArtikCloud
73
94
  end
74
95
 
75
96
  # @see the `==` method
97
+ # @param [Object] Object to be compared
76
98
  def eql?(o)
77
99
  self == o
78
100
  end
79
101
 
80
- # Calculate hash code according to all attributes.
102
+ # Calculates hash code according to all attributes.
103
+ # @return [Fixnum] Hash code
81
104
  def hash
82
105
  [fields, actions].hash
83
106
  end
84
107
 
85
- # build the object from hash
108
+ # Builds the object from hash
109
+ # @param [Hash] attributes Model attributes in the form of hash
110
+ # @return [Object] Returns the model itself
86
111
  def build_from_hash(attributes)
87
112
  return nil unless attributes.is_a?(Hash)
88
113
  self.class.swagger_types.each_pair do |key, type|
89
114
  if type =~ /^Array<(.*)>/i
115
+ # check to ensure the input is an array given that the the attribute
116
+ # is documented as an array but the input is not
90
117
  if attributes[self.class.attribute_map[key]].is_a?(Array)
91
118
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
92
- else
93
- #TODO show warning in debug mode
94
119
  end
95
120
  elsif !attributes[self.class.attribute_map[key]].nil?
96
121
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
97
- else
98
- # data not found in attributes(hash), not an issue as the data can be optional
99
- end
122
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
100
123
  end
101
124
 
102
125
  self
103
126
  end
104
127
 
128
+ # Deserializes the data based on type
129
+ # @param string type Data type
130
+ # @param string value Value to be deserialized
131
+ # @return [Object] Deserialized data
105
132
  def _deserialize(type, value)
106
133
  case type.to_sym
107
134
  when :DateTime
@@ -135,21 +162,25 @@ module ArtikCloud
135
162
  end
136
163
  end
137
164
  else # model
138
- _model = ArtikCloud.const_get(type).new
139
- _model.build_from_hash(value)
165
+ temp_model = ArtikCloud.const_get(type).new
166
+ temp_model.build_from_hash(value)
140
167
  end
141
168
  end
142
169
 
170
+ # Returns the string representation of the object
171
+ # @return [String] String presentation of the object
143
172
  def to_s
144
173
  to_hash.to_s
145
174
  end
146
175
 
147
- # to_body is an alias to to_body (backward compatibility))
176
+ # to_body is an alias to to_hash (backward compatibility)
177
+ # @return [Hash] Returns the object in the form of hash
148
178
  def to_body
149
179
  to_hash
150
180
  end
151
181
 
152
- # return the object in the form of hash
182
+ # Returns the object in the form of hash
183
+ # @return [Hash] Returns the object in the form of hash
153
184
  def to_hash
154
185
  hash = {}
155
186
  self.class.attribute_map.each_pair do |attr, param|
@@ -160,8 +191,10 @@ module ArtikCloud
160
191
  hash
161
192
  end
162
193
 
163
- # Method to output non-array value in the form of hash
194
+ # Outputs non-array value in the form of hash
164
195
  # For object, use to_hash. Otherwise, just return the value
196
+ # @param [Object] value Any valid value
197
+ # @return [Hash] Returns the value in the form of hash
165
198
  def _to_hash(value)
166
199
  if value.is_a?(Array)
167
200
  value.compact.map{ |v| _to_hash(v) }
@@ -177,4 +210,5 @@ module ArtikCloud
177
210
  end
178
211
 
179
212
  end
213
+
180
214
  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 ManifestProperties
20
29
  attr_accessor :properties
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
  :'properties' => :'properties'
27
-
28
36
  }
29
37
  end
30
38
 
@@ -32,24 +40,39 @@ module ArtikCloud
32
40
  def self.swagger_types
33
41
  {
34
42
  :'properties' => :'FieldsActions'
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[:'properties']
54
+ if attributes.has_key?(:'properties')
47
55
  self.properties = attributes[:'properties']
48
56
  end
49
-
57
+
58
+ end
59
+
60
+ # Show invalid properties with the reasons. Usually used together with valid?
61
+ # @return Array for valid properies with the reasons
62
+ def list_invalid_properties
63
+ invalid_properties = Array.new
64
+ return invalid_properties
50
65
  end
51
66
 
52
- # Check equality by comparing each attribute.
67
+ # Check to see if the all the properties in the model are valid
68
+ # @return true if the model is valid
69
+ def valid?
70
+ return false if @properties.nil?
71
+ return true
72
+ end
73
+
74
+ # Checks equality by comparing each attribute.
75
+ # @param [Object] Object to be compared
53
76
  def ==(o)
54
77
  return true if self.equal?(o)
55
78
  self.class == o.class &&
@@ -57,35 +80,41 @@ module ArtikCloud
57
80
  end
58
81
 
59
82
  # @see the `==` method
83
+ # @param [Object] Object to be compared
60
84
  def eql?(o)
61
85
  self == o
62
86
  end
63
87
 
64
- # Calculate hash code according to all attributes.
88
+ # Calculates hash code according to all attributes.
89
+ # @return [Fixnum] Hash code
65
90
  def hash
66
91
  [properties].hash
67
92
  end
68
93
 
69
- # 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
70
97
  def build_from_hash(attributes)
71
98
  return nil unless attributes.is_a?(Hash)
72
99
  self.class.swagger_types.each_pair do |key, type|
73
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
74
103
  if attributes[self.class.attribute_map[key]].is_a?(Array)
75
104
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
76
- else
77
- #TODO show warning in debug mode
78
105
  end
79
106
  elsif !attributes[self.class.attribute_map[key]].nil?
80
107
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
81
- else
82
- # data not found in attributes(hash), not an issue as the data can be optional
83
- end
108
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
84
109
  end
85
110
 
86
111
  self
87
112
  end
88
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
89
118
  def _deserialize(type, value)
90
119
  case type.to_sym
91
120
  when :DateTime
@@ -119,21 +148,25 @@ module ArtikCloud
119
148
  end
120
149
  end
121
150
  else # model
122
- _model = ArtikCloud.const_get(type).new
123
- _model.build_from_hash(value)
151
+ temp_model = ArtikCloud.const_get(type).new
152
+ temp_model.build_from_hash(value)
124
153
  end
125
154
  end
126
155
 
156
+ # Returns the string representation of the object
157
+ # @return [String] String presentation of the object
127
158
  def to_s
128
159
  to_hash.to_s
129
160
  end
130
161
 
131
- # 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
132
164
  def to_body
133
165
  to_hash
134
166
  end
135
167
 
136
- # 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
137
170
  def to_hash
138
171
  hash = {}
139
172
  self.class.attribute_map.each_pair do |attr, param|
@@ -144,8 +177,10 @@ module ArtikCloud
144
177
  hash
145
178
  end
146
179
 
147
- # Method to output non-array value in the form of hash
180
+ # Outputs non-array value in the form of hash
148
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
149
184
  def _to_hash(value)
150
185
  if value.is_a?(Array)
151
186
  value.compact.map{ |v| _to_hash(v) }
@@ -161,4 +196,5 @@ module ArtikCloud
161
196
  end
162
197
 
163
198
  end
199
+
164
200
  end