Class: Idempo::ResponseStore::ExpiryHandle
- Inherits:
-
Struct
- Object
- Struct
- Idempo::ResponseStore::ExpiryHandle
- Defined in:
- lib/idempo/response_store.rb
Instance Attribute Summary collapse
-
#expire_at ⇒ Object
Returns the value of attribute expire_at.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#expire_at ⇒ Object
Returns the value of attribute expire_at
2 3 4 |
# File 'lib/idempo/response_store.rb', line 2 def expire_at @expire_at end |
#key ⇒ Object
Returns the value of attribute key
2 3 4 |
# File 'lib/idempo/response_store.rb', line 2 def key @key end |