Method: Puppet::Pops::Types::PObjectType::PAnnotatedMember#label
- Defined in:
- lib/puppet/pops/types/p_object_type.rb
#label ⇒ Object
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.
238 239 240 |
# File 'lib/puppet/pops/types/p_object_type.rb', line 238 def label self.class.label(@container, @name) end |