Method: Arachni::Element::DOM#initialization_options
- Defined in:
- lib/arachni/element/dom.rb
#initialization_options ⇒ Object
89 90 91 92 93 94 95 96 |
# File 'lib/arachni/element/dom.rb', line 89 def = {} [:url] = @url.dup if @url [:action] = @action.dup if @action # options[:page] = @page if @page [:source] = @source.dup if @source end |