rustici_software_cloud_v2 1.0.0beta → 2.0.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 +7 -0
- data/Gemfile +1 -1
- data/README.md +354 -243
- data/lib/rustici_software_cloud_v2/api/about_api.rb +71 -0
- data/lib/rustici_software_cloud_v2/api/application_management_api.rb +253 -63
- data/lib/rustici_software_cloud_v2/api/authentication_api.rb +11 -17
- data/lib/rustici_software_cloud_v2/api/course_api.rb +910 -160
- data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +2236 -0
- data/lib/rustici_software_cloud_v2/api/invitations_api.rb +1025 -0
- data/lib/rustici_software_cloud_v2/api/learner_api.rb +367 -0
- data/lib/rustici_software_cloud_v2/api/ping_api.rb +6 -4
- data/lib/rustici_software_cloud_v2/api/registration_api.rb +448 -295
- data/lib/rustici_software_cloud_v2/api/reporting_api.rb +191 -0
- data/lib/rustici_software_cloud_v2/api/xapi_api.rb +581 -0
- data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +528 -0
- data/lib/rustici_software_cloud_v2/api_client.rb +5 -5
- data/lib/rustici_software_cloud_v2/api_error.rb +2 -2
- data/lib/rustici_software_cloud_v2/configuration.rb +11 -20
- data/lib/rustici_software_cloud_v2/models/about_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +10 -38
- data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +234 -0
- data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/{link_schema.rb → application_request_schema.rb} +14 -16
- data/lib/rustici_software_cloud_v2/models/application_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/application_token.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/{course_tags_batch_schema.rb → batch_tags_schema.rb} +21 -17
- data/lib/rustici_software_cloud_v2/models/comment_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +6 -3
- data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/course_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/{registration_tags_batch_schema.rb → create_dispatch_id_schema.rb} +25 -25
- data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +187 -0
- data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +306 -0
- data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +252 -0
- data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +250 -0
- data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_created_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +195 -0
- data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/destination_schema.rb +227 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +197 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +221 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +326 -0
- data/lib/rustici_software_cloud_v2/models/{tag_post_schema.rb → enabled_schema.rb} +17 -6
- data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +205 -0
- data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +187 -0
- data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +207 -0
- data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +31 -8
- data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +216 -0
- data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +195 -0
- data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +214 -0
- data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +226 -0
- data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +225 -0
- data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +212 -0
- data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +204 -0
- data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +10 -38
- data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +25 -9
- data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/learner_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +213 -0
- data/lib/rustici_software_cloud_v2/models/message_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +12 -10
- data/lib/rustici_software_cloud_v2/models/objective_schema.rb +13 -45
- data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/ping_schema.rb +21 -15
- data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +24 -42
- data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +264 -0
- data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +215 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +287 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +228 -0
- data/lib/rustici_software_cloud_v2/models/registration_completion.rb +2 -2
- data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +6 -3
- data/lib/rustici_software_cloud_v2/models/registration_schema.rb +17 -4
- data/lib/rustici_software_cloud_v2/models/registration_success.rb +2 -2
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +257 -0
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +212 -0
- data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +185 -0
- data/lib/rustici_software_cloud_v2/models/response_error.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +10 -38
- data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/score_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/setting_item.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/title_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +266 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +234 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +213 -0
- data/lib/rustici_software_cloud_v2/models/xapi_account.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_context.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +193 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +193 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +255 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +239 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +264 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +202 -0
- data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +203 -0
- data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_result.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_score.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +192 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +199 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +239 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/zoomi_company_id.rb +185 -0
- data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +204 -0
- data/lib/rustici_software_cloud_v2/version.rb +3 -3
- data/lib/rustici_software_cloud_v2.rb +68 -6
- data/rustici_software_cloud_v2.gemspec +8 -7
- data/spec/api_client_spec.rb +53 -47
- data/spec/configuration_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -13
- metadata +142 -270
- data/docs/ActivityResultSchema.md +0 -20
- data/docs/ApplicationListSchema.md +0 -8
- data/docs/ApplicationManagementApi.md +0 -570
- data/docs/ApplicationSchema.md +0 -9
- data/docs/ApplicationToken.md +0 -10
- data/docs/AuthenticationApi.md +0 -64
- data/docs/CommentSchema.md +0 -10
- data/docs/CompletionAmountSchema.md +0 -8
- data/docs/CourseActivitySchema.md +0 -15
- data/docs/CourseApi.md +0 -1459
- data/docs/CourseListNonPagedSchema.md +0 -8
- data/docs/CourseListSchema.md +0 -9
- data/docs/CourseReferenceSchema.md +0 -10
- data/docs/CourseSchema.md +0 -20
- data/docs/CourseTagsBatchSchema.md +0 -9
- data/docs/CreateRegistrationSchema.md +0 -17
- data/docs/CredentialCreatedSchema.md +0 -12
- data/docs/CredentialListSchema.md +0 -8
- data/docs/CredentialRequestSchema.md +0 -9
- data/docs/CredentialSchema.md +0 -12
- data/docs/ImportFetchRequestSchema.md +0 -8
- data/docs/ImportJobResultSchema.md +0 -11
- data/docs/ImportResultSchema.md +0 -11
- data/docs/IntegerResultSchema.md +0 -8
- data/docs/ItemValuePairSchema.md +0 -9
- data/docs/LaunchHistoryListSchema.md +0 -8
- data/docs/LaunchHistorySchema.md +0 -17
- data/docs/LaunchLinkRequestSchema.md +0 -17
- data/docs/LaunchLinkSchema.md +0 -8
- data/docs/LearnerPreferenceSchema.md +0 -11
- data/docs/LearnerSchema.md +0 -11
- data/docs/LinkSchema.md +0 -8
- data/docs/MessageSchema.md +0 -8
- data/docs/MetadataSchema.md +0 -14
- data/docs/ObjectiveSchema.md +0 -20
- data/docs/PermissionsSchema.md +0 -9
- data/docs/PingApi.md +0 -57
- data/docs/PingSchema.md +0 -8
- data/docs/PostBackSchema.md +0 -12
- data/docs/RegistrationApi.md +0 -1490
- data/docs/RegistrationCompletion.md +0 -7
- data/docs/RegistrationListSchema.md +0 -9
- data/docs/RegistrationSchema.md +0 -27
- data/docs/RegistrationSuccess.md +0 -7
- data/docs/RegistrationTagsBatchSchema.md +0 -9
- data/docs/ResponseError.md +0 -8
- data/docs/RuntimeInteractionSchema.md +0 -18
- data/docs/RuntimeObjectiveSchema.md +0 -16
- data/docs/RuntimeSchema.md +0 -27
- data/docs/ScoreSchema.md +0 -8
- data/docs/SettingItem.md +0 -12
- data/docs/SettingListSchema.md +0 -8
- data/docs/SettingMetadata.md +0 -15
- data/docs/SettingMetadataValidValues.md +0 -9
- data/docs/SettingValidValue.md +0 -9
- data/docs/SettingsIndividualSchema.md +0 -10
- data/docs/SettingsPostSchema.md +0 -8
- data/docs/SharedDataEntrySchema.md +0 -9
- data/docs/StaticPropertiesSchema.md +0 -13
- data/docs/StringResultSchema.md +0 -8
- data/docs/TagListSchema.md +0 -8
- data/docs/TagPostSchema.md +0 -7
- data/docs/TitleSchema.md +0 -8
- data/docs/TokenRequestSchema.md +0 -9
- data/docs/XapiAccount.md +0 -9
- data/docs/XapiActivity.md +0 -10
- data/docs/XapiActivityDefinition.md +0 -19
- data/docs/XapiAgentGroup.md +0 -14
- data/docs/XapiAttachment.md +0 -14
- data/docs/XapiContext.md +0 -16
- data/docs/XapiContextActivity.md +0 -11
- data/docs/XapiInteractionComponent.md +0 -9
- data/docs/XapiResult.md +0 -13
- data/docs/XapiScore.md +0 -11
- data/docs/XapiStatement.md +0 -20
- data/docs/XapiStatementReference.md +0 -9
- data/docs/XapiStatementResult.md +0 -9
- data/docs/XapiVerb.md +0 -9
- data/git_push.sh +0 -55
- data/lib/rustici_software_cloud_v2/models/setting_metadata_valid_values.rb +0 -209
- data/spec/models/activity_result_schema_spec.rb +0 -133
- data/spec/models/application_list_schema_spec.rb +0 -53
- data/spec/models/application_schema_spec.rb +0 -59
- data/spec/models/application_token_spec.rb +0 -65
- data/spec/models/comment_schema_spec.rb +0 -65
- data/spec/models/completion_amount_schema_spec.rb +0 -53
- data/spec/models/course_activity_schema_spec.rb +0 -99
- data/spec/models/course_list_non_paged_schema_spec.rb +0 -53
- data/spec/models/course_list_schema_spec.rb +0 -59
- data/spec/models/course_reference_schema_spec.rb +0 -65
- data/spec/models/course_schema_spec.rb +0 -129
- data/spec/models/create_registration_schema_spec.rb +0 -107
- data/spec/models/credential_created_schema_spec.rb +0 -77
- data/spec/models/credential_list_schema_spec.rb +0 -53
- data/spec/models/credential_request_schema_spec.rb +0 -59
- data/spec/models/credential_schema_spec.rb +0 -77
- data/spec/models/import_fetch_request_schema_spec.rb +0 -53
- data/spec/models/import_job_result_schema_spec.rb +0 -75
- data/spec/models/import_result_schema_spec.rb +0 -71
- data/spec/models/integer_result_schema_spec.rb +0 -53
- data/spec/models/item_value_pair_schema_spec.rb +0 -59
- data/spec/models/launch_history_list_schema_spec.rb +0 -53
- data/spec/models/launch_history_schema_spec.rb +0 -115
- data/spec/models/launch_link_request_schema_spec.rb +0 -107
- data/spec/models/launch_link_schema_spec.rb +0 -53
- data/spec/models/learner_preference_schema_spec.rb +0 -71
- data/spec/models/learner_schema_spec.rb +0 -71
- data/spec/models/link_schema_spec.rb +0 -53
- data/spec/models/message_schema_spec.rb +0 -53
- data/spec/models/metadata_schema_spec.rb +0 -89
- data/spec/models/objective_schema_spec.rb +0 -137
- data/spec/models/permissions_schema_spec.rb +0 -59
- data/spec/models/ping_schema_spec.rb +0 -53
- data/spec/models/post_back_schema_spec.rb +0 -85
- data/spec/models/registration_completion_spec.rb +0 -47
- data/spec/models/registration_list_schema_spec.rb +0 -59
- data/spec/models/registration_schema_spec.rb +0 -167
- data/spec/models/registration_success_spec.rb +0 -47
- data/spec/models/response_error_spec.rb +0 -53
- data/spec/models/runtime_interaction_schema_spec.rb +0 -117
- data/spec/models/runtime_objective_schema_spec.rb +0 -109
- data/spec/models/runtime_schema_spec.rb +0 -171
- data/spec/models/score_schema_spec.rb +0 -53
- data/spec/models/setting_item_spec.rb +0 -81
- data/spec/models/setting_list_schema_spec.rb +0 -53
- data/spec/models/setting_metadata_spec.rb +0 -99
- data/spec/models/setting_metadata_valid_values_spec.rb +0 -59
- data/spec/models/settings_individual_schema_spec.rb +0 -65
- data/spec/models/settings_post_schema_spec.rb +0 -53
- data/spec/models/shared_data_entry_schema_spec.rb +0 -59
- data/spec/models/static_properties_schema_spec.rb +0 -83
- data/spec/models/string_result_schema_spec.rb +0 -53
- data/spec/models/title_schema_spec.rb +0 -53
- data/spec/models/token_request_schema_spec.rb +0 -59
- data/swagger-codegen.config +0 -11
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -72,6 +72,7 @@ module RusticiSoftwareCloudV2
|
|
|
72
72
|
true
|
|
73
73
|
end
|
|
74
74
|
|
|
75
|
+
|
|
75
76
|
# Checks equality by comparing each attribute.
|
|
76
77
|
# @param [Object] Object to be compared
|
|
77
78
|
def ==(o)
|
|
@@ -101,7 +102,7 @@ module RusticiSoftwareCloudV2
|
|
|
101
102
|
return nil unless attributes.is_a?(Hash)
|
|
102
103
|
self.class.swagger_types.each_pair do |key, type|
|
|
103
104
|
if type =~ /\AArray<(.*)>/i
|
|
104
|
-
# check to ensure the input is an array given that the
|
|
105
|
+
# check to ensure the input is an array given that the attribute
|
|
105
106
|
# is documented as an array but the input is not
|
|
106
107
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
107
108
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -197,5 +198,6 @@ module RusticiSoftwareCloudV2
|
|
|
197
198
|
value
|
|
198
199
|
end
|
|
199
200
|
end
|
|
201
|
+
|
|
200
202
|
end
|
|
201
203
|
end
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#SCORM Cloud Rest API
|
|
3
|
+
|
|
4
|
+
#REST API used for SCORM Cloud integrations.
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 2.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module RusticiSoftwareCloudV2
|
|
16
|
+
class AssetFileSchema
|
|
17
|
+
attr_accessor :filename
|
|
18
|
+
|
|
19
|
+
attr_accessor :destination
|
|
20
|
+
|
|
21
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
|
+
def self.attribute_map
|
|
23
|
+
{
|
|
24
|
+
:'filename' => :'filename',
|
|
25
|
+
:'destination' => :'destination'
|
|
26
|
+
}
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
# Attribute type mapping.
|
|
30
|
+
def self.swagger_types
|
|
31
|
+
{
|
|
32
|
+
:'filename' => :'String',
|
|
33
|
+
:'destination' => :'String'
|
|
34
|
+
}
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Initializes the object
|
|
38
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
39
|
+
def initialize(attributes = {})
|
|
40
|
+
return unless attributes.is_a?(Hash)
|
|
41
|
+
|
|
42
|
+
# convert string to symbol for hash key
|
|
43
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
44
|
+
|
|
45
|
+
if attributes.has_key?(:'filename')
|
|
46
|
+
self.filename = attributes[:'filename']
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
if attributes.has_key?(:'destination')
|
|
50
|
+
self.destination = attributes[:'destination']
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
55
|
+
# @return Array for valid properties with the reasons
|
|
56
|
+
def list_invalid_properties
|
|
57
|
+
invalid_properties = Array.new
|
|
58
|
+
invalid_properties
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# Check to see if the all the properties in the model are valid
|
|
62
|
+
# @return true if the model is valid
|
|
63
|
+
def valid?
|
|
64
|
+
true
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
# Checks equality by comparing each attribute.
|
|
69
|
+
# @param [Object] Object to be compared
|
|
70
|
+
def ==(o)
|
|
71
|
+
return true if self.equal?(o)
|
|
72
|
+
self.class == o.class &&
|
|
73
|
+
filename == o.filename &&
|
|
74
|
+
destination == o.destination
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
# @see the `==` method
|
|
78
|
+
# @param [Object] Object to be compared
|
|
79
|
+
def eql?(o)
|
|
80
|
+
self == o
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# Calculates hash code according to all attributes.
|
|
84
|
+
# @return [Fixnum] Hash code
|
|
85
|
+
def hash
|
|
86
|
+
[filename, destination].hash
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# Builds the object from hash
|
|
90
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
91
|
+
# @return [Object] Returns the model itself
|
|
92
|
+
def build_from_hash(attributes)
|
|
93
|
+
return nil unless attributes.is_a?(Hash)
|
|
94
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
95
|
+
if type =~ /\AArray<(.*)>/i
|
|
96
|
+
# check to ensure the input is an array given that the attribute
|
|
97
|
+
# is documented as an array but the input is not
|
|
98
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
99
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
100
|
+
end
|
|
101
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
102
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
103
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
self
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
# Deserializes the data based on type
|
|
110
|
+
# @param string type Data type
|
|
111
|
+
# @param string value Value to be deserialized
|
|
112
|
+
# @return [Object] Deserialized data
|
|
113
|
+
def _deserialize(type, value)
|
|
114
|
+
case type.to_sym
|
|
115
|
+
when :DateTime
|
|
116
|
+
DateTime.parse(value)
|
|
117
|
+
when :Date
|
|
118
|
+
Date.parse(value)
|
|
119
|
+
when :String
|
|
120
|
+
value.to_s
|
|
121
|
+
when :Integer
|
|
122
|
+
value.to_i
|
|
123
|
+
when :Float
|
|
124
|
+
value.to_f
|
|
125
|
+
when :BOOLEAN
|
|
126
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
127
|
+
true
|
|
128
|
+
else
|
|
129
|
+
false
|
|
130
|
+
end
|
|
131
|
+
when :Object
|
|
132
|
+
# generic object (usually a Hash), return directly
|
|
133
|
+
value
|
|
134
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
135
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
136
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
137
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
138
|
+
k_type = Regexp.last_match[:k_type]
|
|
139
|
+
v_type = Regexp.last_match[:v_type]
|
|
140
|
+
{}.tap do |hash|
|
|
141
|
+
value.each do |k, v|
|
|
142
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
else # model
|
|
146
|
+
temp_model = RusticiSoftwareCloudV2.const_get(type).new
|
|
147
|
+
temp_model.build_from_hash(value)
|
|
148
|
+
end
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
# Returns the string representation of the object
|
|
152
|
+
# @return [String] String presentation of the object
|
|
153
|
+
def to_s
|
|
154
|
+
to_hash.to_s
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
158
|
+
# @return [Hash] Returns the object in the form of hash
|
|
159
|
+
def to_body
|
|
160
|
+
to_hash
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
# Returns the object in the form of hash
|
|
164
|
+
# @return [Hash] Returns the object in the form of hash
|
|
165
|
+
def to_hash
|
|
166
|
+
hash = {}
|
|
167
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
168
|
+
value = self.send(attr)
|
|
169
|
+
next if value.nil?
|
|
170
|
+
hash[param] = _to_hash(value)
|
|
171
|
+
end
|
|
172
|
+
hash
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
# Outputs non-array value in the form of hash
|
|
176
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
177
|
+
# @param [Object] value Any valid value
|
|
178
|
+
# @return [Hash] Returns the value in the form of hash
|
|
179
|
+
def _to_hash(value)
|
|
180
|
+
if value.is_a?(Array)
|
|
181
|
+
value.compact.map { |v| _to_hash(v) }
|
|
182
|
+
elsif value.is_a?(Hash)
|
|
183
|
+
{}.tap do |hash|
|
|
184
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
185
|
+
end
|
|
186
|
+
elsif value.respond_to? :to_hash
|
|
187
|
+
value.to_hash
|
|
188
|
+
else
|
|
189
|
+
value
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
end
|
|
194
|
+
end
|
data/lib/rustici_software_cloud_v2/models/{course_tags_batch_schema.rb → batch_tags_schema.rb}
RENAMED
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module RusticiSoftwareCloudV2
|
|
16
|
-
class
|
|
17
|
-
attr_accessor :
|
|
16
|
+
class BatchTagsSchema
|
|
17
|
+
attr_accessor :ids
|
|
18
18
|
|
|
19
19
|
attr_accessor :tags
|
|
20
20
|
|
|
21
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
22
|
def self.attribute_map
|
|
23
23
|
{
|
|
24
|
-
:'
|
|
24
|
+
:'ids' => :'ids',
|
|
25
25
|
:'tags' => :'tags'
|
|
26
26
|
}
|
|
27
27
|
end
|
|
@@ -29,8 +29,8 @@ module RusticiSoftwareCloudV2
|
|
|
29
29
|
# Attribute type mapping.
|
|
30
30
|
def self.swagger_types
|
|
31
31
|
{
|
|
32
|
-
:'
|
|
33
|
-
:'tags' => :'
|
|
32
|
+
:'ids' => :'Array<String>',
|
|
33
|
+
:'tags' => :'Array<String>'
|
|
34
34
|
}
|
|
35
35
|
end
|
|
36
36
|
|
|
@@ -42,14 +42,16 @@ module RusticiSoftwareCloudV2
|
|
|
42
42
|
# convert string to symbol for hash key
|
|
43
43
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
44
44
|
|
|
45
|
-
if attributes.has_key?(:'
|
|
46
|
-
if (value = attributes[:'
|
|
47
|
-
self.
|
|
45
|
+
if attributes.has_key?(:'ids')
|
|
46
|
+
if (value = attributes[:'ids']).is_a?(Array)
|
|
47
|
+
self.ids = value
|
|
48
48
|
end
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
if attributes.has_key?(:'tags')
|
|
52
|
-
|
|
52
|
+
if (value = attributes[:'tags']).is_a?(Array)
|
|
53
|
+
self.tags = value
|
|
54
|
+
end
|
|
53
55
|
end
|
|
54
56
|
end
|
|
55
57
|
|
|
@@ -57,8 +59,8 @@ module RusticiSoftwareCloudV2
|
|
|
57
59
|
# @return Array for valid properties with the reasons
|
|
58
60
|
def list_invalid_properties
|
|
59
61
|
invalid_properties = Array.new
|
|
60
|
-
if @
|
|
61
|
-
invalid_properties.push('invalid value for "
|
|
62
|
+
if @ids.nil?
|
|
63
|
+
invalid_properties.push('invalid value for "ids", ids cannot be nil.')
|
|
62
64
|
end
|
|
63
65
|
|
|
64
66
|
if @tags.nil?
|
|
@@ -71,17 +73,18 @@ module RusticiSoftwareCloudV2
|
|
|
71
73
|
# Check to see if the all the properties in the model are valid
|
|
72
74
|
# @return true if the model is valid
|
|
73
75
|
def valid?
|
|
74
|
-
return false if @
|
|
76
|
+
return false if @ids.nil?
|
|
75
77
|
return false if @tags.nil?
|
|
76
78
|
true
|
|
77
79
|
end
|
|
78
80
|
|
|
81
|
+
|
|
79
82
|
# Checks equality by comparing each attribute.
|
|
80
83
|
# @param [Object] Object to be compared
|
|
81
84
|
def ==(o)
|
|
82
85
|
return true if self.equal?(o)
|
|
83
86
|
self.class == o.class &&
|
|
84
|
-
|
|
87
|
+
ids == o.ids &&
|
|
85
88
|
tags == o.tags
|
|
86
89
|
end
|
|
87
90
|
|
|
@@ -94,7 +97,7 @@ module RusticiSoftwareCloudV2
|
|
|
94
97
|
# Calculates hash code according to all attributes.
|
|
95
98
|
# @return [Fixnum] Hash code
|
|
96
99
|
def hash
|
|
97
|
-
[
|
|
100
|
+
[ids, tags].hash
|
|
98
101
|
end
|
|
99
102
|
|
|
100
103
|
# Builds the object from hash
|
|
@@ -104,7 +107,7 @@ module RusticiSoftwareCloudV2
|
|
|
104
107
|
return nil unless attributes.is_a?(Hash)
|
|
105
108
|
self.class.swagger_types.each_pair do |key, type|
|
|
106
109
|
if type =~ /\AArray<(.*)>/i
|
|
107
|
-
# check to ensure the input is an array given that the
|
|
110
|
+
# check to ensure the input is an array given that the attribute
|
|
108
111
|
# is documented as an array but the input is not
|
|
109
112
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
110
113
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -200,5 +203,6 @@ module RusticiSoftwareCloudV2
|
|
|
200
203
|
value
|
|
201
204
|
end
|
|
202
205
|
end
|
|
206
|
+
|
|
203
207
|
end
|
|
204
208
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -72,6 +72,7 @@ module RusticiSoftwareCloudV2
|
|
|
72
72
|
true
|
|
73
73
|
end
|
|
74
74
|
|
|
75
|
+
|
|
75
76
|
# Checks equality by comparing each attribute.
|
|
76
77
|
# @param [Object] Object to be compared
|
|
77
78
|
def ==(o)
|
|
@@ -101,7 +102,7 @@ module RusticiSoftwareCloudV2
|
|
|
101
102
|
return nil unless attributes.is_a?(Hash)
|
|
102
103
|
self.class.swagger_types.each_pair do |key, type|
|
|
103
104
|
if type =~ /\AArray<(.*)>/i
|
|
104
|
-
# check to ensure the input is an array given that the
|
|
105
|
+
# check to ensure the input is an array given that the attribute
|
|
105
106
|
# is documented as an array but the input is not
|
|
106
107
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
107
108
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -197,5 +198,6 @@ module RusticiSoftwareCloudV2
|
|
|
197
198
|
value
|
|
198
199
|
end
|
|
199
200
|
end
|
|
201
|
+
|
|
200
202
|
end
|
|
201
203
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -57,6 +57,7 @@ module RusticiSoftwareCloudV2
|
|
|
57
57
|
true
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
+
|
|
60
61
|
# Checks equality by comparing each attribute.
|
|
61
62
|
# @param [Object] Object to be compared
|
|
62
63
|
def ==(o)
|
|
@@ -84,7 +85,7 @@ module RusticiSoftwareCloudV2
|
|
|
84
85
|
return nil unless attributes.is_a?(Hash)
|
|
85
86
|
self.class.swagger_types.each_pair do |key, type|
|
|
86
87
|
if type =~ /\AArray<(.*)>/i
|
|
87
|
-
# check to ensure the input is an array given that the
|
|
88
|
+
# check to ensure the input is an array given that the attribute
|
|
88
89
|
# is documented as an array but the input is not
|
|
89
90
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
90
91
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -180,5 +181,6 @@ module RusticiSoftwareCloudV2
|
|
|
180
181
|
value
|
|
181
182
|
end
|
|
182
183
|
end
|
|
184
|
+
|
|
183
185
|
end
|
|
184
186
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -37,28 +37,6 @@ module RusticiSoftwareCloudV2
|
|
|
37
37
|
|
|
38
38
|
attr_accessor :children
|
|
39
39
|
|
|
40
|
-
class EnumAttributeValidator
|
|
41
|
-
attr_reader :datatype
|
|
42
|
-
attr_reader :allowable_values
|
|
43
|
-
|
|
44
|
-
def initialize(datatype, allowable_values)
|
|
45
|
-
@allowable_values = allowable_values.map do |value|
|
|
46
|
-
case datatype.to_s
|
|
47
|
-
when /Integer/i
|
|
48
|
-
value.to_i
|
|
49
|
-
when /Float/i
|
|
50
|
-
value.to_f
|
|
51
|
-
else
|
|
52
|
-
value
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def valid?(value)
|
|
58
|
-
!value || allowable_values.include?(value)
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
63
41
|
def self.attribute_map
|
|
64
42
|
{
|
|
@@ -140,18 +118,15 @@ module RusticiSoftwareCloudV2
|
|
|
140
118
|
# Check to see if the all the properties in the model are valid
|
|
141
119
|
# @return true if the model is valid
|
|
142
120
|
def valid?
|
|
143
|
-
activity_type_validator = EnumAttributeValidator.new('String', ['UNKNOWN', 'AGGREGATION', 'SCO', 'ASSET', 'OBJECTIVE'])
|
|
144
|
-
return false unless activity_type_validator.valid?(@activity_type)
|
|
145
121
|
true
|
|
146
122
|
end
|
|
147
123
|
|
|
148
124
|
# Custom attribute writer method checking allowed values (enum).
|
|
125
|
+
#
|
|
126
|
+
# allowable_values = ['UNKNOWN', 'AGGREGATION', 'SCO', 'ASSET', 'OBJECTIVE']
|
|
127
|
+
#
|
|
149
128
|
# @param [Object] activity_type Object to be assigned
|
|
150
129
|
def activity_type=(activity_type)
|
|
151
|
-
validator = EnumAttributeValidator.new('String', ['UNKNOWN', 'AGGREGATION', 'SCO', 'ASSET', 'OBJECTIVE'])
|
|
152
|
-
unless validator.valid?(activity_type)
|
|
153
|
-
fail ArgumentError, 'invalid value for "activity_type", must be one of #{validator.allowable_values}.'
|
|
154
|
-
end
|
|
155
130
|
@activity_type = activity_type
|
|
156
131
|
end
|
|
157
132
|
|
|
@@ -189,7 +164,7 @@ module RusticiSoftwareCloudV2
|
|
|
189
164
|
return nil unless attributes.is_a?(Hash)
|
|
190
165
|
self.class.swagger_types.each_pair do |key, type|
|
|
191
166
|
if type =~ /\AArray<(.*)>/i
|
|
192
|
-
# check to ensure the input is an array given that the
|
|
167
|
+
# check to ensure the input is an array given that the attribute
|
|
193
168
|
# is documented as an array but the input is not
|
|
194
169
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
195
170
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -285,5 +260,6 @@ module RusticiSoftwareCloudV2
|
|
|
285
260
|
value
|
|
286
261
|
end
|
|
287
262
|
end
|
|
263
|
+
|
|
288
264
|
end
|
|
289
265
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -58,6 +58,7 @@ module RusticiSoftwareCloudV2
|
|
|
58
58
|
true
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
+
|
|
61
62
|
# Checks equality by comparing each attribute.
|
|
62
63
|
# @param [Object] Object to be compared
|
|
63
64
|
def ==(o)
|
|
@@ -85,7 +86,7 @@ module RusticiSoftwareCloudV2
|
|
|
85
86
|
return nil unless attributes.is_a?(Hash)
|
|
86
87
|
self.class.swagger_types.each_pair do |key, type|
|
|
87
88
|
if type =~ /\AArray<(.*)>/i
|
|
88
|
-
# check to ensure the input is an array given that the
|
|
89
|
+
# check to ensure the input is an array given that the attribute
|
|
89
90
|
# is documented as an array but the input is not
|
|
90
91
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
91
92
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -181,5 +182,6 @@ module RusticiSoftwareCloudV2
|
|
|
181
182
|
value
|
|
182
183
|
end
|
|
183
184
|
end
|
|
185
|
+
|
|
184
186
|
end
|
|
185
187
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -16,6 +16,7 @@ module RusticiSoftwareCloudV2
|
|
|
16
16
|
class CourseListSchema
|
|
17
17
|
attr_accessor :courses
|
|
18
18
|
|
|
19
|
+
# Token for getting the next set of results, from the prior set of results.
|
|
19
20
|
attr_accessor :more
|
|
20
21
|
|
|
21
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -66,6 +67,7 @@ module RusticiSoftwareCloudV2
|
|
|
66
67
|
true
|
|
67
68
|
end
|
|
68
69
|
|
|
70
|
+
|
|
69
71
|
# Checks equality by comparing each attribute.
|
|
70
72
|
# @param [Object] Object to be compared
|
|
71
73
|
def ==(o)
|
|
@@ -94,7 +96,7 @@ module RusticiSoftwareCloudV2
|
|
|
94
96
|
return nil unless attributes.is_a?(Hash)
|
|
95
97
|
self.class.swagger_types.each_pair do |key, type|
|
|
96
98
|
if type =~ /\AArray<(.*)>/i
|
|
97
|
-
# check to ensure the input is an array given that the
|
|
99
|
+
# check to ensure the input is an array given that the attribute
|
|
98
100
|
# is documented as an array but the input is not
|
|
99
101
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
100
102
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -190,5 +192,6 @@ module RusticiSoftwareCloudV2
|
|
|
190
192
|
value
|
|
191
193
|
end
|
|
192
194
|
end
|
|
195
|
+
|
|
193
196
|
end
|
|
194
197
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -73,6 +73,7 @@ module RusticiSoftwareCloudV2
|
|
|
73
73
|
true
|
|
74
74
|
end
|
|
75
75
|
|
|
76
|
+
|
|
76
77
|
# Checks equality by comparing each attribute.
|
|
77
78
|
# @param [Object] Object to be compared
|
|
78
79
|
def ==(o)
|
|
@@ -102,7 +103,7 @@ module RusticiSoftwareCloudV2
|
|
|
102
103
|
return nil unless attributes.is_a?(Hash)
|
|
103
104
|
self.class.swagger_types.each_pair do |key, type|
|
|
104
105
|
if type =~ /\AArray<(.*)>/i
|
|
105
|
-
# check to ensure the input is an array given that the
|
|
106
|
+
# check to ensure the input is an array given that the attribute
|
|
106
107
|
# is documented as an array but the input is not
|
|
107
108
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
108
109
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -198,5 +199,6 @@ module RusticiSoftwareCloudV2
|
|
|
198
199
|
value
|
|
199
200
|
end
|
|
200
201
|
end
|
|
202
|
+
|
|
201
203
|
end
|
|
202
204
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
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.
|
|
9
|
+
Swagger Codegen version: 2.4.12
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -41,28 +41,6 @@ module RusticiSoftwareCloudV2
|
|
|
41
41
|
|
|
42
42
|
attr_accessor :root_activity
|
|
43
43
|
|
|
44
|
-
class EnumAttributeValidator
|
|
45
|
-
attr_reader :datatype
|
|
46
|
-
attr_reader :allowable_values
|
|
47
|
-
|
|
48
|
-
def initialize(datatype, allowable_values)
|
|
49
|
-
@allowable_values = allowable_values.map do |value|
|
|
50
|
-
case datatype.to_s
|
|
51
|
-
when /Integer/i
|
|
52
|
-
value.to_i
|
|
53
|
-
when /Float/i
|
|
54
|
-
value.to_f
|
|
55
|
-
else
|
|
56
|
-
value
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
def valid?(value)
|
|
62
|
-
!value || allowable_values.include?(value)
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
|
|
66
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
67
45
|
def self.attribute_map
|
|
68
46
|
{
|
|
@@ -174,18 +152,15 @@ module RusticiSoftwareCloudV2
|
|
|
174
152
|
# Check to see if the all the properties in the model are valid
|
|
175
153
|
# @return true if the model is valid
|
|
176
154
|
def valid?
|
|
177
|
-
course_learning_standard_validator = EnumAttributeValidator.new('String', ['UNKNOWN', 'SCORM11', 'SCORM12', 'SCORM20042NDEDITION', 'SCORM20043RDEDITION', 'SCORM20044THEDITION', 'AICC', 'XAPI', 'CMI5'])
|
|
178
|
-
return false unless course_learning_standard_validator.valid?(@course_learning_standard)
|
|
179
155
|
true
|
|
180
156
|
end
|
|
181
157
|
|
|
182
158
|
# Custom attribute writer method checking allowed values (enum).
|
|
159
|
+
#
|
|
160
|
+
# allowable_values = ['UNKNOWN', 'SCORM11', 'SCORM12', 'SCORM20042NDEDITION', 'SCORM20043RDEDITION', 'SCORM20044THEDITION', 'AICC', 'XAPI', 'CMI5']
|
|
161
|
+
#
|
|
183
162
|
# @param [Object] course_learning_standard Object to be assigned
|
|
184
163
|
def course_learning_standard=(course_learning_standard)
|
|
185
|
-
validator = EnumAttributeValidator.new('String', ['UNKNOWN', 'SCORM11', 'SCORM12', 'SCORM20042NDEDITION', 'SCORM20043RDEDITION', 'SCORM20044THEDITION', 'AICC', 'XAPI', 'CMI5'])
|
|
186
|
-
unless validator.valid?(course_learning_standard)
|
|
187
|
-
fail ArgumentError, 'invalid value for "course_learning_standard", must be one of #{validator.allowable_values}.'
|
|
188
|
-
end
|
|
189
164
|
@course_learning_standard = course_learning_standard
|
|
190
165
|
end
|
|
191
166
|
|
|
@@ -228,7 +203,7 @@ module RusticiSoftwareCloudV2
|
|
|
228
203
|
return nil unless attributes.is_a?(Hash)
|
|
229
204
|
self.class.swagger_types.each_pair do |key, type|
|
|
230
205
|
if type =~ /\AArray<(.*)>/i
|
|
231
|
-
# check to ensure the input is an array given that the
|
|
206
|
+
# check to ensure the input is an array given that the attribute
|
|
232
207
|
# is documented as an array but the input is not
|
|
233
208
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
234
209
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -324,5 +299,6 @@ module RusticiSoftwareCloudV2
|
|
|
324
299
|
value
|
|
325
300
|
end
|
|
326
301
|
end
|
|
302
|
+
|
|
327
303
|
end
|
|
328
304
|
end
|