Class: Seekmodo::Sdk::Storage::Memory::Cache::Entry
- Inherits:
-
Struct
- Object
- Struct
- Seekmodo::Sdk::Storage::Memory::Cache::Entry
- Defined in:
- lib/seekmodo/sdk/storage/memory/stores.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
48 49 50 |
# File 'lib/seekmodo/sdk/storage/memory/stores.rb', line 48 def expires_at @expires_at end |
#value ⇒ Object
Returns the value of attribute value
48 49 50 |
# File 'lib/seekmodo/sdk/storage/memory/stores.rb', line 48 def value @value end |