Sha256: dc4edae30139420101d1920eea6679095e3f7427f6147553ac158097053dd353
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
module Runcible module Models class YumImporter < Importer ID = 'yum_importer' REPO_TYPE = 'rpm-repo' def id YumImporter::ID end def repo_type YumImporter::REPO_TYPE end def config as_json end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
runcible-1.5.0 | lib/runcible/models/yum_importer.rb |
runcible-1.4.0 | lib/runcible/models/yum_importer.rb |