# File lib/fog/dynect/models/dns/zone.rb, line 31
        def domain=(new_domain)
          attributes[:domain] = new_domain.split('/').last
        end