Method: Puppet::Provider.doc

Defined in:
lib/puppet/provider.rb

.docString

The (full) documentation for this provider class. The documentation for the provider class itself should be set with the DSL method desc=. Setting the documentation with with doc= has the same effect as setting it with desc= (only the class documentation part is set). In essence this means that there is no getter for the class documentation part (since the getter returns the full documentation when there are additional contributors).

Returns:

  • (String)

    Returns the full documentation for the provider.



91
# File 'lib/puppet/provider.rb', line 91

attr_writer :doc