Sha256: faf84e34e2d0bd8cbb72704eb924bab40c002b49fc1c61718392b0e0dc5670eb
Contents?: true
Size: 654 Bytes
Versions: 6
Compression:
Stored size: 654 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 # {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
6 entries across 6 versions & 1 rubygems