Class: ResponseBank::BrotliSpliceSlot::EncodedBody
- Inherits:
-
Struct
- Object
- Struct
- ResponseBank::BrotliSpliceSlot::EncodedBody
- Defined in:
- lib/response_bank/brotli_splice_slot.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
13 14 15 |
# File 'lib/response_bank/brotli_splice_slot.rb', line 13 def body @body end |
#compressed_body ⇒ Object
Returns the value of attribute compressed_body
13 14 15 |
# File 'lib/response_bank/brotli_splice_slot.rb', line 13 def compressed_body @compressed_body end |
#metadata ⇒ Object
Returns the value of attribute metadata
13 14 15 |
# File 'lib/response_bank/brotli_splice_slot.rb', line 13 def @metadata end |