Sha256: 46b15a73ae1561885e91a16d7674701cc08a2990d1383bb9cb5c36eed2adf180

Contents?: true

Size: 695 Bytes

Versions: 6

Compression:

Stored size: 695 Bytes

Contents

=begin
    Copyright 2010-2015 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

    def initialize
        @save_path = Paths.config['framework']['snapshots']
    end

end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arachni-1.3.2 lib/arachni/option_groups/snapshot.rb
arachni-1.3.1 lib/arachni/option_groups/snapshot.rb
arachni-1.3 lib/arachni/option_groups/snapshot.rb
arachni-1.2.1 lib/arachni/option_groups/snapshot.rb
arachni-1.2 lib/arachni/option_groups/snapshot.rb
arachni-1.1 lib/arachni/option_groups/snapshot.rb