class Spool::Subscribers::RedisPubSubSubscriber
Public Instance Methods
state_changed(account, from, to)
click to toggle source
# File lib/spool/subscribers/redis_pubsub_subscriber.rb, line 5 def state_changed(account, from, to) puts "Spool::Subscribers::RedisPubSubSubscriber: [state_changed] - account: #{account}, from: #{from}, to: #{to}" end