# File lib/fog/network/openstack/models/floating_ip.rb, line 48
        def disassociate(fixed_ip_address = nil)
          requires :id
          merge_attributes(service.disassociate_floating_ip(
            id,
            options(fixed_ip_address)
          ).body['floatingip'])
        end