Sha256: 9403f6f4d37280e70ce00ef3ec8e23567a1e972e927cb20f4acde74ae8ea90bd

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

# frozen_string_literal: true

module NotificationHandler
  require_relative 'notification_handler/configuration'

  require_relative 'notification_handler/engine'

  autoload :Group, 'notification_handler/group'

  autoload :Target, 'notification_handler/target'
  autoload :Object, 'notification_handler/object'
  autoload :NotificationLib, 'notification_handler/notification_lib'
  autoload :NotificationScopes, 'notification_handler/notification_scopes'
end

Version data entries

2 entries across 2 versions & 1 rubygems

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