Class: OpenVASOMP::OMPResponseError
- Defined in:
- lib/openvas-omp.rb
Instance Attribute Summary
Attributes inherited from OMPError
Instance Method Summary collapse
-
#initialize ⇒ OMPResponseError
constructor
A new instance of OMPResponseError.
Methods inherited from OMPError
Constructor Details
#initialize ⇒ OMPResponseError
Returns a new instance of OMPResponseError.
67 68 69 |
# File 'lib/openvas-omp.rb', line 67 def initialize self.reason = "Error in OMP request/response" end |