Method: Puppet::Pops::Types::PRuntimeType#runtime_type_name

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

#runtime_type_nameObject

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.

API:

  • private



64
65
66
# File 'lib/puppet/pops/types/p_runtime_type.rb', line 64

def runtime_type_name
  @name_or_pattern.is_a?(String) ? @name_or_pattern : nil
end