Class: PuppetStrings::Yard::CodeObjects::DataTypeAliases
- Inherits:
-
Group
- Object
- YARD::CodeObjects::NamespaceObject
- Base
- Group
- PuppetStrings::Yard::CodeObjects::DataTypeAliases
- Defined in:
- lib/puppet-strings/yard/code_objects/data_type_alias.rb
Overview
Implements the group for Puppet DataTypeAliases.
Class Method Summary collapse
-
.instance ⇒ Object
Gets the singleton instance of the group.
Instance Method Summary collapse
-
#name(_prefix = false) ⇒ String
Gets the display name of the group.
Methods inherited from Group
Methods inherited from Base
Class Method Details
.instance ⇒ Object
Gets the singleton instance of the group.
10 11 12 |
# File 'lib/puppet-strings/yard/code_objects/data_type_alias.rb', line 10 def self.instance super(:puppet_data_type_aliases) end |
Instance Method Details
#name(_prefix = false) ⇒ String
Gets the display name of the group.
17 18 19 |
# File 'lib/puppet-strings/yard/code_objects/data_type_alias.rb', line 17 def name(_prefix = false) 'Puppet Data Type Aliases' end |