class Github::Subject

Included Modules

Defined in:

github/models.cr

Constant Summary

UPDATE_TYPES = {Type::PULL_REQUEST, Type::ISSUE, Type::COMMIT, Type::DISCUSSION}

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def color : String #

[View source]
def comment_url : String #

[View source]
def latest_comment_url : String #

[View source]
def title : String | Nil #

[View source]
def type : String #

[View source]
def update? : Bool #

[View source]
def url : String #

[View source]