Class: Harrison::Config
- Inherits:
-
Object
- Object
- Harrison::Config
- Defined in:
- lib/harrison/config.rb
Instance Attribute Summary collapse
-
#git_src ⇒ Object
Returns the value of attribute git_src.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(opts = {}) ⇒ Config
6 7 |
# File 'lib/harrison/config.rb', line 6 def initialize(opts={}) end |
Instance Attribute Details
#git_src ⇒ Object
Returns the value of attribute git_src.
4 5 6 |
# File 'lib/harrison/config.rb', line 4 def git_src @git_src end |
#project ⇒ Object
Returns the value of attribute project.
3 4 5 |
# File 'lib/harrison/config.rb', line 3 def project @project end |