Sha256: 70b7b7de0089875328ee6e7a521dc85eabcfd4e09ca17b2e90815f09bb886903
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
module Runcible module Models class PythonImporter < Importer ID = 'python_importer' REPO_TYPE = 'python-repo' 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
7 entries across 7 versions & 1 rubygems