# File lib/fog/openstack/models/compute/volume.rb, line 48
        def detach(server_id, attachment_id)
          requires :id
          connection.detach_volume(server_id, attachment_id)
          true
        end