struct Octokit::Models::MetaEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, hook_id : Int64, hook : Hook) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def hook : Hook #

def hook=(_hook : Hook) #

def hook_id : Int64 #

def hook_id=(_hook_id : Int64) #

def to_json(json : JSON::Builder) #