Class: Luban::Deployment::Helpers::Configuration::Finder::Project

Inherits:
Luban::Deployment::Helpers::Configuration::Finder show all
Defined in:
lib/luban/deployment/helpers/configuration.rb

Instance Attribute Summary

Attributes inherited from Luban::Deployment::Helpers::Configuration::Finder

#config_file, #config_path, #config_root, #stage_config_file, #stage_config_path, #stage_templates_path, #target, #templates_path

Instance Method Summary collapse

Methods inherited from Luban::Deployment::Helpers::Configuration::Finder

application, default_templates_paths, #deployfile, find_default_template_file, #find_template_file, #initialize, #load_configuration, #load_general_configuration, #load_stage_configuration, project, #stagefile

Constructor Details

This class inherits a constructor from Luban::Deployment::Helpers::Configuration::Finder

Instance Method Details

#base_pathObject



97
# File 'lib/luban/deployment/helpers/configuration.rb', line 97

def base_path; base_path ||= target.work_dir; end