struct Octokit::Models::Event

Defined in:

octokit/models/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, public : Bool, raw_payload : String, repo : Repository, actor : User, org : Organization, created_at : Time, id : String) #

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

Instance Method Detail

def actor : User #

def actor=(_actor : User) #

def created_at : Time #

def created_at=(_created_at : Time) #

def id : String #

def id=(_id : String) #

def org : Organization #

def org=(_org : Organization) #

def public : Bool #

def public=(_public : Bool) #

def raw_payload : String #

def raw_payload=(_raw_payload : String) #

def repo : Repository #

def repo=(_repo : Repository) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #