=begin Copyright 2010-2017 Sarosys LLC This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni class BrowserCluster module Jobs class TaintTrace # @author Tasos "Zapotek" Laskos class Result < Job::Result # @return [Page] attr_accessor :page end end end end end