class Category
- Category
- Reference
- Object
Defined in:
category.crConstructors
Instance Method Summary
- #description : String | Nil
- #entries_count : Int32
- #id : Int64
- #id? : Int64 | Nil
- #name : String
- #slug : String
Constructor Detail
def self.new(slug : String, name : String, description : String | Nil = nil, entries_count : Int32 = 0, id : Int64 | Nil = nil)
#