class Post
- Post
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/post.cr:1models/post.cr:3
Constructors
Instance Method Summary
- #body : String | Nil
- #body! : String
- #body=(body : String | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #title : String | Nil
- #title! : String
- #title=(title : String | Nil)