Module: SendToKindle::Notifications::Mediums::OsxNotificationCenter

Defined in:
lib/send_to_kindle/notifications/mediums/osx_notification_center.rb

Instance Method Summary collapse

Instance Method Details

#sendObject



6
7
8
9
# File 'lib/send_to_kindle/notifications/mediums/osx_notification_center.rb', line 6

def send
  super
  TerminalNotifier.notify(message, open: "file://#{file_path}", title: 'Send to Kindle')
end