Class: Tina4::ResponseCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Tina4::ResponseCache::CacheEntry
- Defined in:
- lib/tina4/response_cache.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
28 29 30 |
# File 'lib/tina4/response_cache.rb', line 28 def body @body end |
#content_type ⇒ Object
Returns the value of attribute content_type
28 29 30 |
# File 'lib/tina4/response_cache.rb', line 28 def content_type @content_type end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
28 29 30 |
# File 'lib/tina4/response_cache.rb', line 28 def expires_at @expires_at end |
#status_code ⇒ Object
Returns the value of attribute status_code
28 29 30 |
# File 'lib/tina4/response_cache.rb', line 28 def status_code @status_code end |