# File lib/tramp/attribute_methods.rb, line 58
    def attributes=(attributes)
      attributes.each do |(name, value)|
        send("#{name}=", value)
      end
    end