# File lib/excon/response.rb, line 6
    def attributes
      {
        :body     => body,
        :headers  => headers,
        :status   => status
      }
    end