class NoteBuilder::Note

Defined in:

markdown.cr

Instance Method Summary

Instance methods inherited from class NoteBuilder::Base

content : String | Nil content, content=(content : String | Nil) content=, tags : Array(String) tags, tags=(tags : Array(String)) tags=, title : String title, title=(title : String) title=

Constructor methods inherited from class NoteBuilder::Base

new(title : String, tags : Array(String), body : String | Nil) new

Instance methods inherited from module Note::NoteBuilder

body : String body, content : String | Nil content, tags : Array(String) tags, title : String title

Instance Method Detail

def body : String #

[View source]