Class | Puppet::Module::Tool::ContentsDescription |
In: |
lib/puppet/module/tool/contents_description.rb
|
Parent: | Object |
Return an array of hashes representing this type‘s attrs of kind (e.g. :param or :property), each containing :name and :doc.
Return types for this module. Result is an array of hashes, each of which describes a Puppet type. The type description hash structure is:
TODO Write a TypeDescription to encapsulate these structures and logic?