Class: Puppet::Pops::Types::VariantPathElement
- Inherits:
-
TypePathElement
- Object
- TypePathElement
- Puppet::Pops::Types::VariantPathElement
- Defined in:
- lib/puppet/pops/types/type_mismatch_describer.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from TypePathElement
Instance Method Summary collapse
Methods inherited from TypePathElement
Constructor Details
This class inherits a constructor from Puppet::Pops::Types::TypePathElement
Instance Method Details
#to_s ⇒ Object
64 65 66 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 64 def to_s "variant #{key}" end |