Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
klaxon
main
Klaxon
Check
Checks
List
Item
Notification
Query
Aggs
Trigger
Config
Data
Elasticsearch
SMTP
EmailNotification
IntervalConverter
Log
NotificationCondition
Condition
Notifications
Query
Aliases
PercentAnyAtor
QueryAggregations
QueryBuilder
QueryFilter
QueryMatchers
QueryRange
QueryString
Built with Crystal 1.9.2
2023-10-08 14:00:28 UTC
struct
Klaxon::Checks::List::Item::Notification
Klaxon::Checks::List::Item::Notification
Struct
Value
Object
Included Modules
YAML::Serializable
Defined in:
checklist.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
Instance Method Summary
#enabled
: Bool
#failure_threshold
: UInt8
#recipient
: String | Nil
#type
: String | Nil
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
enabled
: Bool
#
[
View source
]
def
failure_threshold
: UInt8
#
[
View source
]
def
recipient
: String | Nil
#
[
View source
]
def
type
: String | Nil
#
[
View source
]