struct Octokit::Models::DeleteEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref : String, ref_type : String, pusher_type : Union(String, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

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

Instance Method Detail

def installation : Union(Installation, Nil) #

def installation=(_installation : Union(Installation, Nil)) #

def pusher_type : Union(String, Nil) #

def pusher_type=(_pusher_type : Union(String, Nil)) #

def ref : String #

def ref=(_ref : String) #

def ref_type : String #

def ref_type=(_ref_type : String) #

def repo : Union(Repository, Nil) #

def repo=(_repo : Union(Repository, Nil)) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def to_json(json : JSON::Builder) #