Class: Puppet::Pops::Types::ParameterPathElement Private

Inherits:
TypePathElement show all
Defined in:
lib/puppet/pops/types/type_mismatch_describer.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Direct Known Subclasses

BlockPathElement

Instance Attribute Summary

Attributes inherited from TypePathElement

#key

Instance Method Summary collapse

Methods inherited from TypePathElement

#==, #eql?, #hash, #initialize

Constructor Details

This class inherits a constructor from Puppet::Pops::Types::TypePathElement

Instance Method Details

#to_sObject

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.



47
48
49
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 47

def to_s
  "parameter '#{key}'"
end