Class: Webcache::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/webget/webcache.rb

Instance Method Summary collapse

Instance Method Details

#rootObject

root directory - todo/check: find/use a better name - why? why not?



36
# File 'lib/webget/webcache.rb', line 36

def root()       @root || "#{Webcache.home}/.cache"; end

#root=(value) ⇒ Object



37
# File 'lib/webget/webcache.rb', line 37

def root=(value) @root = value; end