Method: Fog::Compute::Softlayer::KeyPair#destroy

Defined in:
lib/fog/softlayer/models/compute/key_pair.rb

#destroyObject



37
38
39
40
41
# File 'lib/fog/softlayer/models/compute/key_pair.rb', line 37

def destroy
  requires :id
  service.delete_key_pair(self.id)
  true
end