Method: Puppet::Pops::Adaptable::Adapter.type_name

Defined in:
lib/puppet/pops/adaptable.rb

.type_nameString

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 the name of the class, or the name of the type if the class represents an Object type

Returns:

  • (String)

    the name of the class or type



184
185
186
# File 'lib/puppet/pops/adaptable.rb', line 184

def self.type_name
  name
end