Method: Nmap::XML::Sequence#description
- Defined in:
- lib/nmap/xml/sequence.rb
#description ⇒ String
The description of the sequence.
32 33 34 |
# File 'lib/nmap/xml/sequence.rb', line 32 def description @description ||= @node['class'] end |