class Garden::DB::Board

Included Modules

Defined in:

db.cr:116
db.cr:121

Constant Summary

PREFIX = "b"

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

[View source]
def columns #

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

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

[View source]
def organization : Organization | Nil #

[View source]
def organization! : Organization #

[View source]
def organization=(parent : Organization) #

[View source]
def organization_id : String #

def organization_id=(organization_id : String) #

def set_new_id #

[View source]
def tags #

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #