class Github::Comment

Included Modules

Defined in:

github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(body : Nil | String) #

[View source]

Instance Method Detail

def body : String | Nil #

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

[View source]
def html_url : String | Nil #

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

[View source]
def user : User #

[View source]
def user=(user : User) #

[View source]