Class: PuppetStrings::Yard::CodeObjects::DefinedTypes
Overview
Implements the group for Puppet defined types.
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.
9 10 11 |
# File 'lib/puppet-strings/yard/code_objects/defined_type.rb', line 9 def self.instance super(:puppet_defined_types) end |
Instance Method Details
#name(_prefix = false) ⇒ String
Gets the display name of the group.
16 17 18 |
# File 'lib/puppet-strings/yard/code_objects/defined_type.rb', line 16 def name(_prefix = false) 'Defined Types' end |