Class: Bitfab::Compress::PreparedRequest
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::Compress::PreparedRequest
- Defined in:
- lib/bitfab/compress.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#content_encoding ⇒ Object
Returns the value of attribute content_encoding.
-
#raw_bytes ⇒ Object
Returns the value of attribute raw_bytes.
-
#wire_bytes ⇒ Object
Returns the value of attribute wire_bytes.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
15 16 17 |
# File 'lib/bitfab/compress.rb', line 15 def body @body end |
#content_encoding ⇒ Object
Returns the value of attribute content_encoding
15 16 17 |
# File 'lib/bitfab/compress.rb', line 15 def content_encoding @content_encoding end |
#raw_bytes ⇒ Object
Returns the value of attribute raw_bytes
15 16 17 |
# File 'lib/bitfab/compress.rb', line 15 def raw_bytes @raw_bytes end |
#wire_bytes ⇒ Object
Returns the value of attribute wire_bytes
15 16 17 |
# File 'lib/bitfab/compress.rb', line 15 def wire_bytes @wire_bytes end |