Class: ContainerEnv::Cache::Entry
- Inherits:
-
Data
- Object
- Data
- ContainerEnv::Cache::Entry
- Defined in:
- lib/container_env/cache.rb
Instance Attribute Summary collapse
-
#cached_at ⇒ Object
readonly
Returns the value of attribute cached_at.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#cached_at ⇒ Object (readonly)
Returns the value of attribute cached_at
6 7 8 |
# File 'lib/container_env/cache.rb', line 6 def cached_at @cached_at end |
#value ⇒ Object (readonly)
Returns the value of attribute value
6 7 8 |
# File 'lib/container_env/cache.rb', line 6 def value @value end |