Method: Puppet::Pops::Types::PObjectType#label

Defined in:
lib/puppet/pops/types/p_object_type.rb

#labelObject

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.



1012
1013
1014
# File 'lib/puppet/pops/types/p_object_type.rb', line 1012

def label
  @name || 'Object'
end