rustici_software_cloud_v2 4.0.0 → 5.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.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/lib/rustici_software_cloud_v2/api/about_api.rb +1 -1
  4. data/lib/rustici_software_cloud_v2/api/application_management_api.rb +15 -15
  5. data/lib/rustici_software_cloud_v2/api/authentication_api.rb +2 -2
  6. data/lib/rustici_software_cloud_v2/api/content_connectors_api.rb +4 -4
  7. data/lib/rustici_software_cloud_v2/api/course_api.rb +46 -37
  8. data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +47 -41
  9. data/lib/rustici_software_cloud_v2/api/invitations_api.rb +26 -20
  10. data/lib/rustici_software_cloud_v2/api/learner_api.rb +6 -6
  11. data/lib/rustici_software_cloud_v2/api/ping_api.rb +1 -1
  12. data/lib/rustici_software_cloud_v2/api/registration_api.rb +27 -27
  13. data/lib/rustici_software_cloud_v2/api/reporting_api.rb +3 -3
  14. data/lib/rustici_software_cloud_v2/api/xapi_api.rb +10 -10
  15. data/lib/rustici_software_cloud_v2/api_client.rb +2 -2
  16. data/lib/rustici_software_cloud_v2/models/about_schema.rb +1 -1
  17. data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +1 -1
  18. data/lib/rustici_software_cloud_v2/models/application_info_list_schema.rb +1 -1
  19. data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +1 -1
  20. data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +1 -1
  21. data/lib/rustici_software_cloud_v2/models/application_request_schema.rb +1 -1
  22. data/lib/rustici_software_cloud_v2/models/application_schema.rb +1 -1
  23. data/lib/rustici_software_cloud_v2/models/application_token.rb +1 -1
  24. data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +1 -1
  25. data/lib/rustici_software_cloud_v2/models/batch_tags_schema.rb +1 -1
  26. data/lib/rustici_software_cloud_v2/models/comment_schema.rb +1 -1
  27. data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +1 -1
  28. data/lib/rustici_software_cloud_v2/models/connector_list_schema.rb +1 -1
  29. data/lib/rustici_software_cloud_v2/models/connector_schema.rb +1 -1
  30. data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +1 -1
  31. data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +1 -1
  32. data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +1 -1
  33. data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +1 -1
  34. data/lib/rustici_software_cloud_v2/models/course_schema.rb +1 -1
  35. data/lib/rustici_software_cloud_v2/models/create_connector_schema.rb +1 -1
  36. data/lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb +1 -1
  37. data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +1 -1
  38. data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +1 -1
  39. data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +1 -1
  40. data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +1 -1
  41. data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +1 -1
  42. data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +1 -1
  43. data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +1 -1
  44. data/lib/rustici_software_cloud_v2/models/credential_schema.rb +1 -1
  45. data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +1 -1
  46. data/lib/rustici_software_cloud_v2/models/destination_info_id_schema.rb +1 -1
  47. data/lib/rustici_software_cloud_v2/models/destination_info_list_schema.rb +1 -1
  48. data/lib/rustici_software_cloud_v2/models/destination_info_schema.rb +1 -1
  49. data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +1 -1
  50. data/lib/rustici_software_cloud_v2/models/destination_schema.rb +1 -1
  51. data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +1 -1
  52. data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +1 -1
  53. data/lib/rustici_software_cloud_v2/models/dispatch_lti13_info_schema.rb +1 -1
  54. data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +1 -1
  55. data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +2 -1
  56. data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +12 -2
  57. data/lib/rustici_software_cloud_v2/models/enabled_schema.rb +1 -1
  58. data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +1 -1
  59. data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +1 -1
  60. data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +1 -1
  61. data/lib/rustici_software_cloud_v2/models/import_connector_request_schema.rb +1 -1
  62. data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +1 -1
  63. data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +1 -1
  64. data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +1 -1
  65. data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +1 -1
  66. data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +1 -1
  67. data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +1 -1
  68. data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +1 -1
  69. data/lib/rustici_software_cloud_v2/models/{zoomi_company_id.rb → invitation_email_update_schema.rb} +20 -9
  70. data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +1 -1
  71. data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +1 -1
  72. data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +1 -1
  73. data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +1 -1
  74. data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +1 -1
  75. data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +1 -1
  76. data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +1 -1
  77. data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +1 -1
  78. data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +1 -1
  79. data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +1 -1
  80. data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +1 -1
  81. data/lib/rustici_software_cloud_v2/models/learner_schema.rb +1 -1
  82. data/lib/rustici_software_cloud_v2/models/lti13_platform_configuration_schema.rb +1 -1
  83. data/lib/rustici_software_cloud_v2/models/lti13_tool_configuration_schema.rb +1 -1
  84. data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +1 -1
  85. data/lib/rustici_software_cloud_v2/models/message_schema.rb +1 -1
  86. data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +1 -1
  87. data/lib/rustici_software_cloud_v2/models/objective_schema.rb +1 -1
  88. data/lib/rustici_software_cloud_v2/models/paginated_list.rb +1 -1
  89. data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +1 -1
  90. data/lib/rustici_software_cloud_v2/models/ping_schema.rb +1 -1
  91. data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +1 -1
  92. data/lib/rustici_software_cloud_v2/models/preview_launch_link_request_schema.rb +1 -1
  93. data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +1 -1
  94. data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +25 -5
  95. data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +2 -2
  96. data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +1 -1
  97. data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +12 -13
  98. data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +1 -3
  99. data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +1 -1
  100. data/lib/rustici_software_cloud_v2/models/registration_schema.rb +1 -1
  101. data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +1 -1
  102. data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +1 -1
  103. data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +1 -1
  104. data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +1 -1
  105. data/lib/rustici_software_cloud_v2/models/response_error.rb +1 -1
  106. data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +1 -1
  107. data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +1 -1
  108. data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +1 -1
  109. data/lib/rustici_software_cloud_v2/models/score_schema.rb +1 -1
  110. data/lib/rustici_software_cloud_v2/models/setting_item.rb +1 -1
  111. data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +1 -1
  112. data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +1 -1
  113. data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +1 -1
  114. data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +1 -1
  115. data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +1 -1
  116. data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +1 -1
  117. data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +1 -1
  118. data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +1 -1
  119. data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +1 -1
  120. data/lib/rustici_software_cloud_v2/models/title_schema.rb +1 -1
  121. data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +1 -1
  122. data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +1 -1
  123. data/lib/rustici_software_cloud_v2/models/update_connector_schema.rb +1 -1
  124. data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +1 -1
  125. data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +1 -1
  126. data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +1 -1
  127. data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +1 -1
  128. data/lib/rustici_software_cloud_v2/models/xapi_account.rb +1 -1
  129. data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +1 -1
  130. data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +1 -1
  131. data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +1 -1
  132. data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +1 -1
  133. data/lib/rustici_software_cloud_v2/models/xapi_context.rb +1 -1
  134. data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +1 -1
  135. data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +1 -1
  136. data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +1 -1
  137. data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +1 -1
  138. data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +1 -1
  139. data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +1 -1
  140. data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +1 -1
  141. data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +1 -1
  142. data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +1 -1
  143. data/lib/rustici_software_cloud_v2/models/xapi_result.rb +1 -1
  144. data/lib/rustici_software_cloud_v2/models/xapi_score.rb +1 -1
  145. data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +1 -1
  146. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +1 -1
  147. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +1 -1
  148. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +1 -1
  149. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +1 -1
  150. data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +1 -1
  151. data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +1 -1
  152. data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +1 -1
  153. data/lib/rustici_software_cloud_v2/version.rb +1 -1
  154. data/lib/rustici_software_cloud_v2.rb +1 -3
  155. data/rustici_software_cloud_v2.gemspec +9 -13
  156. data/spec/api_client_spec.rb +1 -1
  157. metadata +29 -120
  158. data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +0 -538
  159. data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +0 -204
