Class: Postnhost::ScheduledArticleJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/postnhost/scheduled_article_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(article_id) ⇒ Object



9
10
11
# File 'app/jobs/postnhost/scheduled_article_job.rb', line 9

def perform(article_id)
  Postnhost::Publishing::Articles::PublishScheduled.call(article_id:, job_id:)
end