struct Octokit::Models::CommitsSearchResult
- Octokit::Models::CommitsSearchResult
- Struct
- Value
- Object
Defined in:
octokit/models/search.crConstructors
- .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_4351 : JSON::PullParser)
Instance Method Summary
- #author : User
- #author=(_author : User)
- #comments_url : String
- #comments_url=(_comments_url : String)
- #commit : Commit
- #commit=(_commit : Commit)
- #committer : User
- #committer=(_committer : User)
- #html_url : String
- #html_url=(_html_url : String)
- #parents : Array(Commit)
- #parents=(_parents : Array(Commit))
- #repository : Repository
- #repository=(_repository : Repository)
- #score : Float64
- #score=(_score : Float64)
- #sha : String
- #sha=(_sha : String)
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(sha : String, commit : Commit, author : User, committer : User, parents : Array(Commit), html_url : String, url : String, comments_url : String, repository : Repository, score : Float64)
#