struct Octokit::Models::GitHubAppAuthorizationEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, sender : Union(User, Nil)) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def to_json(json : JSON::Builder) #