Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tui-engine
master
Events
Action
Base
Bump
Event
EventHandler
Key
Message
Tick
Maps
Base
Box
Circle
Confirm
Frame
Input
Line
Scrolling
Sprite
Text
TuiEngine
Generated using Crystal 1.10.1
2024-05-05 07:40:51 UTC
class
Events::
Message
Events::Message
Events::Base
Reference
Object
Defined in:
events/message.cr
Constructors
.new
(key : String, value : String)
Instance Method Summary
#key
: String
#key=
(key : String)
#value
: String
#value=
(value : String)
Constructor Detail
def self.
new
(key : String, value : String)
#
[
View source
]
Instance Method Detail
def
key
: String
#
[
View source
]
def
key=
(key : String)
#
[
View source
]
def
value
: String
#
[
View source
]
def
value=
(value : String)
#
[
View source
]