Class: OpenVASOMP::OMPAuthError
- Defined in:
- lib/openvas-omp.rb
Instance Attribute Summary
Attributes inherited from OMPError
Instance Method Summary collapse
-
#initialize ⇒ OMPAuthError
constructor
A new instance of OMPAuthError.
Methods inherited from OMPError
Constructor Details
#initialize ⇒ OMPAuthError
Returns a new instance of OMPAuthError.
73 74 75 |
# File 'lib/openvas-omp.rb', line 73 def initialize self.reason = "Authentication failed" end |