Class: Idempo::ResponseStore::ExpiryHandle

Inherits:
Struct
  • Object
show all
Defined in:
lib/idempo/response_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expire_atObject

Returns the value of attribute expire_at

Returns:

  • (Object)

    the current value of expire_at



2
3
4
# File 'lib/idempo/response_store.rb', line 2

def expire_at
  @expire_at
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



2
3
4
# File 'lib/idempo/response_store.rb', line 2

def key
  @key
end