class GitHub::CommitDetails

Included Modules

Defined in:

models/git_hub/commit_details.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::CommitAuthor #

[View source]
def author=(author : GitHub::CommitAuthor) #

[View source]
def message : String #

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

[View source]
def url : String #

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

[View source]