Class: Arachni::OptionGroups::Output

Inherits:
Arachni::OptionGroup show all
Defined in:
lib/arachni/option_groups/output.rb

Overview

UI::Output options.

Author:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Arachni::OptionGroup

#==, attr_accessor, attributes, #attributes, defaults, #defaults, #hash, #initialize, #merge, set_defaults, #to_h, #to_hash, #to_rpc_data, #update, #validate

Constructor Details

This class inherits a constructor from Arachni::OptionGroup

Instance Attribute Details

#reroute_to_logfileBool

Returns true if the output of the RPC instances should be redirected to a file, false otherwise.

Returns:

  • (Bool)

    true if the output of the RPC instances should be redirected to a file, false otherwise.



19
20
21
# File 'lib/arachni/option_groups/output.rb', line 19

def reroute_to_logfile
  @reroute_to_logfile
end