Class: Upkeep::HerbSupport::ManifestCache::Entry
- Inherits:
-
Data
- Object
- Data
- Upkeep::HerbSupport::ManifestCache::Entry
- Defined in:
- lib/upkeep/herb/manifest_cache.rb
Instance Attribute Summary collapse
-
#last_update ⇒ Object
readonly
Returns the value of attribute last_update.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_digest ⇒ Object
readonly
Returns the value of attribute source_digest.
Instance Attribute Details
#last_update ⇒ Object (readonly)
Returns the value of attribute last_update
9 10 11 |
# File 'lib/upkeep/herb/manifest_cache.rb', line 9 def last_update @last_update end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
9 10 11 |
# File 'lib/upkeep/herb/manifest_cache.rb', line 9 def manifest @manifest end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/upkeep/herb/manifest_cache.rb', line 9 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/upkeep/herb/manifest_cache.rb', line 9 def source @source end |
#source_digest ⇒ Object (readonly)
Returns the value of attribute source_digest
9 10 11 |
# File 'lib/upkeep/herb/manifest_cache.rb', line 9 def source_digest @source_digest end |