Method: Puppet::Resource::Type#type
- Defined in:
- lib/puppet/resource/type.rb
#type ⇒ Object (readonly)
This should probably be renamed to ‘kind’ eventually, in accordance with the changes
made for serialization and API usability (#14137). At the moment that seems like
it would touch a whole lot of places in the code, though. --cprice 2012-04-23
45 46 47 |
# File 'lib/puppet/resource/type.rb', line 45 def type @type end |