class Category

Defined in:

category.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(slug : String, name : String, description : String | Nil = nil, entries_count : Int32 = 0, id : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def description : String | Nil #

[View source]
def entries_count : Int32 #

[View source]
def id : Int64 #

[View source]
def id? : Int64 | Nil #

[View source]
def name : String #

[View source]
def slug : String #

[View source]