Class: ResponseBank::CacheWriter::Stored
- Inherits:
-
Struct
- Object
- Struct
- ResponseBank::CacheWriter::Stored
- Defined in:
- lib/response_bank/cache_writer.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#compressed_body ⇒ Object
Returns the value of attribute compressed_body.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/response_bank/cache_writer.rb', line 9 def body @body end |
#compressed_body ⇒ Object
Returns the value of attribute compressed_body
9 10 11 |
# File 'lib/response_bank/cache_writer.rb', line 9 def compressed_body @compressed_body end |
#metadata ⇒ Object
Returns the value of attribute metadata
9 10 11 |
# File 'lib/response_bank/cache_writer.rb', line 9 def @metadata end |