class HTTParty::Decompressor

def initialize(body, encoding)

Parameters:
  • encoding (Symbol) -- - the Content-Encoding algorithm used to encode the body
  • body (String) -- - the response body of the request
def initialize(body, encoding)
  @body = body
  @encoding = encoding
end