class Github::Subject

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 color : String #

[View source]
def comment_url : String #

[View source]
def latest_comment_url : String #

[View source]
def latest_comment_url=(latest_comment_url : String) #

[View source]
def title : String | Nil #

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

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def update? : Bool #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]