Class: OpenVASOMP::OMPResponseError

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

#initializeOMPResponseError

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