Sha256: 48d069e0c9feeca5033a8804c40e3a1167d302ff82bfa2c46be5a18ff581ea1b

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

require_relative 'notifier/notification_center'

module TomatoHarvest
  class Notifier

    def initialize
      @notifier = TomatoHarvest::Notifier::NotificationCenter.new
    end

    def notify(message, opts = {})
      @notifier.notify(message, opts)
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tomatoharvest-0.1.1 lib/tomatoharvest/notifier.rb
tomatoharvest-0.1.0 lib/tomatoharvest/notifier.rb
tomatoharvest-0.0.1 lib/tomatoharvest/notifier.rb