Class: Puppet::Util::SkipTags Private

Inherits:
Object
  • Object
show all
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

Tagging::ValidTagRegex

Instance Method Summary collapse

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(stags)
  self.tags = stags 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.

Returns:

  • (Boolean)


11
12
13
# File 'lib/puppet/util/skip_tags.rb', line 11

def split_qualified_tags?
  false
end