Method: Gitlab::GithubImport::ParallelScheduling#representation_class

Defined in:
lib/gitlab/github_import/parallel_scheduling.rb

#representation_classObject

The class used for converting API responses to Hashes when performing the import.

Raises:

  • (NotImplementedError)


176
177
178
# File 'lib/gitlab/github_import/parallel_scheduling.rb', line 176

def representation_class
  raise NotImplementedError
end