Sha256: 0d9bacaf24171493e39cc66d6df25943be8c1a2ccd34d4e28503c91bf65d5a61
Contents?: true
Size: 747 Bytes
Versions: 120
Compression:
Stored size: 747 Bytes
Contents
Puppet::DataTypes.create_type('Error') do interface <<-PUPPET type_parameters => { kind => Optional[Variant[String,Regexp,Type[Enum],Type[Pattern],Type[NotUndef],Type[Undef]]], issue_code => Optional[Variant[String,Regexp,Type[Enum],Type[Pattern],Type[NotUndef],Type[Undef]]] }, attributes => { msg => String[1], kind => { type => Optional[String[1]], value => undef }, details => { type => Optional[Hash[String[1],Data]], value => undef }, issue_code => { type => Optional[String[1]], value => undef }, }, functions => { message => Callable[[], String[1]] } PUPPET require_relative '../../puppet/datatypes/impl/error' implementation_class Puppet::DataTypes::Error end
Version data entries
120 entries across 120 versions & 1 rubygems