Class: Arachni::BrowserCluster::Job::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/arachni/browser_cluster/job/result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Result

Returns a new instance of Result.

Options Hash (options):



21
22
23
# File 'lib/arachni/browser_cluster/job/result.rb', line 21

def initialize( options = {} )
    options.each { |k, v| send( "#{k}=", v ) }
end

Instance Attribute Details

#jobJob



17
18
19
# File 'lib/arachni/browser_cluster/job/result.rb', line 17

def job
  @job
end