class Tagging

Included Modules

Defined in:

models/tag.cr:3
models/tag.cr:5

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

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

Class Method Detail

def self.adapter : Granite::Adapter::Base #

Instance Method Detail

def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def note : Note | Nil #

[View source]
def note! : Note #

[View source]
def note=(parent : Note) #

[View source]
def note_id : Int64 #

[View source]
def note_id! : Int64 #

def note_id=(note_id : Int64) #

[View source]
def note_id=(note_id : Int64 | Nil) #

def tag : Tag | Nil #

[View source]
def tag! : Tag #

[View source]
def tag=(parent : Tag) #

[View source]
def tag_id : Int64 #

[View source]
def tag_id! : Int64 #

def tag_id=(tag_id : Int64) #

[View source]
def tag_id=(tag_id : Int64 | Nil) #

def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #