class Note

Defined in:

note.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, content : String, created_on : Time) #

[View source]

Instance Method Detail

def content : String #

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

[View source]
def created_on : String #

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

[View source]
def note_data : Hash(String, String) #

[View source]
def note_data=(note_data : Hash(String, String)) #

[View source]
def title : String #

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

[View source]