class Pool
- Pool
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
models/pool.crConstructors
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #post_count : Int32
- #post_count=(post_count : Int32)
- #posts : Array(Post)
- #posts=(posts : Array(Post))
- #updated_at : Time
- #updated_at=(updated_at : Time)