Sha256: ac6eb3bb2b9651471c578267ea7453fbe578e6a0aa0d63d860e1eba2cbfd43d3
Contents?: true
Size: 639 Bytes
Versions: 5
Compression:
Stored size: 639 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.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
5 entries across 5 versions & 1 rubygems