Method: Puppet::Util::IniConfig::Section#destroy=

Defined in:
lib/puppet/util/inifile.rb

#destroy=(value) ⇒ Object (writeonly)

Sets the attribute destroy

Parameters:

  • the value to set the attribute destroy to.



20
21
22
# File 'lib/puppet/util/inifile.rb', line 20

def destroy=(value)
  @destroy = value
end