struct Web::Commit

Included Modules

Defined in:

web.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, message : String, author : Web::AuthorOrRepo) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def author : AuthorOrRepo #

[View source]
def author=(author : AuthorOrRepo) #

[View source]
def id : String #

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

[View source]
def message : String #

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

[View source]