class Book

Included Modules

Defined in:

mira/db.cr

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 authors : Array(String) | Nil #

[View source]
def authors! : Array(String) #

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

[View source]
def cover : String | Nil #

[View source]
def cover! : String #

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

[View source]
def cover_directory : String | Nil #

[View source]
def cover_directory! : String #

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

[View source]
def date : String | Nil #

[View source]
def date! : String #

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

[View source]
def date_added : Time | Nil #

[View source]
def date_added! : Time #

[View source]
def date_added=(date_added : Time | Nil) #

[View source]
def directory : String | Nil #

[View source]
def directory! : String #

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

[View source]
def id : String | Nil #

[View source]
def id! : String #

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

[View source]
def success : Bool | Nil #

[View source]
def success! : Bool #

[View source]
def success=(success : Bool | Nil) #

[View source]
def title : String | Nil #

[View source]
def title! : String #

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

[View source]