# File lib/fog/rackspace/models/compute_v2/attachment.rb, line 20 def destroy requires :server, :identity connection.delete_attachment(server.identity, identity) true end