class Github::Notifications

Included Modules

Defined in:

github/models.cr

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 reason=(reason : String) #

[View source]
def repository : Repository #

[View source]
def repository=(repository : Repository) #

[View source]
def subject : Subject #

[View source]
def subject=(subject : Subject) #

[View source]
def subscription_url : String | Nil #

[View source]
def subscription_url=(subscription_url : String | Nil) #

[View source]