# File lib/fog/openstack/models/network/floating_ip.rb, line 43 def destroy requires :id connection.delete_floating_ip(self.id) true end