Method: Puppet::DataTypes::TypeBuilder#initialize

Defined in:
lib/puppet/datatypes.rb

#initialize(type_name) ⇒ TypeBuilder

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of TypeBuilder.



149
150
151
152
153
# File 'lib/puppet/datatypes.rb', line 149

def initialize(type_name)
  @type_name = type_name
  @implementation = nil
  @implementation_class = nil
end