Class: Vivlio::Starter::CLI::Metrics::CacheEntry
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::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
29 30 31 |
# File 'lib/vivlio/starter/cli/metrics/cache.rb', line 29 def basename @basename end |
#data ⇒ Object (readonly)
Returns the value of attribute data
29 30 31 |
# File 'lib/vivlio/starter/cli/metrics/cache.rb', line 29 def data @data end |
#mtime ⇒ Object (readonly)
Returns the value of attribute mtime
29 30 31 |
# File 'lib/vivlio/starter/cli/metrics/cache.rb', line 29 def mtime @mtime end |