struct Octokit::Models::Hook

Defined in:

octokit/models/repo_hooks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(created_at : Time, updated_at : Time, url : String, id : Int64, config : Hash(String, String), events : Array(String), active : Bool) #

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

Instance Method Detail

def active : Bool #

def active=(_active : Bool) #

def config : Hash(String, String) #

def config=(_config : Hash(String, String)) #

def created_at : Time #

def created_at=(_created_at : Time) #

def events : Array(String) #

def events=(_events : Array(String)) #

def id : Int64 #

def id=(_id : Int64) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #