Class: Arachni::BrowserCluster::Jobs::DOMExploration::Result

Inherits:
Arachni::BrowserCluster::Job::Result show all
Defined in:
lib/arachni/browser_cluster/jobs/dom_exploration/result.rb

Overview

Author:

Instance Attribute Summary collapse

Attributes inherited from Arachni::BrowserCluster::Job::Result

#job

Instance Method Summary collapse

Methods inherited from Arachni::BrowserCluster::Job::Result

#initialize

Constructor Details

This class inherits a constructor from Arachni::BrowserCluster::Job::Result

Instance Attribute Details

#pagePage

Returns:



18
19
20
# File 'lib/arachni/browser_cluster/jobs/dom_exploration/result.rb', line 18

def page
  @page
end

Instance Method Details

#to_sObject



20
21
22
# File 'lib/arachni/browser_cluster/jobs/dom_exploration/result.rb', line 20

def to_s
    "#<#{self.class}:#{object_id} @job=#{@job} @page=#{@page}>"
end