Class: Puppet::Pops::Types::ReturnTypeElement 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.

Instance Attribute Summary

Attributes inherited from TypePathElement

#key

Instance Method Summary collapse

Methods inherited from TypePathElement

#==, #eql?, #hash

Constructor Details

#initialize(name = 'return') ⇒ ReturnTypeElement

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.

Returns a new instance of ReturnTypeElement.



54
55
56
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 54

def initialize(name = 'return')
  super(name)
end

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.



58
59
60
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 58

def to_s
  key
end