Class: OpenVASOMP::OMPAuthError

Inherits:
OMPError
  • Object
show all
Defined in:
lib/openvas-omp.rb

Instance Attribute Summary

Attributes inherited from OMPError

#reason, #req

Instance Method Summary collapse

Methods inherited from OMPError

#to_s

Constructor Details

#initializeOMPAuthError

Returns a new instance of OMPAuthError.



73
74
75
# File 'lib/openvas-omp.rb', line 73

def initialize
	self.reason = "Authentication failed"
end