struct Comment

Included Modules

Defined in:

models/comment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UUID, author : String, body : String, source : String, created_at : Time = Time.utc) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def author : String #

[View source]
def body : String #

[View source]
def created_at : Time #

[View source]
def id : UUID #

[View source]
def source : String #

[View source]