# File lib/dragonfly/job.rb, line 181
    def update_url_attributes(hash)
      hash.each do |key, value|
        url_attributes.send("#{key}=", value)
      end
    end