@@ -35,7 +35,7 @@ module RusticiSoftwareCloudV2
35
35
  # Creates an xAPI statement pipe. >**Note:** >This method is asynchronous. A returned success status indicates a background process has been started, but there will still be a delay before the creation of the xAPI statement pipe takes place.
36
36
  # @param xapi_statement_pipe
37
37
  # @param [Hash] opts the optional parameters
38
- # @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
38
+ # @return [Array<(StringResultSchema, Integer, Hash)>] StringResultSchema data, response status code and response headers
39
39
  def create_statement_pipe_with_http_info(xapi_statement_pipe, opts = {})
40
40
  if @api_client.config.debugging
41
41
  @api_client.config.logger.debug 'Calling API: XapiApi.create_statement_pipe ...'
@@ -90,7 +90,7 @@ module RusticiSoftwareCloudV2
90
90
  # Creates an xAPI credential combination from the provided secret and a generated ID.
91
91
  # @param xapi_credential
92
92
  # @param [Hash] opts the optional parameters
93
- # @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
93
+ # @return [Array<(StringResultSchema, Integer, Hash)>] StringResultSchema data, response status code and response headers
94
94
  def create_xapi_credential_with_http_info(xapi_credential, opts = {})
95
95
  if @api_client.config.debugging
96
96
  @api_client.config.logger.debug 'Calling API: XapiApi.create_xapi_credential ...'
