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