Class: Wechat::NoticeSendJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/wechat/notice_send_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(notice) ⇒ Object



5
6
7
# File 'app/jobs/wechat/notice_send_job.rb', line 5

def perform(notice)
  notice.do_send
end