struct Octokit::Models::ActivityNotifications::NotificationSubject

Defined in:

octokit/models/activity_notifications.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, url : String, latest_comment_url : String, type : String) #

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

Instance Method Detail

def latest_comment_url : String #

def latest_comment_url=(_latest_comment_url : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #