struct

Octokit::Models::CheckSuite

Inherits Struct < Value < Object

Constructors

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))
new(__temp_1191 : JSON::PullParser)

Instance methods

after_sha
after_sha=(_after_sha : String)
app
app=(_app : App)
before_sha
before_sha=(_before_sha : String)
conclusion
conclusion=(_conclusion : String)
head_branch
head_branch=(_head_branch : String)
head_sha
head_sha=(_head_sha : String)
id
id=(_id : Int64)
node_id
node_id=(_node_id : String)
pull_requests
pull_requests=(_pull_requests : Array(PullRequest))
repository
repository=(_repository : Repository)
status
status=(_status : String)
to_json(json : JSON::Builder)
url
url=(_url : String)