struct Octokit::Models::PublicEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Instance Method Detail

def installation : Installation #

def installation=(_installation : Installation) #

def repo : Union(Repository, Nil) #

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

def sender : User #

def sender=(_sender : User) #

def to_json(json : JSON::Builder) #