# File lib/fog/softlayer/models/compute/key_pair.rb, line 31
        def update
          requires :id
          merge_attributes(service.update_key_pair(self.id, self.attributes).body)
          self
        end