# File lib/fog/linode/dns.rb, line 29
        def self.data
          @data ||= Hash.new do |hash, key|
            hash[key] = {}
          end
        end