Sha256: 7467d358127c9b0ae14319a672bf0f92855e7835d53d8d3c7420244e46b55a47

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

module NotificationPusher
  require_relative 'notification_pusher/configuration'

  require_relative 'notification_pusher/delivery_method/base'

  autoload :DeliveryMethodConfiguration,
           'notification_pusher/delivery_method_configuration'
  autoload :NotificationLib, 'notification_pusher/notification_lib'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notification-pusher-3.0.2 lib/notification-pusher.rb
notification-pusher-2.0.0 lib/notification-pusher.rb