lib/dispatch-rider/publisher/configuration/notification_service.rb in dispatch-rider-1.9.0 vs lib/dispatch-rider/publisher/configuration/notification_service.rb in dispatch-rider-2.0.0
- old
+ new
@@ -1,8 +1,7 @@
module DispatchRider
class Publisher::Configuration::NotificationService
-
def initialize(name, options)
@name = name
@options = options
end
@@ -10,8 +9,7 @@
def ==(other)
self.name == other.name &&
self.options == other.options
end
-
end
end