rustici_software_cloud_v2 1.0.2 → 1.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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/lib/rustici_software_cloud_v2.rb +1 -0
- data/lib/rustici_software_cloud_v2/api/about_api.rb +5 -5
- data/lib/rustici_software_cloud_v2/api/application_management_api.rb +77 -79
- data/lib/rustici_software_cloud_v2/api/authentication_api.rb +12 -10
- data/lib/rustici_software_cloud_v2/api/course_api.rb +197 -140
- data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +247 -195
- data/lib/rustici_software_cloud_v2/api/invitations_api.rb +104 -85
- data/lib/rustici_software_cloud_v2/api/learner_api.rb +50 -35
- data/lib/rustici_software_cloud_v2/api/ping_api.rb +5 -7
- data/lib/rustici_software_cloud_v2/api/registration_api.rb +262 -150
- data/lib/rustici_software_cloud_v2/api/reporting_api.rb +21 -17
- data/lib/rustici_software_cloud_v2/api/xapi_api.rb +62 -51
- data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +53 -42
- data/lib/rustici_software_cloud_v2/api_client.rb +1 -0
- data/lib/rustici_software_cloud_v2/api_error.rb +1 -0
- data/lib/rustici_software_cloud_v2/configuration.rb +1 -0
- data/lib/rustici_software_cloud_v2/models/about_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +13 -16
- data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/application_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/application_token.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/batch_tags_schema.rb +9 -13
- data/lib/rustici_software_cloud_v2/models/comment_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +7 -10
- data/lib/rustici_software_cloud_v2/models/course_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb +12 -16
- data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +9 -13
- data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +10 -14
- data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +9 -13
- data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +10 -14
- data/lib/rustici_software_cloud_v2/models/credential_created_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/credential_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/destination_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/enabled_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +8 -11
- data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +8 -11
- data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +11 -14
- data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +15 -18
- data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/learner_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/message_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/objective_schema.rb +19 -22
- data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/ping_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +15 -18
- data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/registration_completion.rb +13 -4
- data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/registration_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/registration_success.rb +13 -4
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/response_error.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +15 -18
- data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +11 -14
- data/lib/rustici_software_cloud_v2/models/score_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/setting_item.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +11 -14
- data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/title_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +9 -13
- data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +7 -10
- data/lib/rustici_software_cloud_v2/models/xapi_account.rb +9 -12
- data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +9 -12
- data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +11 -13
- data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +14 -17
- data/lib/rustici_software_cloud_v2/models/xapi_context.rb +8 -11
- data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +7 -10
- data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +12 -16
- data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +12 -16
- data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +9 -12
- data/lib/rustici_software_cloud_v2/models/xapi_result.rb +8 -11
- data/lib/rustici_software_cloud_v2/models/xapi_score.rb +7 -10
- data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +7 -10
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +8 -12
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +10 -13
- data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +8 -11
- data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +9 -12
- data/lib/rustici_software_cloud_v2/models/zoomi_company_id.rb +7 -11
- data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +7 -11
- data/lib/rustici_software_cloud_v2/version.rb +2 -1
- data/rustici_software_cloud_v2.gemspec +8 -7
- data/spec/api_client_spec.rb +35 -34
- data/spec/configuration_spec.rb +9 -8
- data/spec/spec_helper.rb +1 -0
- metadata +16 -16
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
9
10
|
|
|
10
11
|
=end
|
|
11
12
|
|
|
12
13
|
require 'date'
|
|
13
14
|
|
|
14
15
|
module RusticiSoftwareCloudV2
|
|
15
|
-
|
|
16
16
|
class ReportageAccountInfoSchema
|
|
17
17
|
attr_accessor :email
|
|
18
18
|
|
|
@@ -32,7 +32,6 @@ module RusticiSoftwareCloudV2
|
|
|
32
32
|
|
|
33
33
|
attr_accessor :usage
|
|
34
34
|
|
|
35
|
-
|
|
36
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
37
36
|
def self.attribute_map
|
|
38
37
|
{
|
|
@@ -69,7 +68,7 @@ module RusticiSoftwareCloudV2
|
|
|
69
68
|
return unless attributes.is_a?(Hash)
|
|
70
69
|
|
|
71
70
|
# convert string to symbol for hash key
|
|
72
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
71
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
73
72
|
|
|
74
73
|
if attributes.has_key?(:'email')
|
|
75
74
|
self.email = attributes[:'email']
|
|
@@ -106,20 +105,19 @@ module RusticiSoftwareCloudV2
|
|
|
106
105
|
if attributes.has_key?(:'usage')
|
|
107
106
|
self.usage = attributes[:'usage']
|
|
108
107
|
end
|
|
109
|
-
|
|
110
108
|
end
|
|
111
109
|
|
|
112
110
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
113
|
-
# @return Array for valid
|
|
111
|
+
# @return Array for valid properties with the reasons
|
|
114
112
|
def list_invalid_properties
|
|
115
113
|
invalid_properties = Array.new
|
|
116
|
-
|
|
114
|
+
invalid_properties
|
|
117
115
|
end
|
|
118
116
|
|
|
119
117
|
# Check to see if the all the properties in the model are valid
|
|
120
118
|
# @return true if the model is valid
|
|
121
119
|
def valid?
|
|
122
|
-
|
|
120
|
+
true
|
|
123
121
|
end
|
|
124
122
|
|
|
125
123
|
# Checks equality by comparing each attribute.
|
|
@@ -160,7 +158,7 @@ module RusticiSoftwareCloudV2
|
|
|
160
158
|
# check to ensure the input is an array given that the the attribute
|
|
161
159
|
# is documented as an array but the input is not
|
|
162
160
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
163
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
161
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
164
162
|
end
|
|
165
163
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
166
164
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -242,7 +240,7 @@ module RusticiSoftwareCloudV2
|
|
|
242
240
|
# @return [Hash] Returns the value in the form of hash
|
|
243
241
|
def _to_hash(value)
|
|
244
242
|
if value.is_a?(Array)
|
|
245
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
243
|
+
value.compact.map { |v| _to_hash(v) }
|
|
246
244
|
elsif value.is_a?(Hash)
|
|
247
245
|
{}.tap do |hash|
|
|
248
246
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -253,7 +251,5 @@ module RusticiSoftwareCloudV2
|
|
|
253
251
|
value
|
|
254
252
|
end
|
|
255
253
|
end
|
|
256
|
-
|
|
257
254
|
end
|
|
258
|
-
|
|
259
255
|
end
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
9
10
|
|
|
10
11
|
=end
|
|
11
12
|
|
|
12
13
|
require 'date'
|
|
13
14
|
|
|
14
15
|
module RusticiSoftwareCloudV2
|
|
15
|
-
|
|
16
16
|
class ReportageAccountInfoUsageSchema
|
|
17
17
|
attr_accessor :month_start
|
|
18
18
|
|
|
@@ -22,7 +22,6 @@ module RusticiSoftwareCloudV2
|
|
|
22
22
|
|
|
23
23
|
attr_accessor :total_courses
|
|
24
24
|
|
|
25
|
-
|
|
26
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
27
26
|
def self.attribute_map
|
|
28
27
|
{
|
|
@@ -49,7 +48,7 @@ module RusticiSoftwareCloudV2
|
|
|
49
48
|
return unless attributes.is_a?(Hash)
|
|
50
49
|
|
|
51
50
|
# convert string to symbol for hash key
|
|
52
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
51
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
53
52
|
|
|
54
53
|
if attributes.has_key?(:'monthStart')
|
|
55
54
|
self.month_start = attributes[:'monthStart']
|
|
@@ -66,20 +65,19 @@ module RusticiSoftwareCloudV2
|
|
|
66
65
|
if attributes.has_key?(:'totalCourses')
|
|
67
66
|
self.total_courses = attributes[:'totalCourses']
|
|
68
67
|
end
|
|
69
|
-
|
|
70
68
|
end
|
|
71
69
|
|
|
72
70
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
73
|
-
# @return Array for valid
|
|
71
|
+
# @return Array for valid properties with the reasons
|
|
74
72
|
def list_invalid_properties
|
|
75
73
|
invalid_properties = Array.new
|
|
76
|
-
|
|
74
|
+
invalid_properties
|
|
77
75
|
end
|
|
78
76
|
|
|
79
77
|
# Check to see if the all the properties in the model are valid
|
|
80
78
|
# @return true if the model is valid
|
|
81
79
|
def valid?
|
|
82
|
-
|
|
80
|
+
true
|
|
83
81
|
end
|
|
84
82
|
|
|
85
83
|
# Checks equality by comparing each attribute.
|
|
@@ -115,7 +113,7 @@ module RusticiSoftwareCloudV2
|
|
|
115
113
|
# check to ensure the input is an array given that the the attribute
|
|
116
114
|
# is documented as an array but the input is not
|
|
117
115
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
118
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
116
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
119
117
|
end
|
|
120
118
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
121
119
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -197,7 +195,7 @@ module RusticiSoftwareCloudV2
|
|
|
197
195
|
# @return [Hash] Returns the value in the form of hash
|
|
198
196
|
def _to_hash(value)
|
|
199
197
|
if value.is_a?(Array)
|
|
200
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
198
|
+
value.compact.map { |v| _to_hash(v) }
|
|
201
199
|
elsif value.is_a?(Hash)
|
|
202
200
|
{}.tap do |hash|
|
|
203
201
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -208,7 +206,5 @@ module RusticiSoftwareCloudV2
|
|
|
208
206
|
value
|
|
209
207
|
end
|
|
210
208
|
end
|
|
211
|
-
|
|
212
209
|
end
|
|
213
|
-
|
|
214
210
|
end
|
|
@@ -6,19 +6,18 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
9
10
|
|
|
10
11
|
=end
|
|
11
12
|
|
|
12
13
|
require 'date'
|
|
13
14
|
|
|
14
15
|
module RusticiSoftwareCloudV2
|
|
15
|
-
|
|
16
16
|
class ReportageAuthTokenSchema
|
|
17
17
|
attr_accessor :auth_enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :query_string
|
|
20
20
|
|
|
21
|
-
|
|
22
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
22
|
def self.attribute_map
|
|
24
23
|
{
|
|
@@ -41,7 +40,7 @@ module RusticiSoftwareCloudV2
|
|
|
41
40
|
return unless attributes.is_a?(Hash)
|
|
42
41
|
|
|
43
42
|
# convert string to symbol for hash key
|
|
44
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
43
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
45
44
|
|
|
46
45
|
if attributes.has_key?(:'authEnabled')
|
|
47
46
|
self.auth_enabled = attributes[:'authEnabled']
|
|
@@ -50,20 +49,19 @@ module RusticiSoftwareCloudV2
|
|
|
50
49
|
if attributes.has_key?(:'queryString')
|
|
51
50
|
self.query_string = attributes[:'queryString']
|
|
52
51
|
end
|
|
53
|
-
|
|
54
52
|
end
|
|
55
53
|
|
|
56
54
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
57
|
-
# @return Array for valid
|
|
55
|
+
# @return Array for valid properties with the reasons
|
|
58
56
|
def list_invalid_properties
|
|
59
57
|
invalid_properties = Array.new
|
|
60
|
-
|
|
58
|
+
invalid_properties
|
|
61
59
|
end
|
|
62
60
|
|
|
63
61
|
# Check to see if the all the properties in the model are valid
|
|
64
62
|
# @return true if the model is valid
|
|
65
63
|
def valid?
|
|
66
|
-
|
|
64
|
+
true
|
|
67
65
|
end
|
|
68
66
|
|
|
69
67
|
# Checks equality by comparing each attribute.
|
|
@@ -97,7 +95,7 @@ module RusticiSoftwareCloudV2
|
|
|
97
95
|
# check to ensure the input is an array given that the the attribute
|
|
98
96
|
# is documented as an array but the input is not
|
|
99
97
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
100
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
98
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
101
99
|
end
|
|
102
100
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
103
101
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -179,7 +177,7 @@ module RusticiSoftwareCloudV2
|
|
|
179
177
|
# @return [Hash] Returns the value in the form of hash
|
|
180
178
|
def _to_hash(value)
|
|
181
179
|
if value.is_a?(Array)
|
|
182
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
180
|
+
value.compact.map { |v| _to_hash(v) }
|
|
183
181
|
elsif value.is_a?(Hash)
|
|
184
182
|
{}.tap do |hash|
|
|
185
183
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -190,7 +188,5 @@ module RusticiSoftwareCloudV2
|
|
|
190
188
|
value
|
|
191
189
|
end
|
|
192
190
|
end
|
|
193
|
-
|
|
194
191
|
end
|
|
195
|
-
|
|
196
192
|
end
|
|
@@ -6,17 +6,16 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
9
10
|
|
|
10
11
|
=end
|
|
11
12
|
|
|
12
13
|
require 'date'
|
|
13
14
|
|
|
14
15
|
module RusticiSoftwareCloudV2
|
|
15
|
-
|
|
16
16
|
class ReportageLinkSchema
|
|
17
17
|
attr_accessor :reportage_link
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
20
|
def self.attribute_map
|
|
22
21
|
{
|
|
@@ -37,25 +36,24 @@ module RusticiSoftwareCloudV2
|
|
|
37
36
|
return unless attributes.is_a?(Hash)
|
|
38
37
|
|
|
39
38
|
# convert string to symbol for hash key
|
|
40
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
39
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
41
40
|
|
|
42
41
|
if attributes.has_key?(:'reportageLink')
|
|
43
42
|
self.reportage_link = attributes[:'reportageLink']
|
|
44
43
|
end
|
|
45
|
-
|
|
46
44
|
end
|
|
47
45
|
|
|
48
46
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
49
|
-
# @return Array for valid
|
|
47
|
+
# @return Array for valid properties with the reasons
|
|
50
48
|
def list_invalid_properties
|
|
51
49
|
invalid_properties = Array.new
|
|
52
|
-
|
|
50
|
+
invalid_properties
|
|
53
51
|
end
|
|
54
52
|
|
|
55
53
|
# Check to see if the all the properties in the model are valid
|
|
56
54
|
# @return true if the model is valid
|
|
57
55
|
def valid?
|
|
58
|
-
|
|
56
|
+
true
|
|
59
57
|
end
|
|
60
58
|
|
|
61
59
|
# Checks equality by comparing each attribute.
|
|
@@ -88,7 +86,7 @@ module RusticiSoftwareCloudV2
|
|
|
88
86
|
# check to ensure the input is an array given that the the attribute
|
|
89
87
|
# is documented as an array but the input is not
|
|
90
88
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
91
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
89
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
92
90
|
end
|
|
93
91
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
94
92
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -170,7 +168,7 @@ module RusticiSoftwareCloudV2
|
|
|
170
168
|
# @return [Hash] Returns the value in the form of hash
|
|
171
169
|
def _to_hash(value)
|
|
172
170
|
if value.is_a?(Array)
|
|
173
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
171
|
+
value.compact.map { |v| _to_hash(v) }
|
|
174
172
|
elsif value.is_a?(Hash)
|
|
175
173
|
{}.tap do |hash|
|
|
176
174
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -181,7 +179,5 @@ module RusticiSoftwareCloudV2
|
|
|
181
179
|
value
|
|
182
180
|
end
|
|
183
181
|
end
|
|
184
|
-
|
|
185
182
|
end
|
|
186
|
-
|
|
187
183
|
end
|
|
@@ -6,17 +6,16 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
9
10
|
|
|
10
11
|
=end
|
|
11
12
|
|
|
12
13
|
require 'date'
|
|
13
14
|
|
|
14
15
|
module RusticiSoftwareCloudV2
|
|
15
|
-
|
|
16
16
|
class ResponseError
|
|
17
17
|
attr_accessor :message
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
20
|
def self.attribute_map
|
|
22
21
|
{
|
|
@@ -37,30 +36,29 @@ module RusticiSoftwareCloudV2
|
|
|
37
36
|
return unless attributes.is_a?(Hash)
|
|
38
37
|
|
|
39
38
|
# convert string to symbol for hash key
|
|
40
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
39
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
41
40
|
|
|
42
41
|
if attributes.has_key?(:'message')
|
|
43
42
|
self.message = attributes[:'message']
|
|
44
43
|
end
|
|
45
|
-
|
|
46
44
|
end
|
|
47
45
|
|
|
48
46
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
49
|
-
# @return Array for valid
|
|
47
|
+
# @return Array for valid properties with the reasons
|
|
50
48
|
def list_invalid_properties
|
|
51
49
|
invalid_properties = Array.new
|
|
52
50
|
if @message.nil?
|
|
53
|
-
invalid_properties.push(
|
|
51
|
+
invalid_properties.push('invalid value for "message", message cannot be nil.')
|
|
54
52
|
end
|
|
55
53
|
|
|
56
|
-
|
|
54
|
+
invalid_properties
|
|
57
55
|
end
|
|
58
56
|
|
|
59
57
|
# Check to see if the all the properties in the model are valid
|
|
60
58
|
# @return true if the model is valid
|
|
61
59
|
def valid?
|
|
62
60
|
return false if @message.nil?
|
|
63
|
-
|
|
61
|
+
true
|
|
64
62
|
end
|
|
65
63
|
|
|
66
64
|
# Checks equality by comparing each attribute.
|
|
@@ -93,7 +91,7 @@ module RusticiSoftwareCloudV2
|
|
|
93
91
|
# check to ensure the input is an array given that the the attribute
|
|
94
92
|
# is documented as an array but the input is not
|
|
95
93
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
96
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
94
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
97
95
|
end
|
|
98
96
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
99
97
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -175,7 +173,7 @@ module RusticiSoftwareCloudV2
|
|
|
175
173
|
# @return [Hash] Returns the value in the form of hash
|
|
176
174
|
def _to_hash(value)
|
|
177
175
|
if value.is_a?(Array)
|
|
178
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
176
|
+
value.compact.map { |v| _to_hash(v) }
|
|
179
177
|
elsif value.is_a?(Hash)
|
|
180
178
|
{}.tap do |hash|
|
|
181
179
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -186,7 +184,5 @@ module RusticiSoftwareCloudV2
|
|
|
186
184
|
value
|
|
187
185
|
end
|
|
188
186
|
end
|
|
189
|
-
|
|
190
187
|
end
|
|
191
|
-
|
|
192
188
|
end
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
9
10
|
|
|
10
11
|
=end
|
|
11
12
|
|
|
12
13
|
require 'date'
|
|
13
14
|
|
|
14
15
|
module RusticiSoftwareCloudV2
|
|
15
|
-
|
|
16
16
|
class RuntimeInteractionSchema
|
|
17
17
|
attr_accessor :id
|
|
18
18
|
|
|
@@ -98,7 +98,7 @@ module RusticiSoftwareCloudV2
|
|
|
98
98
|
return unless attributes.is_a?(Hash)
|
|
99
99
|
|
|
100
100
|
# convert string to symbol for hash key
|
|
101
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
101
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
102
102
|
|
|
103
103
|
if attributes.has_key?(:'id')
|
|
104
104
|
self.id = attributes[:'id']
|
|
@@ -147,30 +147,29 @@ module RusticiSoftwareCloudV2
|
|
|
147
147
|
if attributes.has_key?(:'description')
|
|
148
148
|
self.description = attributes[:'description']
|
|
149
149
|
end
|
|
150
|
-
|
|
151
150
|
end
|
|
152
151
|
|
|
153
152
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
154
|
-
# @return Array for valid
|
|
153
|
+
# @return Array for valid properties with the reasons
|
|
155
154
|
def list_invalid_properties
|
|
156
155
|
invalid_properties = Array.new
|
|
157
|
-
|
|
156
|
+
invalid_properties
|
|
158
157
|
end
|
|
159
158
|
|
|
160
159
|
# Check to see if the all the properties in the model are valid
|
|
161
160
|
# @return true if the model is valid
|
|
162
161
|
def valid?
|
|
163
|
-
type_validator = EnumAttributeValidator.new('String', [
|
|
162
|
+
type_validator = EnumAttributeValidator.new('String', ['TrueFalse', 'Choice', 'FillIn', 'LongFillIn', 'Likert', 'Matching', 'Performance', 'Sequencing', 'Numeric', 'Other'])
|
|
164
163
|
return false unless type_validator.valid?(@type)
|
|
165
|
-
|
|
164
|
+
true
|
|
166
165
|
end
|
|
167
166
|
|
|
168
167
|
# Custom attribute writer method checking allowed values (enum).
|
|
169
168
|
# @param [Object] type Object to be assigned
|
|
170
169
|
def type=(type)
|
|
171
|
-
validator = EnumAttributeValidator.new('String', [
|
|
170
|
+
validator = EnumAttributeValidator.new('String', ['TrueFalse', 'Choice', 'FillIn', 'LongFillIn', 'Likert', 'Matching', 'Performance', 'Sequencing', 'Numeric', 'Other'])
|
|
172
171
|
unless validator.valid?(type)
|
|
173
|
-
fail ArgumentError,
|
|
172
|
+
fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
|
|
174
173
|
end
|
|
175
174
|
@type = type
|
|
176
175
|
end
|
|
@@ -215,7 +214,7 @@ module RusticiSoftwareCloudV2
|
|
|
215
214
|
# check to ensure the input is an array given that the the attribute
|
|
216
215
|
# is documented as an array but the input is not
|
|
217
216
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
218
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
217
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
219
218
|
end
|
|
220
219
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
221
220
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -297,7 +296,7 @@ module RusticiSoftwareCloudV2
|
|
|
297
296
|
# @return [Hash] Returns the value in the form of hash
|
|
298
297
|
def _to_hash(value)
|
|
299
298
|
if value.is_a?(Array)
|
|
300
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
299
|
+
value.compact.map { |v| _to_hash(v) }
|
|
301
300
|
elsif value.is_a?(Hash)
|
|
302
301
|
{}.tap do |hash|
|
|
303
302
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -308,7 +307,5 @@ module RusticiSoftwareCloudV2
|
|
|
308
307
|
value
|
|
309
308
|
end
|
|
310
309
|
end
|
|
311
|
-
|
|
312
310
|
end
|
|
313
|
-
|
|
314
311
|
end
|