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