Class: Prefab::CachingHttpConnection::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Prefab::CachingHttpConnection::CacheEntry
- Defined in:
- lib/prefab/caching_http_connection.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
6 7 8 |
# File 'lib/prefab/caching_http_connection.rb', line 6 def data @data end |
#etag ⇒ Object
Returns the value of attribute etag
6 7 8 |
# File 'lib/prefab/caching_http_connection.rb', line 6 def etag @etag end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
6 7 8 |
# File 'lib/prefab/caching_http_connection.rb', line 6 def expires_at @expires_at end |