struct Octokit::Models::OrgBlockEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, blocked_user : User, organization : Organization, sender : User, installation : Union(Installation, Nil)) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def blocked_user : User #

def blocked_user=(_blocked_user : User) #

def installation : Union(Installation, Nil) #

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

def organization : Organization #

def organization=(_organization : Organization) #

def sender : User #

def sender=(_sender : User) #

def to_json(json : JSON::Builder) #