Class: ContainerEnv::Cache::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/container_env/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cached_atObject (readonly)

Returns the value of attribute cached_at

Returns:

  • (Object)

    the current value of cached_at



6
7
8
# File 'lib/container_env/cache.rb', line 6

def cached_at
  @cached_at
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/container_env/cache.rb', line 6

def value
  @value
end