# File lib/fog/softlayer/models/compute/key_pair.rb, line 24
        def create
          requires :key, :label
          response = service.create_key_pair(attributes).body
          merge_attributes(response)
          self
        end