Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
simpleSlack
v0.1.11
SimpleSlack
ChannelHistory
ChannelList
Notifier
NotifyLevel
PrivateChannelHistory
PrivateChannelList
Generated using Crystal 1.14.0
2024-11-26 10:30:25 UTC
enum
SimpleSlack::
NotifyLevel
Defined in:
simpleSlack.cr
Enum Members
NONE
=
0
GOOD
=
1
WARNING
=
2
DANGER
=
3
Instance Method Summary
#danger?
#good?
#none?
#warning?
Instance Method Detail
def
danger?
#
[
View source
]
def
good?
#
[
View source
]
def
none?
#
[
View source
]
def
warning?
#
[
View source
]