Class: ClamAV::SuccessResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/clamav/responses/success_response.rb

Instance Attribute Summary

Attributes inherited from Response

#error_str, #file, #virus_name

Instance Method Summary collapse

Methods inherited from Response

#==

Constructor Details

#initialize(file) ⇒ SuccessResponse

Returns a new instance of SuccessResponse.



22
23
24
# File 'lib/clamav/responses/success_response.rb', line 22

def initialize(file)
  @file = file
end