Class: Wechat::AnnunciateJob

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

Instance Method Summary collapse

Instance Method Details

#perform(annunciate) ⇒ Object



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

def perform(annunciate)
  annunciate.to_wechat
end