Class
AutomateIt::TagManager::YAML
In:
lib/automateit/tag_manager/yaml.rb
Parent:
AutomateIt::TagManager::Struct
TagManager::YAML
A
TagManager
driver that reads tags from a
YAML
file.
Methods
setup
Public Instance methods
setup
(opts={})
Options:
:file — File to read tags from. The file is preprocessed with ERB and must produce
YAML
content.
[Validate]