class

Quest

Inherits Reference < Object

Constructors

from_json(h : JSON::Any) : Quest
Source
new(id : Int32 = 0, title : String = "", description : String = "", done : Bool = false, created_at : String = Time.local.to_s("%Y-%m-%d %H:%M"))
Source

Instance methods

created_at
Source
created_at=(created_at : String)
Source
description
Source
description=(description : String)
Source
done
Source
done=(done : Bool)
Source
id=(id : Int32)
Source
title
Source
title=(title : String)
Source
to_json(json : JSON::Builder)
Source