struct Octokit::Models::ProjectEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, changes : ProjectChange, project : Project, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def changes : ProjectChange #

def changes=(_changes : ProjectChange) #

def installation : Union(Installation, Nil) #

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

def org : Union(Organization, Nil) #

def org=(_org : Union(Organization, Nil)) #

def project : Project #

def project=(_project : Project) #

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) #