Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rethink
master
Top Level Namespace
Action
Thought
Generated using Crystal 1.14.0
2024-11-26 09:50:18 UTC
class
Thought
Thought
Reference
Object
Defined in:
rethink.cr
Constructors
.new
(id : Int32, content : String, date : Time)
Instance Method Summary
#content
: String
#content=
(content : String)
#date
: Time
#date=
(date : Time)
#id
: Int32
#id=
(id : Int32)
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
]