class PuppetStrings::Yard::CodeObjects::DefinedTypes
Implements the group for Puppet
defined types.
Public Class Methods
Source
# File lib/puppet-strings/yard/code_objects/defined_type.rb, line 9 def self.instance super(:puppet_defined_types) end
Gets the singleton instance of the group. @return Returns the singleton instance of the group.
Calls superclass method
PuppetStrings::Yard::CodeObjects::Group::instance
Public Instance Methods
Source
# File lib/puppet-strings/yard/code_objects/defined_type.rb, line 16 def name(_prefix = false) 'Defined Types' end
Gets the display name of the group. @param [Boolean] prefix whether to show a prefix. Ignored for Puppet
group namespaces. @return [String] Returns the display name of the group.