Method: Puppet::DataTypes::TypeBuilder#has_implementation?

Defined in:
lib/puppet/datatypes.rb

#has_implementation?Boolean

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:

  • (Boolean)


181
182
183
# File 'lib/puppet/datatypes.rb', line 181

def has_implementation?
  !(@implementation_class.nil? && @implementation.nil?)
end