Module: SearchablePaths

Included in:
CloudProviders::Vmware, Keypair, PoolParty::Base
Defined in:
lib/mixins/searchable_paths.rb

Overview

Abstracts out the searchable path for a resource such as a

template file, key, or clouds.rb

NOTE: this is currently _only_ implemented on templates
(PoolParty::Resources::File) and not yet working on clouds.rb or key files.
These will eventually be refactored to use this class.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, SingletonMethods

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



11
12
13
# File 'lib/mixins/searchable_paths.rb', line 11

def self.included(mod)
  mod.extend(ClassMethods)
end