Method: Nikto::XML::Item#name_link

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

The text of the namelink child element.



40
41
42
# File 'lib/nikto/xml/item.rb', line 40

def name_link
  @name_link ||= @node.at_xpath('namelink').inner_text
end