# File ../../auditor/lib/kasp_auditor/config.rb, line 192 def initialize(e) @optout = false if (e.elements['OptOut']) @optout = true end @hash = Hash.new(e.elements['Hash']) end