Method: Puppet::DataTypes::TypeBuilderAPI#initialize

Defined in:
lib/puppet/datatypes.rb

#initialize(type_builder) ⇒ TypeBuilderAPI

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 TypeBuilderAPI.



190
191
192
# File 'lib/puppet/datatypes.rb', line 190

def initialize(type_builder)
  @type_builder = type_builder
end