# File lib/fog/linode/models/dns/record.rb, line 25
        def initialize(attributes={})
          self.ttl    ||= 3600
          super
        end