Sha256: 21ecbcb3b48610fef01b19936b93b21586bb202e04f80e1ddbbbee3795a6ae0f
Contents?: true
Size: 357 Bytes
Versions: 28
Compression:
Stored size: 357 Bytes
Contents
module Runcible module Models class PuppetImporter < Importer ID = 'puppet_importer'.freeze REPO_TYPE = 'puppet-repo'.freeze attr_accessor 'queries' def id PuppetImporter::ID end def repo_type PuppetImporter::REPO_TYPE end def config self.as_json end end end end
Version data entries
28 entries across 28 versions & 1 rubygems