Class: SgtnCldr::Core::Cache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/sgtn-cldr/core/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expiryObject

Returns the value of attribute expiry

Returns:

  • (Object)

    the current value of expiry



5
6
7
# File 'lib/sgtn-cldr/core/cache.rb', line 5

def expiry
  @expiry
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/sgtn-cldr/core/cache.rb', line 5

def value
  @value
end