struct Octokit::Models::PingEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(zen : String, hook_id : Int64, hook : Hook, installation : Installation) #

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

Instance Method Detail

def hook : Hook #

def hook=(_hook : Hook) #

def hook_id : Int64 #

def hook_id=(_hook_id : Int64) #

def installation : Installation #

def installation=(_installation : Installation) #

def to_json(json : JSON::Builder) #

def zen : String #

def zen=(_zen : String) #