class Arachni::OptionGroups::Snapshot

@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>

Attributes

save_path[RW]

@return [String]

Directory or file path where to store the scan snapshot.

@see Framework#suspend

Public Class Methods

new() click to toggle source
# File lib/arachni/option_groups/snapshot.rb, line 20
def initialize
    @save_path = Paths.config['framework']['snapshots']
end