class Github::Notification

Included Modules

Defined in:

github/models.cr

Constant Summary

MENTION_REASONS = {"assign", "author", "comment", "invitation", "mention", "team_mention", "review_requested"}

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def mention? : Bool #

[View source]
def reason : String #

[View source]
def repository : Repository #

[View source]
def subject : Subject #

[View source]
def subscription_url : String | Nil #

[View source]