struct Octokit::Models::CommitsSearchResult

Defined in:

octokit/models/search.cr

Constructors

Instance Method Summary

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) #

def self.new(__temp_4347 : 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 html_url : String #

def html_url=(_html_url : String) #

def parents : Array(Commit) #

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

def repository : Repository #

def repository=(_repository : Repository) #

def score : Float64 #

def score=(_score : Float64) #

def sha : String #

def sha=(_sha : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #