Class: Notifier
- Inherits:
-
Object
- Object
- Notifier
- Defined in:
- lib/check_late/notifier.rb
Instance Method Summary collapse
Instance Method Details
#notify!(message) ⇒ Object
6 7 8 9 10 |
# File 'lib/check_late/notifier.rb', line 6 def notify!() if and not .empty? puts end end |
#synack!(message) ⇒ Object
12 13 14 15 16 |
# File 'lib/check_late/notifier.rb', line 12 def synack!() if and not .empty? Synack::Client.new(:host => 'localhost', :port => '1234').say() end end |