struct Octokit::Models::CheckRunEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(check_run : CheckRun, action : String, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil), requested_action : Union(RequestedAction, Nil)) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def check_run : CheckRun #

def check_run=(_check_run : CheckRun) #

def installation : Union(Installation, Nil) #

def installation=(_installation : Union(Installation, Nil)) #

def org : Union(Organization, Nil) #

def org=(_org : Union(Organization, Nil)) #

def repo : Union(Repository, Nil) #

def repo=(_repo : Union(Repository, Nil)) #

def requested_action : Union(RequestedAction, Nil) #

def requested_action=(_requested_action : Union(RequestedAction, Nil)) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def to_json(json : JSON::Builder) #