struct Octokit::Models::CheckSuite
- Octokit::Models::CheckSuite
- Struct
- Value
- Object
Defined in:
octokit/models/checks.crConstructors
- .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_1172 : JSON::PullParser)
Instance Method Summary
- #after_sha : String
- #after_sha=(_after_sha : String)
- #app : App
- #app=(_app : App)
- #before_sha : String
- #before_sha=(_before_sha : String)
- #conclusion : String
- #conclusion=(_conclusion : String)
- #head_branch : String
- #head_branch=(_head_branch : String)
- #head_sha : String
- #head_sha=(_head_sha : String)
- #id : Int64
- #id=(_id : Int64)
- #node_id : String
- #node_id=(_node_id : String)
- #pull_requests : Array(PullRequest)
- #pull_requests=(_pull_requests : Array(PullRequest))
- #repository : Repository
- #repository=(_repository : Repository)
- #status : String
- #status=(_status : String)
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
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))
#