struct Octokit::Models::CheckRunOutput

Defined in:

octokit/models/checks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, summary : String, text : String, annotations_count : Int32, annotations : Array(CheckRunAnnotation), images : Array(CheckRunImage)) #

def self.new(__temp_1129 : JSON::PullParser) #

Instance Method Detail

def annotations : Array(CheckRunAnnotation) #

def annotations=(_annotations : Array(CheckRunAnnotation)) #

def annotations_count : Int32 #

def annotations_count=(_annotations_count : Int32) #

def images : Array(CheckRunImage) #

def images=(_images : Array(CheckRunImage)) #

def summary : String #

def summary=(_summary : String) #

def text : String #

def text=(_text : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #