Class: OCI::Identity::Models::Tag
- Inherits:
-
Object
- Object
- OCI::Identity::Models::Tag
- Defined in:
- lib/puppet_x/enterprisemodules/oci/model_additions.rb
Overview
The name of a tag is the name of the namespace doubld colon and then the name of the tag itself
Instance Method Summary collapse
-
#puppet_name ⇒ Object
The name puppet uses.
Instance Method Details
#puppet_name ⇒ Object
The name puppet uses
119 120 121 |
# File 'lib/puppet_x/enterprisemodules/oci/model_additions.rb', line 119 def puppet_name "#{tag_namespace_name}:#{name}" end |