struct Octokit::Models::CombinedStatus

Defined in:

octokit/models/repo_statuses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(state : String, statuses : Array(RepoStatus), sha : String, total_count : Int32, repository : Repository, commit_url : String, url : String) #

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

Instance Method Detail

def commit_url : String #

def commit_url=(_commit_url : String) #

def repository : Repository #

def repository=(_repository : Repository) #

def sha : String #

def sha=(_sha : String) #

def state : String #

def state=(_state : String) #

def statuses : Array(RepoStatus) #

def statuses=(_statuses : Array(RepoStatus)) #

def to_json(json : JSON::Builder) #

def total_count : Int32 #

def total_count=(_total_count : Int32) #

def url : String #

def url=(_url : String) #