struct Octokit::Models::CombinedStatus
- Octokit::Models::CombinedStatus
- Struct
- Value
- Object
Defined in:
octokit/models/repo_statuses.crConstructors
- .new(state : String, statuses : Array(RepoStatus), sha : String, total_count : Int32, repository : Repository, commit_url : String, url : String)
- .new(__temp_4257 : JSON::PullParser)
Instance Method Summary
- #commit_url : String
- #commit_url=(_commit_url : String)
- #repository : Repository
- #repository=(_repository : Repository)
- #sha : String
- #sha=(_sha : String)
- #state : String
- #state=(_state : String)
- #statuses : Array(RepoStatus)
- #statuses=(_statuses : Array(RepoStatus))
- #to_json(json : JSON::Builder)
- #total_count : Int32
- #total_count=(_total_count : Int32)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(state : String, statuses : Array(RepoStatus), sha : String, total_count : Int32, repository : Repository, commit_url : String, url : String)
#