Sha256: 240b05a2da008f5e0d85db897ca0cdfd79626996bbe4e7d91e4e811bfe800b4b
Contents?: true
Size: 359 Bytes
Versions: 28
Compression:
Stored size: 359 Bytes
Contents
module Runcible module Models class PythonImporter < Importer ID = 'python_importer'.freeze REPO_TYPE = 'python-repo'.freeze attr_accessor 'packages_names' def id PythonImporter::ID end def repo_type PythonImporter::REPO_TYPE end def config as_json end end end end
Version data entries
28 entries across 28 versions & 1 rubygems