Sha256: 760470a65e3ea9a160b72d65a6da2c6f919e4e41cc6f22fc17f358113c906503
Contents?: true
Size: 472 Bytes
Versions: 28
Compression:
Stored size: 472 Bytes
Contents
module Puppet::Pops module Types # Marker module for implementations that are mapped to Object types # @api public module PuppetObject # Returns the Puppet Type for this instance. The implementing class must # add the {#_pcore_type} as a class method. # # @return [PObjectType] the type def _pcore_type self.class._pcore_type end def _pcore_all_contents(path, &block) end def _pcore_contents end def _pcore_init_hash {} end end end end
Version data entries
28 entries across 28 versions & 1 rubygems