Class: Contracto::Config
- Inherits:
-
Object
- Object
- Contracto::Config
- Defined in:
- lib/contracto/config.rb
Class Method Summary collapse
Class Method Details
.repo_url ⇒ Object
7 8 9 |
# File 'lib/contracto/config.rb', line 7 def repo_url @repo_url end |
.repo_url=(repo_url) ⇒ Object
3 4 5 |
# File 'lib/contracto/config.rb', line 3 def repo_url=(repo_url) @repo_url = repo_url end |