Class: Gitlab::GithubImport::Attachments::ImportIssueWorker
- Inherits:
-
Object
- Object
- Gitlab::GithubImport::Attachments::ImportIssueWorker
- Includes:
- ObjectImporter
- Defined in:
- app/workers/gitlab/github_import/attachments/import_issue_worker.rb
Overview
rubocop:disable Scalability/IdempotentWorker
Constant Summary
Constants included from ObjectImporter
ObjectImporter::NotRetriableError
Instance Method Summary collapse
Methods included from ObjectImporter
#import, #increment_object_counter, #increment_object_counter?
Instance Method Details
#importer_class ⇒ Object
13 14 15 |
# File 'app/workers/gitlab/github_import/attachments/import_issue_worker.rb', line 13 def importer_class Importer::NoteAttachmentsImporter end |
#object_type ⇒ Object
17 18 19 |
# File 'app/workers/gitlab/github_import/attachments/import_issue_worker.rb', line 17 def object_type :issue_attachment end |
#representation_class ⇒ Object
9 10 11 |
# File 'app/workers/gitlab/github_import/attachments/import_issue_worker.rb', line 9 def representation_class Representation::NoteText end |