Class: FileCacheItem
- Inherits:
-
File
- Object
- File
- FileCacheItem
- Defined in:
- lib/FileCache.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
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 |