class Book

Included Modules

Defined in:

models/book.cr:1
models/book.cr:3

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 #

def self.find_calendar(user_id : Int64) #

[View source]
def self.find_calendar!(user_id : Int64) #

[View source]

Instance Method Detail

def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def icon : String #

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

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

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

[View source]
def is_hidden : Bool #

[View source]
def is_hidden=(is_hidden : Bool) #

[View source]
def is_system : Bool #

[View source]
def is_system=(is_system : Bool) #

[View source]
def title : String | Nil #

[View source]
def title! : String #

[View source]
def title=(title : String | Nil) #

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #

def user : User | Nil #

[View source]
def user! : User #

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

[View source]
def user_id : Int64 | Nil #

def user_id! : Int64 #

def user_id=(user_id : Int64 | Nil) #