class GitHub::Commit

Included Modules

Defined in:

models/git_hub/commit.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 author : GitHub::User | Nil #

[View source]
def author=(author : GitHub::User | Nil) #

[View source]
def committer : GitHub::User #

[View source]
def committer=(committer : GitHub::User) #

[View source]
def details : GitHub::CommitDetails #

[View source]
def details=(details : GitHub::CommitDetails) #

[View source]
def html_url : String #

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

[View source]
def url : String #

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

[View source]