# File lib/fog/softlayer/models/compute/key_pair.rb, line 26 def create requires :key, :label response = service.create_key_pair(attributes).body merge_attributes(response) self end
# File lib/fog/softlayer/models/compute/key_pair.rb, line 39 def destroy requires :id service.delete_key_pair(self.id) true end
Generated with the Darkfish Rdoc Generator 2.