Sha256: e5000cc4e4c2633c8b5754c80f57a28a9f22caa95b29d4445f7f9f762d0805bd
Contents?: true
Size: 343 Bytes
Versions: 7
Compression:
Stored size: 343 Bytes
Contents
module Runcible module Models class PuppetImporter < Importer ID = 'puppet_importer' REPO_TYPE = 'puppet-repo' 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
7 entries across 7 versions & 1 rubygems