struct

Octokit::Models::CheckRunOutput

Inherits Struct < Value < Object

Constructors

new(title : String, summary : String, text : String, annotations_count : Int32, annotations : Array(CheckRunAnnotation), images : Array(CheckRunImage))
new(__temp_1148 : JSON::PullParser)

Instance methods

annotations
annotations=(_annotations : Array(CheckRunAnnotation))
annotations_count
annotations_count=(_annotations_count : Int32)
images
images=(_images : Array(CheckRunImage))
summary
summary=(_summary : String)
text
text=(_text : String)
title
title=(_title : String)
to_json(json : JSON::Builder)