struct Web::Github

Included Modules

Defined in:

web.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref : String, repository : Web::AuthorOrRepo, commits : Array(Web::Commit)) #

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

[View source]

Instance Method Detail

def commits : Array(Commit) #

[View source]
def commits=(commits : Array(Commit)) #

[View source]
def ref : String #

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

[View source]
def repository : AuthorOrRepo #

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

[View source]