class Garden::DB::Card

Included Modules

Defined in:

db.cr:147
db.cr:152

Constant Summary

PREFIX = "c"

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def board : Board | Nil #

[View source]
def board! : Board #

[View source]
def board=(parent : Board) #

[View source]
def board_id : String #

def board_id=(board_id : String) #

def column : Column | Nil #

[View source]
def column! : Column #

[View source]
def column=(parent : Column) #

[View source]
def column_id : String #

def column_id=(column_id : String) #

def comment_count : Int32 #

[View source]
def comment_count=(comment_count : Int32) #

[View source]
def comments #

[View source]
def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def deleted : Bool #

[View source]
def deleted=(deleted : Bool) #

[View source]
def description : Description | Nil #

[View source]
def description! : Description #

[View source]
def description=(child) #

[View source]
def gen_new_id #

[View source]
def has_description : Bool #

[View source]
def has_description=(has_description : Bool) #

[View source]
def id : String | Nil #

def id! : String #

def id=(id : String | Nil) #

def idx : Int32 #

[View source]
def idx=(idx : Int32) #

[View source]
def set_new_id #

[View source]
def tag_list : Set(String) #

[View source]
def tag_list=(arr : Set(String)) : Nil #

[View source]
def tags : String #

[View source]
def tags=(tags : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #