Class: Arachni::OptionGroups::Snapshot

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

Overview

Author:

Instance Attribute Summary collapse

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

#save_pathString

Returns Directory or file path where to store the scan snapshot.

Returns:

  • (String)

    Directory or file path where to store the scan snapshot.

See Also:



18
19
20
# File 'lib/arachni/option_groups/snapshot.rb', line 18

def save_path
  @save_path
end