Class: Upkeep::HerbSupport::ManifestCache::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/herb/manifest_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_updateObject (readonly)

Returns the value of attribute last_update

Returns:

  • (Object)

    the current value of last_update



9
10
11
# File 'lib/upkeep/herb/manifest_cache.rb', line 9

def last_update
  @last_update
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



9
10
11
# File 'lib/upkeep/herb/manifest_cache.rb', line 9

def manifest
  @manifest
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/upkeep/herb/manifest_cache.rb', line 9

def path
  @path
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/upkeep/herb/manifest_cache.rb', line 9

def source
  @source
end

#source_digestObject (readonly)

Returns the value of attribute source_digest

Returns:

  • (Object)

    the current value of source_digest



9
10
11
# File 'lib/upkeep/herb/manifest_cache.rb', line 9

def source_digest
  @source_digest
end