struct Octokit::Models::CheckSuite

Defined in:

octokit/models/checks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, head_branch : String, head_sha : String, url : String, before_sha : String, after_sha : String, status : String, conclusion : String, app : App, repository : Repository, pull_requests : Array(PullRequest)) #

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

Instance Method Detail

def after_sha : String #

def after_sha=(_after_sha : String) #

def app : App #

def app=(_app : App) #

def before_sha : String #

def before_sha=(_before_sha : String) #

def conclusion : String #

def conclusion=(_conclusion : String) #

def head_branch : String #

def head_branch=(_head_branch : String) #

def head_sha : String #

def head_sha=(_head_sha : String) #

def id : Int64 #

def id=(_id : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def pull_requests : Array(PullRequest) #

def pull_requests=(_pull_requests : Array(PullRequest)) #

def repository : Repository #

def repository=(_repository : Repository) #

def status : String #

def status=(_status : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #