Class: Puppet::Pops::Types::MissingKey
- Inherits:
-
KeyMismatch
- Object
- Mismatch
- KeyMismatch
- Puppet::Pops::Types::MissingKey
- Defined in:
- lib/puppet/pops/types/type_mismatch_describer.rb
Instance Attribute Summary
Attributes inherited from KeyMismatch
Attributes inherited from Mismatch
Instance Method Summary collapse
Methods inherited from KeyMismatch
Methods inherited from Mismatch
#==, #canonical_path, #chop_path, #hash, #initialize, #merge, #path_string, #to_s
Constructor Details
This class inherits a constructor from Puppet::Pops::Types::KeyMismatch
Instance Method Details
#message(variant, position) ⇒ Object
145 146 147 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 145 def (variant, position) "#{variant}#{position} expects a value for key '#{key}'" end |