Class: TesoteSdk::CacheBackend::Entry
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::CacheBackend::Entry
- Defined in:
- lib/tesote_sdk/transport.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
16 17 18 |
# File 'lib/tesote_sdk/transport.rb', line 16 def expires_at @expires_at end |
#value ⇒ Object
Returns the value of attribute value
16 17 18 |
# File 'lib/tesote_sdk/transport.rb', line 16 def value @value end |