class Runcible::Models::PuppetImporter

Constants

ID
REPO_TYPE

Attributes

queries[RW]

Public Instance Methods

config() click to toggle source
# File lib/runcible/models/puppet_importer.rb, line 17
def config
  self.as_json
end
id() click to toggle source
# File lib/runcible/models/puppet_importer.rb, line 9
def id
  PuppetImporter::ID
end
repo_type() click to toggle source
# File lib/runcible/models/puppet_importer.rb, line 13
def repo_type
  PuppetImporter::REPO_TYPE
end