Class: Chimpactions::ListNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/chimpactions/notifier.rb

Overview

Notifier for telling the List objects that Chimpactions is using a new connection.

Instance Method Summary collapse

Instance Method Details

#update(chimpactions) ⇒ Object

Notify the List class that we havea new connection to MailChimp



5
6
7
# File 'lib/chimpactions/notifier.rb', line 5

def update(chimpactions)
  chimpactions::List.new_socket
end