# File lib/fog/softlayer/models/dns/records.rb, line 18 def all requires :domain clear data = service.get_records(domain.id).body load(data) end