struct

Codespan::Reporting::Label

Inherits Struct < Value < Object

Constructors

new(style : LabelStyle, file_id : Int32, range : Range(Int32, Int32), message : String = "")
Source
primary(file_id : Int, range : Range(Int32, Int32)) : Label
Source
secondary(file_id : Int, range : Range(Int32, Int32)) : Label
Source

Instance methods

file_id
Source
message
Source
range
Source
style
Source
with_message(message) : Label
Source