Class: Arachni::OptionGroups::Output
- Inherits:
 - 
      Arachni::OptionGroup
      
        
- Object
 - Arachni::OptionGroup
 - Arachni::OptionGroups::Output
 
 
- Defined in:
 - lib/arachni/option_groups/output.rb
 
Overview
UI::Output options.
Instance Attribute Summary collapse
- 
  
    
      #reroute_to_logfile  ⇒ Bool 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
`true` if the output of the RPC instances should be redirected to a file, `false` otherwise.
 
Method Summary
Methods inherited from Arachni::OptionGroup
#==, attr_accessor, attributes, #attributes, defaults, #defaults, #hash, inherited, #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_logfile ⇒ Bool
Returns `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  |