class Garden::DB::Tag

Included Modules

Defined in:

db.cr:190
db.cr:195

Constant Summary

PREFIX = "t"

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 color : String #

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

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

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

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

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

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #