Method: Puppet::Pops::Types::TypeMismatchDescriber.validate_parameters

Defined in:
lib/puppet/pops/types/type_mismatch_describer.rb

.validate_parameters(subject, params_struct, given_hash, missing_ok = false) ⇒ Object

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.



497
498
499
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 497

def self.validate_parameters(subject, params_struct, given_hash, missing_ok = false)
  singleton.validate_parameters(subject, params_struct, given_hash, missing_ok)
end