# File lib/travis/client/entity.rb, line 119 def update_attributes(data) data.each_pair do |key, value| self[key] = value end end