@@ -145,7 +145,7 @@ module RusticiSoftwareCloudV2
145
145
  # Deletes the specified xAPI statement pipe &gt;**Note:** &gt;This method is asynchronous. A returned success status indicates a background process has been started, but there will still be a delay before the deletion takes place. Recreating a statement pipe with the same ID too quickly could cause the statement pipe to end up in a faulty state.
146
146
  # @param statement_pipe_id
147
147
  # @param [Hash] opts the optional parameters
148
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
148
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
149
149
  def delete_statement_pipe_with_http_info(statement_pipe_id, opts = {})
150
150
  if @api_client.config.debugging
151
151
  @api_client.config.logger.debug 'Calling API: XapiApi.delete_statement_pipe ...'
@@ -199,7 +199,7 @@ module RusticiSoftwareCloudV2
199
199
  # Deletes the specified xAPI credentials.
200
200
  # @param xapi_credential_id
201
201
  # @param [Hash] opts the optional parameters
202
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
202
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
203
203
  def delete_xapi_credential_with_http_info(xapi_credential_id, opts = {})
204
204
  if @api_client.config.debugging
205
205
  @api_client.config.logger.debug 'Calling API: XapiApi.delete_xapi_credential ...'
@@ -253,7 +253,7 @@ module RusticiSoftwareCloudV2
253
253
  # Returns detailed information about the xAPI pipe. This includes source and target urls, the last time a statement was successfully forwarded, and how many attempts have been made to send data to the target url.
254
254
  # @param statement_pipe_id
255
255
  # @param [Hash] opts the optional parameters
256
- # @return [Array<(XapiStatementPipeSchema, Fixnum, Hash)>] XapiStatementPipeSchema data, response status code and response headers
256
+ # @return [Array<(XapiStatementPipeSchema, Integer, Hash)>] XapiStatementPipeSchema data, response status code and response headers
257
257
  def get_statement_pipe_with_http_info(statement_pipe_id, opts = {})
258
258
  if @api_client.config.debugging
259
259
  @api_client.config.logger.debug 'Calling API: XapiApi.get_statement_pipe ...'
@@ -306,7 +306,7 @@ module RusticiSoftwareCloudV2
306
306
  # Get a list of xAPI Statement Pipes
307
307
  # Returns a list of all xAPI statement pipes.
308
308
  # @param [Hash] opts the optional parameters
309
- # @return [Array<(XapiStatementPipeListSchema, Fixnum, Hash)>] XapiStatementPipeListSchema data, response status code and response headers
309
+ # @return [Array<(XapiStatementPipeListSchema, Integer, Hash)>] XapiStatementPipeListSchema data, response status code and response headers
310
310
  def get_statement_pipes_with_http_info(opts = {})
311
311
  if @api_client.config.debugging
312
312
  @api_client.config.logger.debug 'Calling API: XapiApi.get_statement_pipes ...'
@@ -357,7 +357,7 @@ module RusticiSoftwareCloudV2
357
357
  # Returns detailed information about the xAPI credentials. This includes the id (username), secret (password), permissions, and whether or not the credentials are enabled.
358
358
  # @param xapi_credential_id
359
359
  # @param [Hash] opts the optional parameters
360
- # @return [Array<(XapiCredentialSchema, Fixnum, Hash)>] XapiCredentialSchema data, response status code and response headers
360
+ # @return [Array<(XapiCredentialSchema, Integer, Hash)>] XapiCredentialSchema data, response status code and response headers
361
361
  def get_xapi_credential_with_http_info(xapi_credential_id, opts = {})
