struct Octokit::Models::ActivityNotifications

Defined in:

octokit/models/activity_notifications.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, repository : Repository, subject : NotificationSubject, reason : String, unread : Bool, updated_at : Time, last_read_at : String, url : String) #

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

Instance Method Detail

def id : String #

def id=(_id : String) #

def last_read_at : String #

def last_read_at=(_last_read_at : String) #

def reason : String #

def reason=(_reason : String) #

def repository : Repository #

def repository=(_repository : Repository) #

def subject : NotificationSubject #

def subject=(_subject : NotificationSubject) #

def to_json(json : JSON::Builder) #

def unread : Bool #

def unread=(_unread : Bool) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #