struct Octokit::Models::ProjectCardEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, changes : ProjectCardChange, after_id : Int64, project_card : ProjectCard, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def after_id : Int64 #

def after_id=(_after_id : Int64) #

def changes : ProjectCardChange #

def changes=(_changes : ProjectCardChange) #

def installation : Union(Installation, Nil) #

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

def org : Union(Organization, Nil) #

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

def project_card : ProjectCard #

def project_card=(_project_card : ProjectCard) #

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