Module: PoolParty::SearchablePaths
- Included in:
- Key, PoolPartyBaseClass, Resources::Resource
- Defined in:
- lib/poolparty/modules/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
9 10 11 |
# File 'lib/poolparty/modules/searchable_paths.rb', line 9 def self.included(mod) mod.extend(ClassMethods) end |