Class: Seekmodo::Sdk::Storage::Memory::Cache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/seekmodo/sdk/storage/memory/stores.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



48
49
50
# File 'lib/seekmodo/sdk/storage/memory/stores.rb', line 48

def expires_at
  @expires_at
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



48
49
50
# File 'lib/seekmodo/sdk/storage/memory/stores.rb', line 48

def value
  @value
end