struct Octokit::Models::CheckRunAnnotation

Defined in:

octokit/models/checks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, blob_href : String, start_line : Int32, end_line : Int32, annotation_level : String, message : String, title : String, raw_deals : String) #

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

Instance Method Detail

def annotation_level : String #

def annotation_level=(_annotation_level : String) #

def blob_href : String #

def blob_href=(_blob_href : String) #

def end_line : Int32 #

def end_line=(_end_line : Int32) #

def message : String #

def message=(_message : String) #

def path : String #

def path=(_path : String) #

def raw_deals : String #

def raw_deals=(_raw_deals : String) #

def start_line : Int32 #

def start_line=(_start_line : Int32) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #