Method: Arachni::OptionGroups::Dispatcher#neighbour

Defined in:
lib/arachni/option_groups/dispatcher.rb

#neighbourString

Returns The URL of a neighbouring RPC::Server::Dispatcher, applicable when RPC::Server::Dispatcher are connected to each other to form a Grid.

Returns:

See Also:



55
56
57
# File 'lib/arachni/option_groups/dispatcher.rb', line 55

def neighbour
  @neighbour
end