Class: StaticSync::StorageCache::Version

Inherits:
Struct
  • Object
show all
Defined in:
lib/static_sync/storage_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



4
5
6
# File 'lib/static_sync/storage_cache.rb', line 4

def etag
  @etag
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/static_sync/storage_cache.rb', line 4

def path
  @path
end