Sha256: 63ee8d7439dc5b2ef4da3124a33c4174914c23c7f81ef1cc3c726bd4122ec113
Contents?: true
Size: 280 Bytes
Versions: 17
Compression:
Stored size: 280 Bytes
Contents
module Mihari module Notifiers class Base # Validate notifier availability # # @return [Boolean] # def valid?: () -> bool # # Send a notification # # @return [nil] # def notify: () -> void end end end
Version data entries
17 entries across 17 versions & 1 rubygems