struct Octokit::Models::RepositoryCommit

Defined in:

octokit/models/repo_commits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node_id : String, sha : String, commit : Commit, author : User, committer : User, parents : Array(Commit), html_url : String, url : String, comments_url : String, stats : CommitStats, files : Array(CommitFile)) #

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

Instance Method Detail

def author : User #

def author=(_author : User) #

def comments_url : String #

def comments_url=(_comments_url : String) #

def commit : Commit #

def commit=(_commit : Commit) #

def committer : User #

def committer=(_committer : User) #

def files : Array(CommitFile) #

def files=(_files : Array(CommitFile)) #

def html_url : String #

def html_url=(_html_url : String) #

def node_id : String #

def node_id=(_node_id : String) #

def parents : Array(Commit) #

def parents=(_parents : Array(Commit)) #

def sha : String #

def sha=(_sha : String) #

def stats : CommitStats #

def stats=(_stats : CommitStats) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #