abstract class NoteParser::Base

Included Modules

Direct Known Subclasses

Defined in:

markdown.cr

Constructors

Instance Method Summary

Instance methods inherited from module Note::NoteParser

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

Constructor Detail

def self.new(title : String, tags : Array(String), body : String | Nil) #

[View source]

Instance Method Detail

def content : String | Nil #

[View source]
def content=(content : String | Nil) #

[View source]
def tags : Array(String) #

[View source]
def tags=(tags : Array(String)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]