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