abstract class NoteBuilder::Base
- NoteBuilder::Base
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
markdown.crConstructors
Instance Method Summary
- #content : String | Nil
- #content=(content : String | Nil)
- #tags : Array(String)
- #tags=(tags : Array(String))
- #title : String
- #title=(title : String)