Mark cached_location as an attribute

This commit is contained in:
Jack Nagel 2014-12-23 01:27:10 -05:00
parent 32bf6d9937
commit be59b4ea4f

View File

@ -21,6 +21,7 @@ class AbstractDownloadStrategy
def stage def stage
end end
# @!attribute [r] cached_location
# The path to the cached file or directory associated with the resource. # The path to the cached file or directory associated with the resource.
def cached_location def cached_location
end end