Class: ClamAV::ErrorResponse
- Defined in:
- lib/clamav/responses/error_response.rb
Instance Attribute Summary
Attributes inherited from Response
#error_str, #file, #virus_name
Instance Method Summary collapse
-
#initialize(error_str) ⇒ ErrorResponse
constructor
A new instance of ErrorResponse.
Methods inherited from Response
Constructor Details
#initialize(error_str) ⇒ ErrorResponse
Returns a new instance of ErrorResponse.
22 23 24 |
# File 'lib/clamav/responses/error_response.rb', line 22 def initialize(error_str) @error_str = error_str end |