Class: Bitfab::Compress::PreparedRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitfab/compress.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



15
16
17
# File 'lib/bitfab/compress.rb', line 15

def body
  @body
end

#content_encodingObject

Returns the value of attribute content_encoding

Returns:

  • (Object)

    the current value of content_encoding



15
16
17
# File 'lib/bitfab/compress.rb', line 15

def content_encoding
  @content_encoding
end

#raw_bytesObject

Returns the value of attribute raw_bytes

Returns:

  • (Object)

    the current value of raw_bytes



15
16
17
# File 'lib/bitfab/compress.rb', line 15

def raw_bytes
  @raw_bytes
end

#wire_bytesObject

Returns the value of attribute wire_bytes

Returns:

  • (Object)

    the current value of wire_bytes



15
16
17
# File 'lib/bitfab/compress.rb', line 15

def wire_bytes
  @wire_bytes
end