Class: Wechat::FileReplyUploadJob

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

Instance Method Summary collapse

Instance Method Details

#perform(file_reply) ⇒ Object



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

def perform(file_reply)
  file_reply.upload_file
end