class ClamAV::ErrorResponse
Public Class Methods
new(error_str)
click to toggle source
# File lib/clamav/responses/error_response.rb, line 22 def initialize(error_str) @error_str = error_str end
# File lib/clamav/responses/error_response.rb, line 22 def initialize(error_str) @error_str = error_str end