class Nmap::XML::Status

Represents the Status of a {Host}.

@since 1.0.0

Public Instance Methods

to_s() click to toggle source

Converts the status to a String.

@return [String]

The state.
# File lib/nmap/xml/status.rb, line 16
def to_s
  self.state.to_s
end