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