struct Octokit::Models::CommitListOptions

Defined in:

octokit/models/repo_commits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, path : String, author : String, since : String, until __arg0 : String) #

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

Instance Method Detail

def author : String #

def author=(_author : String) #

def path : String #

def path=(_path : String) #

def sha : String #

def sha=(_sha : String) #

def since : String #

def since=(_since : String) #

def to_json(json : JSON::Builder) #

def until : String #

def until=(_until : String) #