struct Octokit::Models::InstallationEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, repositories : Array(Repository), sender : User, installation : Installation) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def installation : Installation #

def installation=(_installation : Installation) #

def repositories : Array(Repository) #

def repositories=(_repositories : Array(Repository)) #

def sender : User #

def sender=(_sender : User) #

def to_json(json : JSON::Builder) #