362
362
  if @api_client.config.debugging
363
363
  @api_client.config.logger.debug 'Calling API: XapiApi.get_xapi_credential ...'
@@ -426,7 +426,7 @@ module RusticiSoftwareCloudV2
426
426
  # @option opts [String] :order_by Optional enum parameter for specifying the field and order by which to sort the results.
427
427
  # @option opts [String] :more Pagination token returned as &#x60;more&#x60; property of multi page list requests
428
428
  # @option opts [BOOLEAN] :include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the &#x60;more&#x60; token.
429
- # @return [Array<(XapiCredentialsListSchema, Fixnum, Hash)>] XapiCredentialsListSchema data, response status code and response headers
429
+ # @return [Array<(XapiCredentialsListSchema, Integer, Hash)>] XapiCredentialsListSchema data, response status code and response headers
430
430
  def get_xapi_credentials_with_http_info(opts = {})
431
431
  if @api_client.config.debugging
432
432
  @api_client.config.logger.debug 'Calling API: XapiApi.get_xapi_credentials ...'
@@ -487,7 +487,7 @@ module RusticiSoftwareCloudV2
487
487
  # @param statement_pipe_id
488
488
  # @param xapi_statement_pipe
489
489
  # @param [Hash] opts the optional parameters
490
- # @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
490
+ # @return [Array<(StringResultSchema, Integer, Hash)>] StringResultSchema data, response status code and response headers
491
491
  def set_statement_pipe_with_http_info(statement_pipe_id, xapi_statement_pipe, opts = {})
492
492
  if @api_client.config.debugging
493
493
  @api_client.config.logger.debug 'Calling API: XapiApi.set_statement_pipe ...'
@@ -548,7 +548,7 @@ module RusticiSoftwareCloudV2
548
548
  # @param xapi_credential_id
549
549
  # @param xapi_credential
550
550
  # @param [Hash] opts the optional parameters
551
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
551
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
552
552
  def set_xapi_credential_with_http_info(xapi_credential_id, xapi_credential, opts = {})
553
553
  if @api_client.config.debugging
554
554
  @api_client.config.logger.debug 'Calling API: XapiApi.set_xapi_credential ...'
@@ -30,7 +30,7 @@ module RusticiSoftwareCloudV2
30
30
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
31
31
  def initialize(config = Configuration.default)
32
32
  @config = config
