struct Octokit::Models::CheckRunOutput
- Octokit::Models::CheckRunOutput
- Struct
- Value
- Object
Defined in:
octokit/models/checks.crConstructors
- .new(title : String, summary : String, text : String, annotations_count : Int32, annotations : Array(CheckRunAnnotation), images : Array(CheckRunImage))
- .new(__temp_1129 : JSON::PullParser)
Instance Method Summary
- #annotations : Array(CheckRunAnnotation)
- #annotations=(_annotations : Array(CheckRunAnnotation))
- #annotations_count : Int32
- #annotations_count=(_annotations_count : Int32)
- #images : Array(CheckRunImage)
- #images=(_images : Array(CheckRunImage))
- #summary : String
- #summary=(_summary : String)
- #text : String
- #text=(_text : String)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(title : String, summary : String, text : String, annotations_count : Int32, annotations : Array(CheckRunAnnotation), images : Array(CheckRunImage))
#