struct Octokit::Models::CommitAuthor

Defined in:

octokit/models/commits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(date : String, name : String, email : String, login : String) #

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

Instance Method Detail

def date : String #

def date=(_date : String) #

def email : String #

def email=(_email : String) #

def login : String #

def login=(_login : String) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #