Method: Nikto::XML::Item#uri

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

#uriString

The text of the uri child element.

Returns:

  • (String)


31
32
33
# File 'lib/nikto/xml/item.rb', line 31

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