struct Octokit::Models::Commit

Defined in:

octokit/models/commits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, author : CommitAuthor, committer : CommitAuthor, message : String, tree : Tree, parents : Array(Commit), stats : CommitStats, html_url : String, url : String, verification : SignatureVerification, node_id : String) #

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

Instance Method Detail

def author : CommitAuthor #

def author=(_author : CommitAuthor) #

def committer : CommitAuthor #

def committer=(_committer : CommitAuthor) #

def html_url : String #

def html_url=(_html_url : String) #

def message : String #

def message=(_message : 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 tree : Tree #

def tree=(_tree : Tree) #

def url : String #

def url=(_url : String) #

def verification : SignatureVerification #

def verification=(_verification : SignatureVerification) #