Sha256: d4c49e0497d780fa89b0dcb805a1db0d17671b4f273954cf65c878667aa01515

Contents?: true

Size: 644 Bytes

Versions: 5

Compression:

Stored size: 644 Bytes

Contents

=begin
    Copyright 2010-2022 Ecsypno <http://www.ecsypno.com>

    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
class Job

# @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>
class Result

    # @return [Job]
    attr_accessor :job

    # @param    [Hash]  options
    # @option   options [Job]   :job
    def initialize( options = {} )
        options.each { |k, v| send( "#{k}=", v ) }
    end

end

end
end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.6.1.3 lib/arachni/browser_cluster/job/result.rb
arachni-1.6.1.2 lib/arachni/browser_cluster/job/result.rb
arachni-1.6.1.1 lib/arachni/browser_cluster/job/result.rb
arachni-1.6.1 lib/arachni/browser_cluster/job/result.rb
arachni-1.6.0 lib/arachni/browser_cluster/job/result.rb