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