Class: Idempo::ResponseStore::StoredResponse
- Inherits:
-
Struct
- Object
- Struct
- Idempo::ResponseStore::StoredResponse
- 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.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#expire_at ⇒ Object
Returns the value of attribute expire_at
3 4 5 |
# File 'lib/idempo/response_store.rb', line 3 def expire_at @expire_at end |
#key ⇒ Object
Returns the value of attribute key
3 4 5 |
# File 'lib/idempo/response_store.rb', line 3 def key @key end |
#payload ⇒ Object
Returns the value of attribute payload
3 4 5 |
# File 'lib/idempo/response_store.rb', line 3 def payload @payload end |