Sha256: e6e83fcbe5a1a6c5bb822a6dea61cf6892ab2da5eb8f47d3648705c810eab28f

Contents?: true

Size: 654 Bytes

Versions: 7

Compression:

Stored size: 654 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

# {Arachni::UI::Output} options.
#
# @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>
class Output < Arachni::OptionGroup

    # @return   [Bool]
    #   `true` if the output of the RPC instances should be redirected to a
    #   file, `false` otherwise.
    attr_accessor :reroute_to_logfile

end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arachni-1.0.6 lib/arachni/option_groups/output.rb
arachni-1.0.5 lib/arachni/option_groups/output.rb
arachni-1.0.4 lib/arachni/option_groups/output.rb
arachni-1.0.3 lib/arachni/option_groups/output.rb
arachni-1.0.2 lib/arachni/option_groups/output.rb
arachni-1.0.1 lib/arachni/option_groups/output.rb
arachni-1.0 lib/arachni/option_groups/output.rb