class Arachni::Element::Path

Represents an auditable path element, currently a placeholder for a vulnerable path vector.

@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>

Public Class Methods

new( url ) click to toggle source
Calls superclass method Arachni::Element::Base::new
# File lib/arachni/element/path.rb, line 20
def initialize( url )
    super url: url
    @initialization_options = url
end

Public Instance Methods

action() click to toggle source
# File lib/arachni/element/path.rb, line 25
def action
    url
end