Class: Arachni::BrowserCluster::Jobs::DOMExploration::Result
- Inherits:
 - 
      Arachni::BrowserCluster::Job::Result
      
        
- Object
 - Arachni::BrowserCluster::Job::Result
 - Arachni::BrowserCluster::Jobs::DOMExploration::Result
 
 
- Defined in:
 - lib/arachni/browser_cluster/jobs/dom_exploration/result.rb
 
Overview
Direct Known Subclasses
Instance Attribute Summary collapse
Attributes inherited from Arachni::BrowserCluster::Job::Result
Instance Method Summary collapse
Methods inherited from Arachni::BrowserCluster::Job::Result
Constructor Details
This class inherits a constructor from Arachni::BrowserCluster::Job::Result
Instance Attribute Details
#page ⇒ Page
      18 19 20  | 
    
      # File 'lib/arachni/browser_cluster/jobs/dom_exploration/result.rb', line 18 def page @page end  | 
  
Instance Method Details
#to_s ⇒ Object
      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  |