class GitHub::CommitAuthor

Included Modules

Defined in:

models/git_hub/commit_author.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.adapter #

[View source]

Instance Method Detail

def date : Time #

[View source]
def date=(date : Time) #

[View source]
def email : String #

[View source]
def email=(email : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]