Sha256: 19f90b600d88ee686c5abebc190aa3f1557403ee68ce9b53d85d8ed4f57b1a92

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

=begin
    Copyright 2010-2014 Tasos Laskos <tasos.laskos@arachni-scanner.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
module Jobs
class ResourceExploration

# @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>
class Result < Job::Result
    # @return [Page]
    attr_accessor :page
end

end
end
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arachni-1.0.1 lib/arachni/browser_cluster/jobs/resource_exploration/result.rb
arachni-1.0 lib/arachni/browser_cluster/jobs/resource_exploration/result.rb