Module Guard::Notifier::TerminalTitle
In: lib/guard/notifiers/terminal_title.rb

Methods

available?   notify  

Public Instance methods

Test if the notification library is available.

@param [Boolean] silent true if no error messages should be shown @return [Boolean] the availability status

Show a system notification.

@param [String] type the notification type. Either ‘success’, ‘pending’, ‘failed’ or ‘notify’ @param [String] title the notification title @param [String] message the notification message body @param [String] image the path to the notification image @param [Hash] options additional notification library options

[Validate]