# File lib/fog/slicehost/models/dns/zone.rb, line 16 def initialize(attributes={}) self.active ||= true self.ttl ||= 3600 super end