class Bigbrother::Notifier::Telegram::Webhook
- Bigbrother::Notifier::Telegram::Webhook
- Reference
- Object
Defined in:
bigbrother/notifier/telegram.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
- #listen : String?
- #listen=(_listen : Union(String, Nil))
- #port : Int32?
- #port=(_port : Union(Int32, Nil))
- #ssl_certificate_path : String?
- #ssl_certificate_path=(_ssl_certificate_path : Union(String, Nil))
- #ssl_key_path : String?
- #ssl_key_path=(_ssl_key_path : Union(String, Nil))
- #to_yaml(__temp_1212 : YAML::Nodes::Builder)
- #url : String
- #url=(_url : String)