class ClamAV::Response
Attributes
error_str[R]
file[R]
virus_name[R]
Public Instance Methods
==(other)
click to toggle source
Not sure if this is still required?
# File lib/clamav/responses.rb, line 23 def ==(other) @file == other.file && self.class == other.class end