struct Octokit::Models::MembershipEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, scope : String, member : String, team : String, org : Union(Organization, Nil), sender : User, installation : Union(Installation, Nil)) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def installation : Union(Installation, Nil) #

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

def member : String #

def member=(_member : String) #

def org : Union(Organization, Nil) #

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

def scope : String #

def scope=(_scope : String) #

def sender : User #

def sender=(_sender : User) #

def team : String #

def team=(_team : String) #

def to_json(json : JSON::Builder) #