Method: Nikto::XML::Item#ip_link

Defined in:
lib/nikto/xml/item.rb

The text of the iplink child element.

Returns:

  • (String)


49
50
51
# File 'lib/nikto/xml/item.rb', line 49

def ip_link
  @ip_link ||= @node.at_xpath('iplink').inner_text
end