struct

Octokit::Models::CommitsSearchResult

Inherits Struct < Value < Object

Constructors

new(sha : String, commit : Commit, author : User, committer : User, parents : Array(Commit), html_url : String, url : String, comments_url : String, repository : Repository, score : Float64)
new(__temp_4366 : JSON::PullParser)

Instance methods

author
author=(_author : User)
comments_url
comments_url=(_comments_url : String)
commit
commit=(_commit : Commit)
committer
committer=(_committer : User)
html_url
html_url=(_html_url : String)
parents
parents=(_parents : Array(Commit))
repository
repository=(_repository : Repository)
score
score=(_score : Float64)
sha
sha=(_sha : String)
to_json(json : JSON::Builder)
url
url=(_url : String)