class Garden::DB::Description

Included Modules

Defined in:

db.cr:177
db.cr:182

Constant Summary

PREFIX = "d"

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 card : Card | Nil #

[View source]
def card! : Card #

[View source]
def card=(parent : Card) #

[View source]
def card_id : String #

def card_id=(card_id : String) #

def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def description : String #

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

[View source]
def gen_new_id #

[View source]
def id : String | Nil #

def id! : String #

def id=(id : String | Nil) #

def set_new_id #

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #