Quest
Inherits Reference < Object
Constructors
new(id : Int32 = 0, title : String = "", description : String = "", done : Bool = false, created_at : String = Time.local.to_s("%Y-%m-%d %H:%M"))
SourceInstance methods
created_at
Sourcecreated_at=(created_at : String)
Sourcedescription
Sourcedescription=(description : String)
Sourcedone
Sourcedone=(done : Bool)
Sourceid
Sourceid=(id : Int32)
Sourcetitle
Sourcetitle=(title : String)
Sourceto_json(json : JSON::Builder)
Source