class

Book

Inherits Reference < Object

Constructors

new(row_index : Int32, title : String, author : Nil | String, publication_year : Int32 | Nil, read : Bool | Nil = false)
Source

Instance methods

author
Source
author=(author : String | Nil)
Source
publication_year
Source
publication_year=(publication_year : Int32 | Nil)
Source
read
Source
read=(read : Bool | Nil)
Source
row_index
Source
row_index=(row_index : Int32)
Source
title
Source
title=(title : String)
Source
to_payload
Source