struct Octokit::Models::PreReceiveHook

Defined in:

octokit/models/repo_prereceive_hooks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, name : String, enforcement : String, config_url : String) #

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

Instance Method Detail

def config_url : String #

def config_url=(_config_url : String) #

def enforcement : String #

def enforcement=(_enforcement : String) #

def id : Int64 #

def id=(_id : Int64) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #