# File lib/fog/dns/models/zerigo/zone.rb, line 28
        def initialize(attributes={})
          self.type ||= 'pri_sec'
          self.ttl  ||= 3600
          super
        end