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