Sha256: 928207d9ac1f78e15a5fcd42252759c3701ec97e9af302e5a4d2b25d0dcbe115
Contents?: true
Size: 338 Bytes
Versions: 7
Compression:
Stored size: 338 Bytes
Contents
module Runcible module Models class OstreeImporter < Importer ID = 'ostree_web_importer' REPO_TYPE = 'OSTREE' attr_accessor 'branches' def id OstreeImporter::ID end def repo_type OstreeImporter::REPO_TYPE end def config as_json end end end end
Version data entries
7 entries across 7 versions & 1 rubygems