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

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

Direct Known Subclasses

BlockPathElement

Instance Attribute Summary

Attributes inherited from TypePathElement

#key

Instance Method Summary collapse

Methods inherited from TypePathElement

#==, #hash, #initialize

Constructor Details

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

Instance Method Details

#to_sObject



42
43
44
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 42

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