Class: Puppet::Util::SkipTags Private
- Includes:
- Tagging
- Defined in:
- lib/puppet/util/skip_tags.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary
Constants included from Tagging
Instance Method Summary collapse
-
#initialize(stags) ⇒ SkipTags
constructor
private
A new instance of SkipTags.
- #split_qualified_tags? ⇒ Boolean private
Methods included from Tagging
#merge_into, #merge_tags_from, #raw_tagged?, #set_tags, #tag, #tag_if_valid, #tagged?, #tags, #tags=, #valid_tag?
Constructor Details
#initialize(stags) ⇒ SkipTags
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of SkipTags.
7 8 9 |
# File 'lib/puppet/util/skip_tags.rb', line 7 def initialize() self. = unless defined?(@tags) end |
Instance Method Details
#split_qualified_tags? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/puppet/util/skip_tags.rb', line 11 def false end |