class Alerter::MethodNotImplemented

Public Class Methods

new(data) click to toggle source
# File lib/alerter/message_dispatcher.rb, line 3
def initialize(data)
  @data = data
end