Method: Gitlab::GithubImport::ParallelScheduling#representation_class
- Defined in:
- lib/gitlab/github_import/parallel_scheduling.rb
#representation_class ⇒ Object
The class used for converting API responses to Hashes when performing the import.
176 177 178 |
# File 'lib/gitlab/github_import/parallel_scheduling.rb', line 176 def representation_class raise NotImplementedError end |