Method: Txgh::Config::KeyManager.config_from
- Defined in:
- lib/txgh/config/key_manager.rb
.config_from(project_name, repo_name) ⇒ Object
22 23 24 25 26 |
# File 'lib/txgh/config/key_manager.rb', line 22 def config_from(project_name, repo_name) project_config = project_config_for(project_name) repo_config = repo_config_for(repo_name) ConfigPair.new(project_config, repo_config) end |