Class: Gitlab::GithubImport::ImportLfsObjectWorker
- Inherits:
-
Object
- Object
- Gitlab::GithubImport::ImportLfsObjectWorker
- Includes:
- ObjectImporter
- Defined in:
- app/workers/gitlab/github_import/import_lfs_object_worker.rb
Overview
rubocop:disable Scalability/IdempotentWorker
Instance Method Summary collapse
- #counter_description ⇒ Object
- #counter_name ⇒ Object
- #importer_class ⇒ Object
- #representation_class ⇒ Object
Methods included from ObjectImporter
Instance Method Details
#counter_description ⇒ Object
20 21 22 |
# File 'app/workers/gitlab/github_import/import_lfs_object_worker.rb', line 20 def counter_description 'The number of imported GitHub Lfs Objects' end |
#counter_name ⇒ Object
16 17 18 |
# File 'app/workers/gitlab/github_import/import_lfs_object_worker.rb', line 16 def counter_name :github_importer_imported_lfs_objects end |
#importer_class ⇒ Object
12 13 14 |
# File 'app/workers/gitlab/github_import/import_lfs_object_worker.rb', line 12 def importer_class Importer::LfsObjectImporter end |
#representation_class ⇒ Object
8 9 10 |
# File 'app/workers/gitlab/github_import/import_lfs_object_worker.rb', line 8 def representation_class Representation::LfsObject end |