Method: Puppet::Pops::Types::PTypeSetType#label
- Defined in:
- lib/puppet/pops/types/p_type_set_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.
255 256 257 |
# File 'lib/puppet/pops/types/p_type_set_type.rb', line 255 def label "TypeSet '#{@name}'" end |