Class: SgtnClient::Core::Cache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/sgtn-client/core/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expiryObject

Returns the value of attribute expiry

Returns:

  • (Object)

    the current value of expiry



8
9
10
# File 'lib/sgtn-client/core/cache.rb', line 8

def expiry
  @expiry
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



8
9
10
# File 'lib/sgtn-client/core/cache.rb', line 8

def items
  @items
end