33
- @user_agent = "Swagger-Codegen/4.0.0/ruby"
33
+ @user_agent = "Swagger-Codegen/5.0.0/ruby"
34
34
  @default_headers = {
35
35
  'Content-Type' => 'application/json',
36
36
  'User-Agent' => @user_agent
@@ -43,7 +43,7 @@ module RusticiSoftwareCloudV2
43
43
 
44
44
  # Call an API with given options.
45
45
  #
46
- # @return [Array<(Object, Fixnum, Hash)>] an array of 3 elements:
46
+ # @return [Array<(Object, Integer, Hash)>] an array of 3 elements:
47
47
  # the data deserialized from response body (could be nil), response status code and response headers.
48
48
  def call_api(http_method, path, opts = {})
49
49
  request = build_request(http_method, path, opts)
@@ -81,7 +81,7 @@ module RusticiSoftwareCloudV2
81
81
  end
82
82
 
83
83
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
84
+ # @return [Integer] Hash code
85
85
  def hash
86
86
  [version, distribution].hash
87
87
  end
@@ -200,7 +200,7 @@ module RusticiSoftwareCloudV2
200
200
  end
201
201
 
202
202
  # Calculates hash code according to all attributes.
203
- # @return [Fixnum] Hash code
203
+ # @return [Integer] Hash code
204
204
  def hash
205
205
  [id, title, attempts, activity_completion, activity_success, score, time_tracked, completion_amount, suspended, children, objectives, static_properties, runtime].hash
206
206
  end
@@ -84,7 +84,7 @@ module RusticiSoftwareCloudV2
84
84
  end
85
85
 
86
86
  # Calculates hash code according to all attributes.
87
- # @return [Fixnum] Hash code
87
+ # @return [Integer] Hash code
88
88
  def hash
89
89
  [applications, more].hash
90
90
  end
@@ -131,7 +131,7 @@ module RusticiSoftwareCloudV2
131
131
  end
132
132
 
133
133
  # Calculates hash code according to all attributes.
134
- # @return [Fixnum] Hash code
134
+ # @return [Integer] Hash code
135
135
  def hash
136
136
  [id, name, create_date, update_date, allow_delete, course_count, registration_count].hash
137
137
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [applications].hash
80
80
  end
@@ -73,7 +73,7 @@ module RusticiSoftwareCloudV2
73
73
  end
74
74
 
75
75
  # Calculates hash code according to all attributes.
76
- # @return [Fixnum] Hash code
76
+ # @return [Integer] Hash code
77
77
  def hash
78
78
  [name].hash
79
79
  end
@@ -83,7 +83,7 @@ module RusticiSoftwareCloudV2
83
83
  end
84
84
 
85
85
  # Calculates hash code according to all attributes.
86
- # @return [Fixnum] Hash code
86
+ # @return [Integer] Hash code
87
87
  def hash
88
88
  [id, name].hash
89
89
  end
@@ -90,7 +90,7 @@ module RusticiSoftwareCloudV2
90
90
  end
91
91
 
92
92
  # Calculates hash code according to all attributes.
93
- # @return [Fixnum] Hash code
93
+ # @return [Integer] Hash code
94
94
  def hash
95
95
  [access_token, expires_in, token_type].hash
96
96
  end
@@ -81,7 +81,7 @@ module RusticiSoftwareCloudV2
81
81
  end
82
82
 
83
83
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
84
+ # @return [Integer] Hash code
85
85
  def hash
86
86
  [filename, destination].hash
87
87
  end
@@ -95,7 +95,7 @@ module RusticiSoftwareCloudV2
95
95
  end
96
96
 
97
97
  # Calculates hash code according to all attributes.
98
- # @return [Fixnum] Hash code
98
+ # @return [Integer] Hash code
99
99
  def hash
100
100
  [ids, tags].hash
101
101
  end
@@ -90,7 +90,7 @@ module RusticiSoftwareCloudV2
90
90
  end
91
91
 
92
92
  # Calculates hash code according to all attributes.
93
- # @return [Fixnum] Hash code
93
+ # @return [Integer] Hash code
94
94
  def hash
95
95
  [value, location, date_time].hash
96
96
  end
@@ -73,7 +73,7 @@ module RusticiSoftwareCloudV2
73
73
  end
74
74
 
75
75
  # Calculates hash code according to all attributes.
76
- # @return [Fixnum] Hash code
76
+ # @return [Integer] Hash code
77
77
  def hash
78
78
  [scaled].hash
79
79
  end
@@ -75,7 +75,7 @@ module RusticiSoftwareCloudV2
75
75
  end
76
76
 
77
77
  # Calculates hash code according to all attributes.
78
- # @return [Fixnum] Hash code
78
+ # @return [Integer] Hash code
79
79
  def hash
80
80
  [connector_entries].hash
81
81
  end
@@ -113,7 +113,7 @@ module RusticiSoftwareCloudV2
113
113
  end
114
114
 
115
115
  # Calculates hash code according to all attributes.
116
- # @return [Fixnum] Hash code
116
+ # @return [Integer] Hash code
117
117
  def hash
118
118
  [connector_id, content_connector_type, configuration, additional_instance_information, enabled].hash
119
119
  end
@@ -152,7 +152,7 @@ module RusticiSoftwareCloudV2
152
152
  end
153
153
 
154
154
  # Calculates hash code according to all attributes.
155
- # @return [Fixnum] Hash code
155
+ # @return [Integer] Hash code
156
156
  def hash
157
157
  [external_identifier, item_identifier, resource_identifier, activity_type, href, scaled_passing_score, title, children].hash
158
158
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [courses].hash
80
80
  end
@@ -84,7 +84,7 @@ module RusticiSoftwareCloudV2
84
84
  end
85
85
 
86
86
  # Calculates hash code according to all attributes.
87
- # @return [Fixnum] Hash code
87
+ # @return [Integer] Hash code
88
88
  def hash
89
89
  [courses, more].hash
90
90
  end
@@ -91,7 +91,7 @@ module RusticiSoftwareCloudV2
91
91
  end
92
92
 
93
93
  # Calculates hash code according to all attributes.
94
- # @return [Fixnum] Hash code
94
+ # @return [Integer] Hash code
95
95
  def hash
96
96
  [id, title, version].hash
97
97
  end
@@ -191,7 +191,7 @@ module RusticiSoftwareCloudV2
191
191
  end
192
192
 
193
193
  # Calculates hash code according to all attributes.
194
- # @return [Fixnum] Hash code
194
+ # @return [Integer] Hash code
195
195
  def hash
196
196
  [id, title, xapi_activity_id, created, updated, version, registration_count, activity_id, course_learning_standard, tags, dispatched, metadata, root_activity].hash
197
197
  end
@@ -105,7 +105,7 @@ module RusticiSoftwareCloudV2
105
105
  end
106
106
 
107
107
  # Calculates hash code according to all attributes.
108
- # @return [Fixnum] Hash code
108
+ # @return [Integer] Hash code
109
109
  def hash
110
110
  [content_connector_type, configuration, enabled].hash
111
111
  end
@@ -91,7 +91,7 @@ module RusticiSoftwareCloudV2
91
91
  end
92
92
 
93
93
  # Calculates hash code according to all attributes.
94
- # @return [Fixnum] Hash code
94
+ # @return [Integer] Hash code
95
95
  def hash
96
96
  [id, data].hash
97
97
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [dispatches].hash
80
80
  end
@@ -193,7 +193,7 @@ module RusticiSoftwareCloudV2
193
193
  end
194
194
 
195
195
  # Calculates hash code according to all attributes.
196
- # @return [Fixnum] Hash code
196
+ # @return [Integer] Hash code
197
197
  def hash
198
198
  [destination_id, course_id, allow_new_registrations, instanced, registration_cap, expiration_date, enabled, tags, email, notes, post_back].hash
199
199
  end
@@ -159,7 +159,7 @@ module RusticiSoftwareCloudV2
159
159
  end
160
160
 
161
161
  # Calculates hash code according to all attributes.
162
- # @return [Fixnum] Hash code
162
+ # @return [Integer] Hash code
163
163
  def hash
164
164
  [course_id, creating_user_email, invitation_email, post_back, expiration_date, tags, duplicate_registration_option].hash
165
165
  end
@@ -137,7 +137,7 @@ module RusticiSoftwareCloudV2
137
137
  end
138
138
 
139
139
  # Calculates hash code according to all attributes.
140
- # @return [Fixnum] Hash code
140
+ # @return [Integer] Hash code
141
141
  def hash
142
142
  [course_id, creating_user_email, registration_cap, post_back, expiration_date, tags].hash
143
143
  end
@@ -176,7 +176,7 @@ module RusticiSoftwareCloudV2
176
176
  end
177
177
 
178
178
  # Calculates hash code according to all attributes.
179
- # @return [Fixnum] Hash code
179
+ # @return [Integer] Hash code
180
180
  def hash
181
181
  [course_id, learner, registration_id, xapi_registration_id, learner_tags, course_tags, registration_tags, post_back, initial_registration_state, initial_settings].hash
182
182
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [credentials].hash
80
80
  end
@@ -83,7 +83,7 @@ module RusticiSoftwareCloudV2
83
83
  end
84
84
 
85
85
  # Calculates hash code according to all attributes.
86
- # @return [Fixnum] Hash code
86
+ # @return [Integer] Hash code
87
87
  def hash
88
88
  [name, active].hash
89
89
  end
@@ -132,7 +132,7 @@ module RusticiSoftwareCloudV2
132
132
  end
133
133
 
134
134
  # Calculates hash code according to all attributes.
135
- # @return [Fixnum] Hash code
135
+ # @return [Integer] Hash code
136
136
  def hash
137
137
  [id, name, credential, pens_credential, status, created, updated].hash
138
138
  end
@@ -82,7 +82,7 @@ module RusticiSoftwareCloudV2
82
82
  end
83
83
 
84
84
  # Calculates hash code according to all attributes.
85
- # @return [Fixnum] Hash code
85
+ # @return [Integer] Hash code
86
86
  def hash
87
87
  [id, data].hash
88
88
  end
@@ -82,7 +82,7 @@ module RusticiSoftwareCloudV2
82
82
  end
83
83
 
84
84
  # Calculates hash code according to all attributes.
85
- # @return [Fixnum] Hash code
85
+ # @return [Integer] Hash code
86
86
  def hash
87
87
  [id, data].hash
88
88
  end
@@ -85,7 +85,7 @@ module RusticiSoftwareCloudV2
85
85
  end
86
86
 
87
87
  # Calculates hash code according to all attributes.
88
- # @return [Fixnum] Hash code
88
+ # @return [Integer] Hash code
89
89
  def hash
90
90
  [destinations, more].hash
91
91
  end
@@ -150,7 +150,7 @@ module RusticiSoftwareCloudV2
150
150
  end
151
151
 
152
152
  # Calculates hash code according to all attributes.
153
- # @return [Fixnum] Hash code
153
+ # @return [Integer] Hash code
154
154
  def hash
155
155
  [name, dispatch_count, updated, created, tags, email, notes, launch_auth, lti13_data].hash
156
156
  end
@@ -75,7 +75,7 @@ module RusticiSoftwareCloudV2
75
75
  end
76
76
 
77
77
  # Calculates hash code according to all attributes.
78
- # @return [Fixnum] Hash code
78
+ # @return [Integer] Hash code
79
79
  def hash
80
80
  [destinations].hash
81
81
  end
@@ -141,7 +141,7 @@ module RusticiSoftwareCloudV2
141
141
  end
142
142
 
143
143
  # Calculates hash code according to all attributes.
144
- # @return [Fixnum] Hash code
144
+ # @return [Integer] Hash code
145
145
  def hash
146
146
  [name, updated, created, tags, email, notes, launch_auth, lti13_data].hash
147
147
  end
@@ -81,7 +81,7 @@ module RusticiSoftwareCloudV2
81
81
  end
82
82
 
83
83
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
84
+ # @return [Integer] Hash code
85
85
  def hash
86
86
  [id, data].hash
87
87
  end
@@ -84,7 +84,7 @@ module RusticiSoftwareCloudV2
84
84
  end
85
85
 
86
86
  # Calculates hash code according to all attributes.
87
- # @return [Fixnum] Hash code
87
+ # @return [Integer] Hash code
88
88
  def hash
89
89
  [dispatches, more].hash
90
90
  end
@@ -73,7 +73,7 @@ module RusticiSoftwareCloudV2
73
73
  end
74
74
 
75
75
  # Calculates hash code according to all attributes.
76
- # @return [Fixnum] Hash code
76
+ # @return [Integer] Hash code
77
77
  def hash
78
78
  [target_link_uri].hash
79
79
  end
@@ -108,7 +108,7 @@ module RusticiSoftwareCloudV2
108
108
  end
109
109
 
110
110
  # Calculates hash code according to all attributes.
111
- # @return [Fixnum] Hash code
111
+ # @return [Integer] Hash code
112
112
  def hash
113
113
  [url, consumer_key, shared_secret].hash
114
114
  end
@@ -16,6 +16,7 @@ module RusticiSoftwareCloudV2
16
16
  class DispatchRegistrationCountSchema
17
17
  attr_accessor :registration_count
18
18
 
19
+ # The ISO 8601 TimeStamp (defaults to UTC) at which the registration count for this dispatch was reset.
19
20
  attr_accessor :last_reset_date
20
21
 
21
22
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -81,7 +82,7 @@ module RusticiSoftwareCloudV2
81
82
  end
82
83
 
83
84
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
85
+ # @return [Integer] Hash code
85
86
  def hash
86
87
  [registration_count, last_reset_date].hash
87
88
  end
@@ -45,6 +45,9 @@ module RusticiSoftwareCloudV2
45
45
  # The current number of registrations that have been created for this dispatch.
46
46
  attr_accessor :registration_count
47
47
 
48
+ # The ISO 8601 TimeStamp (defaults to UTC) at which the registration count for this dispatch was reset.
49
+ attr_accessor :registration_reset_date
50
+
48
51
  # The ISO 8601 TimeStamp (defaults to UTC) after which this dispatch will be disabled. An empty value will represent no expiration date.
49
52
  attr_accessor :expiration_date
50
53
 
@@ -71,6 +74,7 @@ module RusticiSoftwareCloudV2
71
74
  :'instanced' => :'instanced',
72
75
  :'registration_cap' => :'registrationCap',
73
76
  :'registration_count' => :'registrationCount',
77
+ :'registration_reset_date' => :'registrationResetDate',
74
78
  :'expiration_date' => :'expirationDate',
75
79
  :'tags' => :'tags',
76
80
  :'email' => :'email',
@@ -92,6 +96,7 @@ module RusticiSoftwareCloudV2
92
96
  :'instanced' => :'BOOLEAN',
93
97
  :'registration_cap' => :'Integer',
94
98
  :'registration_count' => :'Integer',
99
+ :'registration_reset_date' => :'DateTime',
95
100
  :'expiration_date' => :'DateTime',
96
101
  :'tags' => :'Array<String>',
97
102
  :'email' => :'String',
@@ -151,6 +156,10 @@ module RusticiSoftwareCloudV2
151
156
  self.registration_count = attributes[:'registrationCount']
152
157
  end
153
158
 
159
+ if attributes.has_key?(:'registrationResetDate')
160
+ self.registration_reset_date = attributes[:'registrationResetDate']
161
+ end
162
+
154
163
  if attributes.has_key?(:'expirationDate')
155
164
  self.expiration_date = attributes[:'expirationDate']
156
165
  end
@@ -200,6 +209,7 @@ module RusticiSoftwareCloudV2
200
209
  instanced == o.instanced &&
201
210
  registration_cap == o.registration_cap &&
202
211
  registration_count == o.registration_count &&
212
+ registration_reset_date == o.registration_reset_date &&
203
213
  expiration_date == o.expiration_date &&
204
214
  tags == o.tags &&
205
215
  email == o.email &&
@@ -213,9 +223,9 @@ module RusticiSoftwareCloudV2
213
223
  end
214
224
 
215
225
  # Calculates hash code according to all attributes.
216
- # @return [Fixnum] Hash code
226
+ # @return [Integer] Hash code
217
227
  def hash
218
- [destination_id, destination_name, course_id, course_title, updated, created, allow_new_registrations, enabled, instanced, registration_cap, registration_count, expiration_date, tags, email, notes].hash
228
+ [destination_id, destination_name, course_id, course_title, updated, created, allow_new_registrations, enabled, instanced, registration_cap, registration_count, registration_reset_date, expiration_date, tags, email, notes].hash
219
229
  end
220
230
 
221
231
  # Builds the object from hash
@@ -72,7 +72,7 @@ module RusticiSoftwareCloudV2
72
72
  end
73
73
 
74
74
  # Calculates hash code according to all attributes.
75
- # @return [Fixnum] Hash code
75
+ # @return [Integer] Hash code
76
76
  def hash
77
77
  [enabled].hash
78
78
  end
@@ -92,7 +92,7 @@ module RusticiSoftwareCloudV2
92
92
  end
93
93
 
94
94
  # Calculates hash code according to all attributes.
95
- # @return [Fixnum] Hash code
95
+ # @return [Integer] Hash code
96
96
  def hash
97
97
  [path, size, modified].hash
98
98
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [files].hash
80
80
  end
@@ -94,7 +94,7 @@ module RusticiSoftwareCloudV2
94
94
  end
95
95
 
96
96
  # Calculates hash code according to all attributes.
97
- # @return [Fixnum] Hash code
97
+ # @return [Integer] Hash code
98
98
  def hash
99
99
  [fetch_url, destination].hash
100
100
  end
@@ -94,7 +94,7 @@ module RusticiSoftwareCloudV2
94
94
  end
95
95
 
96
96
  # Calculates hash code according to all attributes.
97
- # @return [Fixnum] Hash code
97
+ # @return [Integer] Hash code
98
98
  def hash
99
99
  [connector_id, connector_id_for_content, metadata_for_connector].hash
100
100
  end
@@ -100,7 +100,7 @@ module RusticiSoftwareCloudV2
100
100
  end
101
101
 
102
102
  # Calculates hash code according to all attributes.
103
- # @return [Fixnum] Hash code
103
+ # @return [Integer] Hash code
104
104
  def hash
105
105
  [url, content_type, media_file_metadata].hash
106
106
  end