Class: VivlioStarter::CLI::Metrics::CacheEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/metrics/cache.rb

Overview

キャッシュエントリを保持するイミュータブルデータ

Instance Attribute Summary collapse

Instance Attribute Details

#basenameObject (readonly)

Returns the value of attribute basename

Returns:

  • (Object)

    the current value of basename



28
29
30
# File 'lib/vivlio_starter/cli/metrics/cache.rb', line 28

def basename
  @basename
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



28
29
30
# File 'lib/vivlio_starter/cli/metrics/cache.rb', line 28

def data
  @data
end

#mtimeObject (readonly)

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



28
29
30
# File 'lib/vivlio_starter/cli/metrics/cache.rb', line 28

def mtime
  @mtime
end