Class: Lumin::CacheManifest::PathEntry
- Inherits:
-
Data
- Object
- Data
- Lumin::CacheManifest::PathEntry
- Defined in:
- lib/lumin/cache_manifest.rb
Instance Attribute Summary collapse
-
#environment_digest ⇒ Object
readonly
Returns the value of attribute environment_digest.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#environment_digest ⇒ Object (readonly)
Returns the value of attribute environment_digest
8 9 10 |
# File 'lib/lumin/cache_manifest.rb', line 8 def environment_digest @environment_digest end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
8 9 10 |
# File 'lib/lumin/cache_manifest.rb', line 8 def fingerprint @fingerprint end |
#key ⇒ Object (readonly)
Returns the value of attribute key
8 9 10 |
# File 'lib/lumin/cache_manifest.rb', line 8 def key @key end |