struct

NotesManager::Note

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(index : Int32, content : String, tags : Array(String) = [] of String, date : Time | Nil = Time.local)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content
Source
content=(content : String)
Source
date
Source
date=(date : Time | Nil)
Source
index
Source
index=(index : Int32)
Source
tags
Source
tags=(tags : Array(String))
Source