struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

category
clone
Source
copy_with(id _id = @id, level _level = @level, category _category = @category, file _file = @file, message _message = @message)
Source
file
id
level
Source
message

Nested types