Sha256: c2751c1224573c68a9ac7de8c04b9a32884fa3afc0e4ff847dd1e0ce41c2bd11
Contents?: true
Size: 542 Bytes
Versions: 69
Compression:
Stored size: 542 Bytes
Contents
module CanvasSync module Jobs class SyncContentMigrationsJob < ReportStarter # Syncs ContentMigrations # # Starts a report processor for the content migrations report # (the proserv_content_migrations_csv report must be enabled) # # @param options [Hash] def perform(options) super( "proserv_content_migrations_csv", merge_report_params(options), CanvasSync::Processors::ContentMigrationsProcessor.to_s, {}, ) end end end end
Version data entries
69 entries across 69 versions & 1 rubygems