class Nmap::Status

Represents the Status of a {Host}.

Public Instance Methods

to_s() click to toggle source

Converts the status to a String.

@return [String]

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