struct

Octokit::Models::Commit

Inherits Struct < Value < Object

Constructors

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)
new(__temp_1229 : JSON::PullParser)

Instance methods

author
author=(_author : CommitAuthor)
committer
committer=(_committer : CommitAuthor)
html_url
html_url=(_html_url : String)
message
message=(_message : String)
node_id
node_id=(_node_id : String)
parents
parents=(_parents : Array(Commit))
sha
sha=(_sha : String)
stats
stats=(_stats : CommitStats)
to_json(json : JSON::Builder)
tree
tree=(_tree : Tree)
url
url=(_url : String)
verification
verification=(_verification : SignatureVerification)