Class: Desiru::Cache::Entry
- Inherits:
-
Struct
- Object
- Struct
- Desiru::Cache::Entry
- Defined in:
- lib/desiru/cache.rb
Instance Attribute Summary collapse
-
#accessed_at ⇒ Object
Returns the value of attribute accessed_at.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#accessed_at ⇒ Object
Returns the value of attribute accessed_at
6 7 8 |
# File 'lib/desiru/cache.rb', line 6 def accessed_at @accessed_at end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
6 7 8 |
# File 'lib/desiru/cache.rb', line 6 def expires_at @expires_at end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/desiru/cache.rb', line 6 def value @value end |