class Excon::Response

def attributes

def attributes
  {
    :body     => body,
    :headers  => headers,
    :status   => status
  }
end