struct Comment
- Comment
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
models/comment.crConstructors
- .new(id : UUID, author : String, body : String, source : String, created_at : Time = Time.utc)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(id : UUID, author : String, body : String, source : String, created_at : Time = Time.utc)
#