class Day

Included Modules

Defined in:

models/day.cr:18
models/day.cr:20

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

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

[View source]
def default #

[View source]
def events #

[View source]
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 | Nil #

def note_id! : Int64 #

def note_id=(note_id : Int64 | Nil) #

def page : Markdown::Page::Day | Nil #

[View source]
def page=(body : String) #

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #

def user : User | Nil #

K to see macro result


[View source]
def user! : User #

K to see macro result


[View source]
def user=(parent : User) #

K to see macro result


[View source]
def user_id : Int64 | Nil #

K to see macro result


def user_id! : Int64 #

K to see macro result


def user_id=(user_id : Int64 | Nil) #

K to see macro result