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?



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