Class: Desiru::Cache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/desiru/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accessed_atObject

Returns the value of attribute accessed_at



6
7
8
# File 'lib/desiru/cache.rb', line 6

def accessed_at
  @accessed_at
end

#expires_atObject

Returns the value of attribute expires_at



6
7
8
# File 'lib/desiru/cache.rb', line 6

def expires_at
  @expires_at
end

#valueObject

Returns the value of attribute value



6
7
8
# File 'lib/desiru/cache.rb', line 6

def value
  @value
end