Class: PuppetStrings::Yard::CodeObjects::DataTypes
Overview
Implements the group for Puppet DataTypes.
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.rb', line 10 def self.instance super(:puppet_data_types) 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.rb', line 17 def name(_prefix = false) 'Puppet Data Types' end |