Method: Nikto::XML::Item#ip_link
- Defined in:
- lib/nikto/xml/item.rb
#ip_link ⇒ String
The text of the iplink child element.
49 50 51 |
# File 'lib/nikto/xml/item.rb', line 49 def ip_link @ip_link ||= @node.at_xpath('iplink').inner_text end |