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