class Runcible::Models::PuppetInstallDistributor
Attributes
install_path[RW]
subdir[RW]
Public Class Methods
new(install_path, params = {})
click to toggle source
Calls superclass method
Runcible::Models::Distributor.new
# File lib/runcible/models/puppet_install_distributor.rb, line 9 def initialize(install_path, params = {}) @install_path = install_path super(params) end
type_id()
click to toggle source
# File lib/runcible/models/puppet_install_distributor.rb, line 14 def self.type_id 'puppet_install_distributor' end
Public Instance Methods
config()
click to toggle source
# File lib/runcible/models/puppet_install_distributor.rb, line 18 def config to_ret = self.as_json to_ret.delete('id') to_ret end