Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
clamd
master
Clamd
Connection
Error
Result
Status
Built with Crystal 1.9.2
2023-10-07 20:21:24 UTC
struct
Clamd::Result
Clamd::Result
Struct
Value
Object
Defined in:
clamd/result.cr
Constructors
.new
(status : Clamd::Status, filename : String, signature : Nil | String =
nil
)
Instance Method Summary
#filename
: String
#signature
: String | Nil
#status
: Status
Constructor Detail
def self.
new
(status :
Clamd::Status
, filename : String, signature : Nil | String =
nil
)
#
[
View source
]
Instance Method Detail
def
filename
: String
#
[
View source
]
def
signature
: String | Nil
#
[
View source
]
def
status
:
Status
#
[
View source
]