Class: Vivlio::Starter::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



29
30
31
# File 'lib/vivlio/starter/cli/metrics/cache.rb', line 29

def basename
  @basename
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



29
30
31
# File 'lib/vivlio/starter/cli/metrics/cache.rb', line 29

def data
  @data
end

#mtimeObject (readonly)

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



29
30
31
# File 'lib/vivlio/starter/cli/metrics/cache.rb', line 29

def mtime
  @mtime
end