Class: ResponseBank::BrotliSpliceSlot::EncodedBody

Inherits:
Struct
  • Object
show all
Defined in:
lib/response_bank/brotli_splice_slot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



13
14
15
# File 'lib/response_bank/brotli_splice_slot.rb', line 13

def body
  @body
end

#compressed_bodyObject

Returns the value of attribute compressed_body

Returns:

  • (Object)

    the current value of compressed_body



13
14
15
# File 'lib/response_bank/brotli_splice_slot.rb', line 13

def compressed_body
  @compressed_body
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



13
14
15
# File 'lib/response_bank/brotli_splice_slot.rb', line 13

def 
  @metadata
end