Class: Gitlab::GithubImport::ImportPullRequestReviewWorker
- Inherits:
-
Object
- Object
- Gitlab::GithubImport::ImportPullRequestReviewWorker
- Includes:
- ObjectImporter
- Defined in:
- app/workers/gitlab/github_import/import_pull_request_review_worker.rb
Overview
rubocop:disable Scalability/IdempotentWorker
Instance Method Summary collapse
Methods included from ObjectImporter
Instance Method Details
#importer_class ⇒ Object
14 15 16 |
# File 'app/workers/gitlab/github_import/import_pull_request_review_worker.rb', line 14 def importer_class Importer::PullRequestReviewImporter end |
#object_type ⇒ Object
18 19 20 |
# File 'app/workers/gitlab/github_import/import_pull_request_review_worker.rb', line 18 def object_type :pull_request_review end |
#representation_class ⇒ Object
10 11 12 |
# File 'app/workers/gitlab/github_import/import_pull_request_review_worker.rb', line 10 def representation_class Gitlab::GithubImport::Representation::PullRequestReview end |