Sha256: b31d631de0d7164cdb90afbe2a08d080f31a0da476d2eede76c998eed6ea871c
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
=begin Copyright 2010-2014 Tasos Laskos <tasos.laskos@arachni-scanner.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni::OptionGroups # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Snapshot < Arachni::OptionGroup # @return [String] # Directory or file path where to store the scan snapshot. # # @see Framework#suspend attr_accessor :save_path end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.0.2 | lib/arachni/option_groups/snapshot.rb |
arachni-1.0.1 | lib/arachni/option_groups/snapshot.rb |
arachni-1.0 | lib/arachni/option_groups/snapshot.rb |