class PuppetStrings::Yard::CodeObjects::DataTypeAliases
Implements the group for Puppet
DataTypeAliases
.
Public Class Methods
Source
# File lib/puppet-strings/yard/code_objects/data_type_alias.rb, line 10 def self.instance super(:puppet_data_type_aliases) 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/data_type_alias.rb, line 17 def name(_prefix = false) 'Puppet Data Type Aliases' 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.