Class: Webcache::Configuration
- Inherits:
-
Object
- Object
- Webcache::Configuration
- Defined in:
- lib/webget/webcache.rb
Instance Method Summary collapse
-
#root ⇒ Object
root directory - todo/check: find/use a better name - why? why not?.
- #root=(value) ⇒ Object
Instance Method Details
#root ⇒ Object
root directory - todo/check: find/use a better name - why? why not?
99 |
# File 'lib/webget/webcache.rb', line 99 def root() @root || "#{Webcache.home}/.cache"; end |
#root=(value) ⇒ Object
100 |
# File 'lib/webget/webcache.rb', line 100 def root=(value) @root = value; end |