Module: ForstokTrigger::Export::Trigger

Defined in:
lib/forstok_trigger/export/trigger.rb

Overview

Module Trigger is main module for run perform export trigger

Class Method Summary collapse

Class Method Details

.perform(listing_id, account_id, channel_id, mode) ⇒ Object



8
9
10
11
12
13
14
15
16
# File 'lib/forstok_trigger/export/trigger.rb', line 8

def self.perform(listing_id, , channel_id, mode)
  ForstokTrigger::Export::Repository::ExportRepository
    .export_insert_pending(
      listing_id,
      ,
      channel_id,
      mode
    )
end