Class: Gitlab::GithubImport::ReplayEventsWorker
- Inherits:
-
Object
- Object
- Gitlab::GithubImport::ReplayEventsWorker
show all
- Includes:
- ObjectImporter
- Defined in:
- app/workers/gitlab/github_import/replay_events_worker.rb
Constant Summary
ObjectImporter::NotRetriableError
Instance Method Summary
collapse
#import, #increment_object_counter
Instance Method Details
#increment_object_counter?(_object) ⇒ Boolean
22
23
24
|
# File 'app/workers/gitlab/github_import/replay_events_worker.rb', line 22
def increment_object_counter?(_object)
false
end
|
#object_type ⇒ Object
18
19
20
|
# File 'app/workers/gitlab/github_import/replay_events_worker.rb', line 18
def object_type
:replay_event
end
|
#representation_class ⇒ Object
10
11
12
|
# File 'app/workers/gitlab/github_import/replay_events_worker.rb', line 10
def representation_class
Representation::ReplayEvent
end
|