Class: StaticSync::StorageCache::Version
- Inherits:
-
Struct
- Object
- Struct
- StaticSync::StorageCache::Version
- Defined in:
- lib/static_sync/storage_cache.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
4 5 6 |
# File 'lib/static_sync/storage_cache.rb', line 4 def etag @etag end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/static_sync/storage_cache.rb', line 4 def path @path end |