Class: VivlioStarter::CLI::Metrics::CacheEntry
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::CacheEntry
- Defined in:
- lib/vivlio_starter/cli/metrics/cache.rb
Overview
キャッシュエントリを保持するイミュータブルデータ
Instance Attribute Summary collapse
-
#basename ⇒ Object
readonly
Returns the value of attribute basename.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#mtime ⇒ Object
readonly
Returns the value of attribute mtime.
Instance Attribute Details
#basename ⇒ Object (readonly)
Returns the value of attribute basename
28 29 30 |
# File 'lib/vivlio_starter/cli/metrics/cache.rb', line 28 def basename @basename end |
#data ⇒ Object (readonly)
Returns the value of attribute data
28 29 30 |
# File 'lib/vivlio_starter/cli/metrics/cache.rb', line 28 def data @data end |
#mtime ⇒ Object (readonly)
Returns the value of attribute mtime
28 29 30 |
# File 'lib/vivlio_starter/cli/metrics/cache.rb', line 28 def mtime @mtime end |