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