class Arachni::OptionGroups::Snapshot
@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>
Attributes
save_path[RW]
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