Hwaro::Services::Issue
Inherits JSON::Serializable / Struct / Value / Object
Represents a single diagnostic issue found by the doctor
Constructors
new(id : String, level : Symbol, category : String, file : String | Nil, message : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
category
clone
Sourcecopy_with(id _id = @id, level _level = @level, category _category = @category, file _file = @file, message _message = @message)
Sourcefile
id
level
Sourcemessage