class DispatchRider::Registrars::NotificationService

Public Instance Methods

value(name, options = {}) click to toggle source
# File lib/dispatch-rider/registrars/notification_service.rb, line 5
def value(name, options = {})
  "DispatchRider::NotificationServices::#{name.to_s.camelize}".constantize.new(options)
end