Class: Arachni::OptionGroups::Snapshot
- Inherits:
 - 
      Arachni::OptionGroup
      
        
- Object
 - Arachni::OptionGroup
 - Arachni::OptionGroups::Snapshot
 
 
- Defined in:
 - lib/arachni/option_groups/snapshot.rb
 
Overview
Instance Attribute Summary collapse
- 
  
    
      #save_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Directory or file path where to store the scan snapshot.
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Snapshot 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Snapshot.
 
Methods inherited from Arachni::OptionGroup
#==, attr_accessor, attributes, #attributes, defaults, #defaults, #hash, inherited, #merge, set_defaults, #to_h, #to_hash, #to_rpc_data, #update, #validate
Constructor Details
Instance Attribute Details
#save_path ⇒ String
Returns Directory or file path where to store the scan snapshot.
      18 19 20  | 
    
      # File 'lib/arachni/option_groups/snapshot.rb', line 18 def save_path @save_path end  |