# File lib/fog/softlayer/models/dns/domains.rb, line 18
        def all
          data = service.get_domains.body
          load(data)
        end