class BitteCI::GithubHook::Base

Included Modules

Defined in:

bitte_ci/github_hook.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def label : String #

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

[View source]
def ref : String #

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

[View source]
def repo : Repo #

[View source]
def repo=(repo : Repo) #

[View source]
def sha : String #

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

[View source]