Class: FileCacheItem

Inherits:
File
  • Object
show all
Defined in:
lib/FileCache.rb

Instance Method Summary collapse

Instance Method Details

#pathObject



12
13
14
# File 'lib/FileCache.rb', line 12

def path
  @path
end

#set_path(path) ⇒ Object



9
10
11
# File 'lib/FileCache.rb', line 9

def set_path(path)
  @path=path
end