class Thought

Defined in:

rethink.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, content : String, date : Time) #

[View source]

Instance Method Detail

def content : String #

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

[View source]
def date : Time #

[View source]
def date=(date : Time) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]