class Garden::DB::Column

Included Modules

Defined in:

db.cr:132
db.cr:137

Constant Summary

PREFIX = "col"

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 cards #

[View source]
def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def gen_new_id #

[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 name : String #

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

[View source]
def set_new_id #

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #