Method: Nikto::XML::Item#description

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

#descriptionString

The text of the description child element.

Returns:

  • (String)


22
23
24
# File 'lib/nikto/xml/item.rb', line 22

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